-
Notifications
You must be signed in to change notification settings - Fork 27
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
PARAKEET via OpenRTB Protocol #37
Comments
Can you give a little more context on what parts of the data flow you're hoping to use OpenRTB? We've provided a summary of the OpenRTB-compatible request format that the PARAKEET service will support when passing a request to the ad server. The service we're providing for evaluation will be the same across the polyfill and the native implementation. Are you looking for more detail on aspects of that protocol? Or are you looking to leverage OpenRTB on some of the client-side JavaScript calls? If so, can you provide a little more detail about how you're envisioning how that would look? |
The summary is great, thanking for linking to that I had not yet seen it published publicly. I am looking for additional clarity on the OpenRTB format on the request between the PARAKEET server (or the polyfill when relevant) and the "Ad Server". The questions I have are:
|
Bumping this issue as it hasn't seen a response. |
Hi Brad, we are iterating on this as we work with testing partners. Currently,
|
Thanks John, does this mean OpenRTB support is currently available in Parakeet? To utilize this we just need to reach out with the origin we want enabled? |
Yep, that is correct |
Prebid Server puts the AMP flag in |
Followup: Brad and I realized that the URL(/.well-known/ad-bundles) may be implicit signal indicating Parakeet as the source, but we'd like to have an explicit signal. Can someone confirm that /.well-known/ad-bundles is the uri path the Parakeet server would hit on the back end, or whether that's going to be configurable? |
We're removing the fixed path requirement. Following up from today's meeting -- we can support site.ext.parakeet:1 as an explicit signal. |
@jrmooring it looks like the OpenRTB request format supports |
FWIW - I second the need to support |
OpenRTB is the common standard for interacting between parties at request time in an advertising transaction. Adoption of Parakeet would be much easier for both SSPs and DSPs if the Parakeet server used OpenRTB to communicate.
Microsoft has indicated they are working towards adding full support for OpenRTB in both the polyfill and native implementations of PARAKEET. However, agreement on location of key pieces values within the OpenRTB object is needed to move forward. Could Microsoft publish expected OpenRTB structure for comment and agreement?
Additionally, could any published structure clearly indicate where
publisherAdUnit
would be placed within the structure and include a flag indicating the given request is from a parakeet server in order to trigger parakeet specific logic.The text was updated successfully, but these errors were encountered: