Skip to content

Commit a744f0f

Browse files
authored
Nativo: Fixing typo (prebid#6205)
1 parent 756978f commit a744f0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev-docs/bidders/nativo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Prebid Server primarily relies on the OpenRTB specification for its field defini
3030
| Name | Scope | Description | Example | Type |
3131
|------------------------------|-------------------------------------|----------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------|-----------|
3232
| `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` |
33-
| `imp.ext.nativo.placementid` | required if no tagID | Refers to the unique Placement ID assigned by the Nativo platform. | `12345678` | `integer` |
33+
| `imp.ext.nativo.placementId` | required if no tagID | Refers to the unique Placement ID assigned by the Nativo platform. | `12345678` | `integer` |
3434
| `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` |
3535

3636
#### Prebid JS

0 commit comments

Comments
 (0)