Skip to content

Commit

Permalink
useBaseGvlid added to aliasBidder
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Komorski authored and Marcin Komorski committed Sep 17, 2024
1 parent 6eebd88 commit 676e1d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev-docs/publisher-api-reference/aliasBidder.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ To define an alias for a bidder adapter, call this method at runtime:

```javascript

pbjs.aliasBidder('appnexus', 'newAlias', optionsObject );
pbjs.aliasBidder('appnexus', 'newAlias', optionsObject);

```

Expand All @@ -28,6 +28,7 @@ The options object supports these parameters:
| Option Parameter | Type | Description |
|------------|---------|---------------------------------|
| gvlid | integer | IAB Global Vendor List ID for this alias for use with the [TCF control module](/dev-docs/modules/tcfControl.html). |
| useBaseGvlid | boolean | Flag determining if the GVL ID of the original adapter should be re-used |

{: .alert.alert-info :}
Creating an alias for a Prebid Server adapter is done differently. See 'extPrebid'
Expand Down

0 comments on commit 676e1d5

Please sign in to comment.