Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Tracking Domain #954

Open
YuriyVelichkoPI opened this issue Jan 31, 2024 · 0 comments
Open

Support Tracking Domain #954

YuriyVelichkoPI opened this issue Jan 31, 2024 · 0 comments

Comments

@YuriyVelichkoPI
Copy link
Contributor

Background

According to the changes in Apple's privacy approach, some SDKs should register the Tracking Domain in the privacy manifest file.

For now, the Prebid SDK is not on the list of such SDKs. And it doesn't use a centralized server endpoint that can be caught by the Points of Interest instrument.

However, that time may come, or publishers may want to register the PBS endpoint in the privacy manifest proactively. For this case, the SDK should support both tracking and nontracking domains.

Objectives

  • Introduce function Prebid.setCustomPrebidServer(url: String, trackingURL: String)
  • If publishers provided trackingURL use it in when a user allowed the app to track. Otherwise - use the URL for the bid requests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Triage
Development

No branches or pull requests

1 participant