From c2682cab65394f0a5a57887e3f385e040ff9bf60 Mon Sep 17 00:00:00 2001 From: Veronika Solovei Date: Wed, 7 Apr 2021 21:59:07 -0700 Subject: [PATCH 1/2] Added info for generate_ad_pod_id --- dev-docs/bidders/appnexus.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-docs/bidders/appnexus.md b/dev-docs/bidders/appnexus.md index 8cae9709e8..c35a5bfd9c 100644 --- a/dev-docs/bidders/appnexus.md +++ b/dev-docs/bidders/appnexus.md @@ -56,6 +56,7 @@ All AppNexus placements included in a single call to `requestBids` must belong t | `pubClick` | optional | Specifies a publisher-supplied URL for third-party click tracking. This is just a placeholder into which the publisher can insert their own click tracker. This parameter should be used for an unencoded tracker. This parameter is expected to be the last parameter in the URL. Please note that the click tracker placed in this parameter will only fire if the creative winning the auction is using AppNexus click tracking properly. | `'http://click.adserver.com/'` | `string` | | `extInvCode` | optional | Specifies predefined value passed on the query string that can be used in reporting. The value must be entered into the system before it is logged. | `'10039'` | `string` | | `externalImpId` | optional | Specifies the unique identifier of an externally generated auction. | `'bacbab02626452b097f6030b3c89ac05'` | `string` | +| `generate_ad_pod_id`| optional | Signal to AppNexus to split impressions by ad pod and add unique ad pod id to each request. Specific to long form video endpoint only. | `true` | `boolean` | From d0fe024dc5a8d9f52af96f9e3a718ccc650c8534 Mon Sep 17 00:00:00 2001 From: Veronika Solovei Date: Wed, 14 Apr 2021 22:17:18 -0700 Subject: [PATCH 2/2] Added info for generate_ad_pod_id --- dev-docs/bidders/appnexus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/bidders/appnexus.md b/dev-docs/bidders/appnexus.md index c35a5bfd9c..47d4baaa67 100644 --- a/dev-docs/bidders/appnexus.md +++ b/dev-docs/bidders/appnexus.md @@ -56,7 +56,7 @@ All AppNexus placements included in a single call to `requestBids` must belong t | `pubClick` | optional | Specifies a publisher-supplied URL for third-party click tracking. This is just a placeholder into which the publisher can insert their own click tracker. This parameter should be used for an unencoded tracker. This parameter is expected to be the last parameter in the URL. Please note that the click tracker placed in this parameter will only fire if the creative winning the auction is using AppNexus click tracking properly. | `'http://click.adserver.com/'` | `string` | | `extInvCode` | optional | Specifies predefined value passed on the query string that can be used in reporting. The value must be entered into the system before it is logged. | `'10039'` | `string` | | `externalImpId` | optional | Specifies the unique identifier of an externally generated auction. | `'bacbab02626452b097f6030b3c89ac05'` | `string` | -| `generate_ad_pod_id`| optional | Signal to AppNexus to split impressions by ad pod and add unique ad pod id to each request. Specific to long form video endpoint only. | `true` | `boolean` | +| `generate_ad_pod_id`| optional | Signal to AppNexus to split impressions by ad pod and add unique ad pod id to each request. Specific to long form video endpoint only. Supported by Prebid Server, not Prebid JS. | `true` | `boolean` |