Skip to content

Commit

Permalink
PubMaticBidAdapter - Updated bidder parameters document for lat & lon (
Browse files Browse the repository at this point in the history
…prebid#4811)

* Added comments for PubMatic Bid Params lat, log

* Updated document for bid parameters
  • Loading branch information
kapil-tuptewar authored and ecdrsvc committed Sep 6, 2023
1 parent 2ae71f8 commit e271d2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-docs/bidders/pubmatic.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ sidebarType: 1
| `publisherId` | required | Publisher ID | `'32572'` | `string` |
| `adSlot` | optional | Ad Slot Name (see below)| `'38519891'` | `string` |
| `pmzoneid` | optional | Zone ID | `'zone1,zone2'` | `string` |
| `lat` | optional | Latitude | `'40.712775'` | `string` |
| `lon` | optional | Longitude | `'-74.005973'` | `string` |
| `lat` | optional | Latitude <br/> (Supported until Prebid version 7.54.4 and starting from Prebid version 8.11.0 we have option to configure this using ortb2.(device OR user)) | `'40.712775'` | `string` |
| `lon` | optional | Longitude <br/> (Supported until Prebid version 7.54.4 and starting from Prebid version 8.11.0 we have option to configure this using ortb2.(device OR user)) | `'-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` |
Expand Down

0 comments on commit e271d2d

Please sign in to comment.