diff --git a/dev-docs/bidders/pubmatic.md b/dev-docs/bidders/pubmatic.md index 86168b6fe9..e6b525d47f 100644 --- a/dev-docs/bidders/pubmatic.md +++ b/dev-docs/bidders/pubmatic.md @@ -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
(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
(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` |