From c558395b1e749ce9b546822f91928d924acc6861 Mon Sep 17 00:00:00 2001 From: Jean Stemp Date: Tue, 30 Jun 2020 09:45:10 -0700 Subject: [PATCH] update links to xandr docs --- .../examples/use-prebid-with-appnexus-ad-server.md | 10 +++++----- dev-docs/publisher-api-reference-old.md | 2 +- dev-docs/publisher-api-reference.md | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dev-docs/examples/use-prebid-with-appnexus-ad-server.md b/dev-docs/examples/use-prebid-with-appnexus-ad-server.md index b452f3c011..fdc532dae5 100644 --- a/dev-docs/examples/use-prebid-with-appnexus-ad-server.md +++ b/dev-docs/examples/use-prebid-with-appnexus-ad-server.md @@ -1,14 +1,14 @@ --- layout: example -title: Using Prebid.js with AppNexus Publisher Ad Server -description: Using Prebid.js with AppNexus Publisher Ad Server +title: Using Prebid.js with Xandr Publisher Ad Server +description: Using Prebid.js with Xandr Publisher Ad Server hide: true sidebarType: 1 about: -- An example showing how to use Prebid.js with AppNexus Publisher Ad Server -- See the AppNexus Seller Tag documentation for more information -- To configure the AppNexus Seller Tag to use SafeFrames, refer to the SafeFrame API Reference. +- An example showing how to use Prebid.js with Xandr Publisher Ad Server +- See the Seller Tag (AST) documentation for more information +- To configure the Seller Tag to use SafeFrames, refer to the SafeFrame API Reference. jsfiddle_link: jsfiddle.net/Prebid_Examples/tr1djf9e/3/embedded/html,result code_height: 2404 diff --git a/dev-docs/publisher-api-reference-old.md b/dev-docs/publisher-api-reference-old.md index e424b707c5..b8fb9acb37 100644 --- a/dev-docs/publisher-api-reference-old.md +++ b/dev-docs/publisher-api-reference-old.md @@ -353,7 +353,7 @@ Set query string targeting on all GPT ad units. The logic for deciding query str ### pbjs.setTargetingForAst() -Set query string targeting on all AST ([AppNexus Seller Tag](https://wiki.appnexus.com/x/PgOXBQ)) ad units. Note that this function has to be called after all ad units on page are defined. For working example code, see [Using Prebid.js with AppNexus Publisher Ad Server]({{site.github.url}}/dev-docs/examples/use-prebid-with-appnexus-ad-server.html). +Set query string targeting on all AST ([Seller Tag](https://docs.xandr.com/bundle/seller-tag/page/seller-tag.html)) ad units. Note that this function has to be called after all ad units on page are defined. For working example code, see [Using Prebid.js with AppNexus Publisher Ad Server]({{site.github.url}}/dev-docs/examples/use-prebid-with-appnexus-ad-server.html). **Kind**: static method of [pbjs](#module_pbjs) diff --git a/dev-docs/publisher-api-reference.md b/dev-docs/publisher-api-reference.md index 15fcb1f365..039e0ceec1 100644 --- a/dev-docs/publisher-api-reference.md +++ b/dev-docs/publisher-api-reference.md @@ -517,7 +517,7 @@ To use this function, include the [UserId module](/dev-docs/modules/userId.html) If you need to export the user IDs stored by Prebid User ID module in ORTB Eids frormat, then the `getUserIdsAsEids()` function will return an array formatted as per [ORTB Eids](https://github.com/prebid/Prebid.js/blob/master/modules/userId/eids.md). ``` -pbjs.getUserIdsAsEids() // returns userIds in ORTB Eids format. e.g. +pbjs.getUserIdsAsEids() // returns userIds in ORTB Eids format. e.g. [ { source: 'pubcid.org', @@ -608,7 +608,7 @@ setTargetingForGPTAsync(adUnit, pickInViewDiv); ### pbjs.setTargetingForAst(adUnitCode) -Set query string targeting for AST ([AppNexus Seller Tag](https://wiki.appnexus.com/x/PgOXBQ)) ad unit(s). Note that this function has to be called after all ad units on page are defined. For working example code, see [Using Prebid.js with AppNexus Publisher Ad Server]({{site.github.url}}/dev-docs/examples/use-prebid-with-appnexus-ad-server.html). If the function is invoked without arguments it will set targeting for all adUnits defined. +Set query string targeting for AST ([Seller Tag](https://docs.xandr.com/bundle/seller-tag/page/seller-tag.html)) ad unit(s). Note that this function has to be called after all ad units on page are defined. For working example code, see [Using Prebid.js with AppNexus Publisher Ad Server]({{site.github.url}}/dev-docs/examples/use-prebid-with-appnexus-ad-server.html). If the function is invoked without arguments it will set targeting for all adUnits defined. **Kind**: static method of [pbjs](#module_pbjs) @@ -1776,7 +1776,7 @@ Additional options for `s2sConfig` may be enabled by including the [Server-to-Se **Server-Side Aliases** -You may want to run a particular bidder on the client for banner, but that same bidder on the +You may want to run a particular bidder on the client for banner, but that same bidder on the server for video. You would do this by setting a **server-side** alias. The [example](#setConfig-Server-to-Server) at the start of this section provides an example. Here's how it works: