Skip to content

Commit

Permalink
new parameter to specify currency and dctr (#890)
Browse files Browse the repository at this point in the history
* added parameter to specify currency

* added entry for dctr param
  • Loading branch information
pm-manasi-moghe authored and bretg committed Aug 1, 2018
1 parent 9f9d726 commit 131d2c8
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions dev-docs/bidders/pubmatic.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,19 @@ If you upgrading from a Prebid version prior to 1.0, please reach out to your Pu
### bid params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|--------------------|---------------------------|----------|
| `publisherId` | required | Publisher ID | `'32572'` | `string` |
| `adSlot` | required | Ad Unit ID | `'38519891@300x250'` | `string` |
| `pmzoneid` | optional | Zone ID | `'zone1,zone2'` | `string` |
| `lat` | optional | Latitude | `'40.712775'` | `string` |
| `lon` | optional | Longitude | `'-74.005973'` | `string` |
| `yob` | optional | Year of Birth | `'1982'` | `string` |
| `gender` | optional | Gender | `'M'` | `string` |
| `kadpageurl` | optional | Overrides Page URL | `'http://www.yahoo.com/'` | `string` |
| `kadfloor` | optional | Bid Floor | `'1.75'` | `string` |
| Name | Scope | Description | Example | Type |
|---------------|----------|--------------------|------------------------------|----------|
| `publisherId` | required | Publisher ID | `'32572'` | `string` |
| `adSlot` | required | Ad Unit ID | `'38519891@300x250'` | `string` |
| `pmzoneid` | optional | Zone ID | `'zone1,zone2'` | `string` |
| `lat` | optional | Latitude | `'40.712775'` | `string` |
| `lon` | optional | Longitude | `'-74.005973'` | `string` |
| `yob` | optional | Year of Birth | `'1982'` | `string` |
| `gender` | optional | Gender | `'M'` | `string` |
| `kadpageurl` | optional | Overrides Page URL | `'http://www.yahoo.com/'`| `string` |
| `kadfloor` | optional | Bid Floor | `'1.75'` | `string` |
| `currency` | optional | Bid currency | 'AUD' | `string` |
| `dctr` | optional | Deal Custom Targeting | 'key1=123|key2=345' | `string` |

### Configuration

Expand Down

0 comments on commit 131d2c8

Please sign in to comment.