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 d2995ee
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

Check failure on line 31 in dev-docs/publisher-api-reference/aliasBidder.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table pipe style

dev-docs/publisher-api-reference/aliasBidder.md:31:99 MD055/table-pipe-style Table pipe style [Expected: leading_and_trailing; Actual: leading_only; Missing trailing pipe] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md055.md

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

0 comments on commit d2995ee

Please sign in to comment.