-
Notifications
You must be signed in to change notification settings - Fork 742
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
Add hb_env=amp targeting to AMP #3812
Comments
You can define static key value targetings in a stored request. This is what we do currently {
"id" : "xxxxxxxxxxxxxxxxxxx",
"ext" : {
"prebid" : {
"targeting" : { /* ... */ }
},
"integration" : "amp",
"adservertargeting" : [
// you can add arbitrary targeting here
{
"key" : "hb_source",
"source" : "static",
"value" : "s2s"
}
]
}
},
"imp" : [ /* ... */ ],
"source" : { /* ... */ }
} |
I would still like to get approval for PBS to add hb_env=amp for the /amp endpoint. I don't believe this is a breaking change, nor does it need an option like we did for ext.prebid.targeting.includeformat. hb_env=mobile-app is automatically added when |
We don't love this, but hb_env already exists. Committee doesn't disapprove. Setting to ready-for-dev. |
done with PBS-Java 3.12 |
I'm working on the Ad Ops documentation and it would be both easier and more consistent if PBS added hb_env=amp to the targeting for AMP responses.
This is similar to what's done now setting hb_env=mobile-app for PBSDK requests
The text was updated successfully, but these errors were encountered: