-
Notifications
You must be signed in to change notification settings - Fork 749
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
What would prevent vendors paid impression beacon from firing #927
Comments
What is calling prebid server? You have prebid.js on your page configured to use prebid server, or some other client system interfacing with prebid server? |
We've configured our AMP pages to callout our Prebid Server. |
As of right now I think it's related to Prebid Cache because we're seeing ad responses from our Prebid Server but are not getting any impression or revenue. Can I get some clarification on Prebid Cache. How does AMP know where to retrieve the ad from? Looking at Prebid Server response, I don't see anything related to Prebid Cache being included. |
The creative you deliver to the amp page for prebid ads will have to know the domain name of your cache server, but the UUID to identify the content to pull is provided as a targeting key/value pair. |
Ahhh. Our AdOps team used the default html creative.
Would we replace the ucTagData.adServerDomain to match the cache server? I also saw a creative in #860 that included other parameters.
Do we need to use one of these? |
The creative needs to match the line item targeting. i.e. if the line item is targeted to hb_pb_BIDDER, then the creative attached to that line needs to refer to hb_adid_BIDDER. The title of this issue refers to an impression beacon not firing. If the creative wasn't correct, you wouldn't be visually seeing the ad either -- so if you're seeing the expected ad but not getting any tracking, that's a separate issue. |
@itolu94 - is this issue resolved? |
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. |
Over the past couple of months, I've been trying to get a Prebid Server instance up and running. I got the parameters for each bidder, setup the server to work with Prebid Cache, and setup user sync. At this point, I would expect everything to work... but that's not the case. One bidder is picking up our traffic and we're getting ad responses back but we aren't seeing paid impressions. At the same time, another bidder is not picking up any of our traffic.
I'm fairly new to prebid and would appreciate any feedback. I've provided a sample stored request.
The text was updated successfully, but these errors were encountered: