-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[Question] How to get the domain of the site #7392
Comments
#5637 has some background on this; prebid attempts to figure out the page even when publishers don't set it. Prebid doc is pretty explicit that adapters should use bidderRequest.refererInfo, but if you don't like the way that is generated, we're certainly open to feedback. What we don't want is every adapter gathering it via its own function or method. |
Hello, thank you for your reply. Thanks in advance |
In your example, y-domain-com.translate.goog is the "real domain". There is no non-config method to get what you're looking for that we've been able to imagine. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Description
Hello,
We have a doubt about how to collect the domain of the sites where our Pbjs adapter is implemented.
Now we collect it with the
document.location
or fromsetConfig.pageUrl
but we are having some issues:Could you tell us what would be the correct way to collect this parameter?
Thank you in advance!
The text was updated successfully, but these errors were encountered: