From d2995ee3ab0b12e7ec5788cb077ed1952d7646dd Mon Sep 17 00:00:00 2001 From: Marcin Komorski Date: Tue, 17 Sep 2024 15:40:30 +0200 Subject: [PATCH] useBaseGvlid added to aliasBidder --- dev-docs/publisher-api-reference/aliasBidder.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-docs/publisher-api-reference/aliasBidder.md b/dev-docs/publisher-api-reference/aliasBidder.md index 24d7e6aef3..c20fb31d1d 100644 --- a/dev-docs/publisher-api-reference/aliasBidder.md +++ b/dev-docs/publisher-api-reference/aliasBidder.md @@ -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); ``` @@ -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'