Skip to content
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

Update doc for TheMediaGrid Bid Adapter #2413

Merged
merged 19 commits into from
Oct 29, 2020
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dev-docs/bidders/grid.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ media_types: banner, video
gdpr_supported: true
usp_supported: true
schain_supported: true
userIds: id5Id, unifiedId, liveIntentId, digitrust
userIds: id5Id, unifiedId, liveIntentId, criteo, identityLink, digitrust
tcf2_supported: true
---

Expand All @@ -21,4 +21,4 @@ tcf2_supported: true
|----------------|----------|-------------------------------------------------------------------------------------------------------------|-------------------------------------------|-----------|
| `uid` | required | Represents the MediaGrid bidder system Ad Slot ID associated with the respective div id from the site page. | `1` | `integer` |
| `keywords` | optional | A set of key-value pairs applied to all ad slots on the page. Values can be empty. | `keywords: { topic: ['stress', 'fear'] }` | `object` |
| `useNewFormat` | optional | Indicates to use the new ad request format | `true` | `boolean` |
| `bidFloor` | optional | Floor of the impression opportunity. If present in the request overrides XML info. | `0.8` | `float` |