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

ドキュメントにgpidの追加 #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
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
22 changes: 13 additions & 9 deletions dev-docs/bidders/microad.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<Object>` |
| 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<Object>` |
| `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` |