diff --git a/dev-docs/bidders/nativo.md b/dev-docs/bidders/nativo.md index 5e39ab73fa..faf18bf1f2 100644 --- a/dev-docs/bidders/nativo.md +++ b/dev-docs/bidders/nativo.md @@ -30,7 +30,7 @@ Prebid Server primarily relies on the OpenRTB specification for its field defini | Name | Scope | Description | Example | Type | |------------------------------|-------------------------------------|----------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------|-----------| | `imp.tagid` | required - preferred | Represents the Ad Slot Tag ID, which is the primary identifier linked to a specific placement ID within the Nativo platform. Read more about [tagid in the oRTB 2.6 docs](https://github.com/InteractiveAdvertisingBureau/openrtb2.x/blob/main/2.6.md#324---object-imp-) | `placement_tagid_example` | `string` | -| `imp.ext.nativo.placementid` | required if no tagID | Refers to the unique Placement ID assigned by the Nativo platform. | `12345678` | `integer` | +| `imp.ext.nativo.placementId` | required if no tagID | Refers to the unique Placement ID assigned by the Nativo platform. | `12345678` | `integer` | | `imp.ext.gpid` | required if no other ID is provided | Represents the Ad Slot GP ID. It is another layer of identification tied to a placement ID within the Nativo platform. Read more about [gpid in the prebid docs](/features/pbAdSlot.html#the-gpid) | `/22888152279/publication/placement/gpid_example` | `string` | #### Prebid JS