Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions dev-docs/examples/use-prebid-with-appnexus-ad-server.md
Original file line number Diff line number Diff line change
@@ -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 <a href="https://wiki.appnexus.com/x/PgOXBQ">AppNexus Seller Tag documentation</a> for more information
- To configure the AppNexus Seller Tag to use SafeFrames, refer to the <a href="https://wiki.appnexus.com/x/QgOXBQ">SafeFrame API Reference</a>.
- An example showing how to use Prebid.js with Xandr Publisher Ad Server
- See the <a href="https://docs.xandr.com/bundle/seller-tag/page/seller-tag.html">Seller Tag (AST)</a> documentation for more information
- To configure the Seller Tag to use SafeFrames, refer to the <a href="https://docs.xandr.com/bundle/seller-tag/page/safeframe-api-reference.html">SafeFrame API Reference</a>.

jsfiddle_link: jsfiddle.net/Prebid_Examples/tr1djf9e/3/embedded/html,result
code_height: 2404
Expand Down
2 changes: 1 addition & 1 deletion dev-docs/publisher-api-reference-old.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
6 changes: 3 additions & 3 deletions dev-docs/publisher-api-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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)

Expand Down Expand Up @@ -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:

Expand Down