-
Notifications
You must be signed in to change notification settings - Fork 75
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
Use universal creative #74
Conversation
@dlackty Thank you for the contribution! |
FYI the creative merged is incomplete. Missing the |
@Austinb Thanks. I think the Prebid website docs are out of date. The universal creative code (linked as "latest version" from the Prebid docs) show that |
If it is not needed any more that is fine it was that the version merged in did not match the docs from prebid or from the universal creative link. Edit: I see the comments in that link where it DFP(GAM) doesnt need the bid value anymore. Not sure what is going on with the information being different all over. Thanks. |
Does this universal code work with "send all bids" scenario? the documentation on prebid.org says otherwise.
|
@adops-tcs That's correct. The Prebid universal creative Github page also mentions this. For a "send all bids" setup, you'd want to use this creative. Note that when "send all bids" is enabled, Prebid still sends |
Thank you for your explanation @kmjennison ! However, I am still confused. I understood the dfp-prebid-setup code to be made for "send all bids" scenario since it's designed to create a set of line items per each bidder. However, the creative snippet is not what should be used for "send all bids". Can you clarify please? Below is the creative snippet from one of the auto-generated creatives. It's also missing ucTagData.hbPb = "%%PATTERN:hb_pb%%"; line (if compared to the snippet from here: https://github.com/prebid/prebid-universal-creative.
|
@adops-tcs The You're correct that this tool creates an order per bidder. However, those line items are targeted on the general I'm curious if you'd find the full "send all bids" setup helpful for some reason, such as reporting in GAM. If so, we can create an issue for it. |
It makes sense now, thanks again @kmjennison ! I actually modified the code as suggested here (#18 (comment)) to create one set of line items for all bidders. I was confused on "send all bids" part because I had been researching that option as well and saw the creative snippet not matching. It's all good now. |
I've used this for a while for our AMP banners, and decided to send a PR. This closes #73.