Skip to content

Added adapter rule#621

Merged
mkendall07 merged 2 commits intomasterfrom
added-adapter-rule
Mar 13, 2018
Merged

Added adapter rule#621
mkendall07 merged 2 commits intomasterfrom
added-adapter-rule

Conversation

@bretg
Copy link
Contributor

@bretg bretg commented Feb 16, 2018

Adapters may not override standard ad server targeting: Do not override, or set default values for any of the standard targeting variables: hb_adid, hb_bidder, hb_pb, hb_deal, or hb_size.

Adapters may not override standard ad server targeting: Do not override, or set default values for any of the standard targeting variables: hb_adid, hb_bidder, hb_pb, hb_deal, or hb_size.
* *Bid responses may not use JSONP*: All requests must be AJAX with JSON responses.
* *All user-sync activity must be registered via the provided functions*: The platform will place all registered syncs in the page after the auction is complete, subject to publisher configuration.
* *Adapters may not use the `$$PREBID_GLOBAL$$` variable*: Instead, they must load any necessary functions and call them directly.
* *Adapters may not override standard ad server targeting*: Do not override, or set default values for any of the standard targeting variables: hb_adid, hb_bidder, hb_pb, hb_deal, or hb_size.
Copy link
Contributor

@mkendall07 mkendall07 Feb 16, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these are the current standard keys:

    "hb_adid",
    "hb_pb",
    "hb_size",
    "hb_deal",
    "hb_source",
    "hb_format"

fleshed out list of standard ad server targeting variables
@bretg
Copy link
Contributor Author

bretg commented Mar 2, 2018

@mkendall07 - updated list.

@mkendall07 mkendall07 merged commit 19364b8 into master Mar 13, 2018
@mkendall07 mkendall07 deleted the added-adapter-rule branch March 13, 2018 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments