From 88b04367fdeb7a6ea6d6374707c15a0816127557 Mon Sep 17 00:00:00 2001 From: TheMediaGrid <44166371+TheMediaGrid@users.noreply.github.com> Date: Fri, 30 Oct 2020 02:44:36 +0300 Subject: [PATCH] Update doc for TheMediaGrid Bid Adapter (#2413) * Added doc file for Grid Bid Adapter * update doc for TheMediaGrid Bid Adapter * Added video support in Grid doc file * removing unnecessary front matter * Update doc file for TheMediaGrid Bid Adapter * Added doc file for TheMediaGridNM Bid Adapter * Update doc file for TheMediaGrid Bid Adapter * Update doc file for The Media Grid Bid Adapter * Update THeMediaGrid doc to support TCF 2.0 * Update doc for TheMediaGrid Bid Adapter * Update doc file for TheMediaGrid Bid Adapter Co-authored-by: bretg --- dev-docs/bidders/grid.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-docs/bidders/grid.md b/dev-docs/bidders/grid.md index 75410c602b..bc90535d51 100644 --- a/dev-docs/bidders/grid.md +++ b/dev-docs/bidders/grid.md @@ -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 --- @@ -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` | \ No newline at end of file