From 10ed23c6e003a0a97c4f08727a2d713684bda4ff Mon Sep 17 00:00:00 2001 From: kida-yuga Date: Wed, 7 Feb 2024 16:13:05 +0900 Subject: [PATCH] Microad Bid Adapter: add gpid and other --- dev-docs/bidders/microad.md | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/dev-docs/bidders/microad.md b/dev-docs/bidders/microad.md index 0fc734fb9c..b052cb7af3 100644 --- a/dev-docs/bidders/microad.md +++ b/dev-docs/bidders/microad.md @@ -16,12 +16,16 @@ For more information, visit [MicroAd website](https://www.microad.co.jp/contact/ ### Bid parameters {: .table .table-bordered .table-striped } -| Name | Scope | Description | Example | Type | -|------------|----------|-------------------------------------------------------------------|--------------------------------------|-----------------| -| `spot` | required | Ad placement ID provided by MicroAd. | `'209e56872ae8b0442a60477ae0c58be9'` | `string` | -| `url` | optional | URL parameter. Effective only when provided by MicroAd. | `'${COMPASS_EXT_URL}'` | `string` | -| `referrer` | optional | Referrer parameter. Effective only when provided by MicroAd. | `'${COMPASS_EXT_REF}'` | `string` | -| `ifa` | optional | IFA parameter. Effective only when provided by MicroAd. | `'${COMPASS_EXT_IFA}'` | `string` | -| `appid` | optional | App ID parameter. Effective only when provided by MicroAd. | `'${COMPASS_EXT_APPID}'` | `string` | -| `geo` | optional | Geo parameter. Effective only when provided by MicroAd. | `'${COMPASS_EXT_GEO}'` | `string` | -| `aids` | optional | User IDs parameter. `type` indicates User IDs type. | `[{type: 6, id: '*******'}]` | `Array` | +| Name | Scope | Description | Example | Type | +|------------ |----------|------------------------------------------------------------------- |--------------------------------------|-----------------| +| `spot` | required | Ad placement ID provided by MicroAd. | `'209e56872ae8b0442a60477ae0c58be9'` | `string` | +| `url` | optional | URL parameter. Effective only when provided by MicroAd. | `'${COMPASS_EXT_URL}'` | `string` | +| `referrer` | optional | Referrer parameter. Effective only when provided by MicroAd. | `'${COMPASS_EXT_REF}'` | `string` | +| `ifa` | optional | IFA parameter. Effective only when provided by MicroAd. | `'${COMPASS_EXT_IFA}'` | `string` | +| `appid` | optional | App ID parameter. Effective only when provided by MicroAd. | `'${COMPASS_EXT_APPID}'` | `string` | +| `geo` | optional | Geo parameter. Effective only when provided by MicroAd. | `'${COMPASS_EXT_GEO}'` | `string` | +| `aids` | optional | User IDs parameter. `type` indicates User IDs type. | `[{type: 6, id: '*******'}]` | `Array` | +| `gpid` | optional | Global Placement ID. | `/1111/home-left` | `string` | +| `adservname` | optional | If GPT slot matching succeeds, it sets 'gam'. | `gam` | `string` | +| `adservadslot` | optional | If GPT slot matching succeeds, it copies the resulting GPT slot name. | `/1111/home` | `string` | +| `pbadslot` | optional | Prebid ad slot. | `/1111/home-left` | `string` |