-
Notifications
You must be signed in to change notification settings - Fork 3
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 The Trade Desk to prebid #1773
Conversation
🦋 Changeset detectedLatest commit: e5ea9e0 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Ad load time test resultsFor Test conditions:
|
aade0bc
to
13d1f2f
Compare
53ff434
to
e746bd2
Compare
@@ -203,6 +202,8 @@ class PrebidAdUnit { | |||
}, | |||
}; | |||
|
|||
this.bids = bids(advert.id, slot.sizes, pageTargeting, this.gpid); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
trade desk uses gpid as the placementId so need to pass it through
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple of minor typos but looks good!
Co-authored-by: Emma Imber <[email protected]>
Co-authored-by: Emma Imber <[email protected]>
Thank you! |
What does this change?
Adds new config for new prebid bidder The Trade Desk.
The line-items have already been setup. And I've tested that the new module is requesting bids.
This is behind a 0% test for the commercial and the trade desk folks to test also.