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
2 changes: 1 addition & 1 deletion _includes/video/pb-is-jw01.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
pbjs.setConfig({
debug: true,
cache: {
url: "https://prebid.adnxs.com/pbc/v1/cache",
url: "https://prebid.example.com/pbc/v1/cache",
},
});

Expand Down
2 changes: 1 addition & 1 deletion _includes/video/pb-is-jw02.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
pbjs.setConfig({
debug: true,
cache: {
url: "https://prebid.adnxs.com/pbc/v1/cache",
url: "https://prebid.example.com/pbc/v1/cache",
},
});

Expand Down
2 changes: 1 addition & 1 deletion _includes/video/pb-is-vjs.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
pbjs.setConfig({
debug: true,
cache: {
url: "https://prebid.adnxs.com/pbc/v1/cache",
url: "https://prebid.example.com/pbc/v1/cache",
},
});

Expand Down
2 changes: 1 addition & 1 deletion _includes/video/pb-lf-fw.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
pbjs.setConfig({
debug: true,
cache: {
url: 'https://prebid.adnxs.com/pbc/v1/cache'
url: 'https://prebid.example.com/pbc/v1/cache'
},
adpod: {
brandCategoryExclusion: true
Expand Down
6 changes: 3 additions & 3 deletions adops/setting-up-prebid-video-in-freewheel.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ The scheme, host, and path should point to your Prebid Server cache. For instanc
utilize Xandr's AppNexus cache:

```text
https://prebid.adnxs.com/pbc/v1/cache
https://prebid.example.com/pbc/v1/cache
```

The query should have one key-value items:
Expand All @@ -152,13 +152,13 @@ The second macro, `#{request.keyValue(“hb_cache_id”)`, formats the unique Pr
In real-time, when the dynamic URL is formatted it will appear like:

```text
https://prebid.adnxs.com/pbc/v1/cache?uuid=12.00_391_30s_6c422e51-46cf-4b0a-ae41-64c61c1ca125
https://prebid.example.com/pbc/v1/cache?uuid=12.00_391_30s_6c422e51-46cf-4b0a-ae41-64c61c1ca125
```

In order for the above URL to format correctly ensure that the URL in the text box appears as:

```text
https://prebid.adnxs.com/pbc/v1/cache?uuid=#{ad.placement.name}_#{request.keyValue("hb_cache_id")}
https://prebid.example.com/pbc/v1/cache?uuid=#{ad.placement.name}_#{request.keyValue("hb_cache_id")}
```

Your ad ops should now be completed and set up for premium long-form video.
2 changes: 1 addition & 1 deletion assets/js/video/pb-ve-jwplayer-platform-h.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function loadVideoData() {
pbjs.setConfig({
debug: true,
cache: {
url: 'https://prebid.adnxs.com/pbc/v1/cache'
url: 'https://prebid.example.com/pbc/v1/cache'
}
});

Expand Down
2 changes: 1 addition & 1 deletion dev-docs/bidders/adklip.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Note that the Adklip adapter expects a client-side Prebid Cache to be enabled fo
```js
pbjs.setConfig({
cache: {
url: 'https://prebid.adnxs.com/pbc/v1/cache'
url: 'https://prebid.example.com/pbc/v1/cache'
}
});
```
2 changes: 1 addition & 1 deletion dev-docs/bidders/aso.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Note that the Adserver.Online adapter expects a client-side Prebid Cache to be e
```js
pbjs.setConfig({
cache: {
url: 'https://prebid.adnxs.com/pbc/v1/cache'
url: 'https://prebid.example.com/pbc/v1/cache'
}
});
```
2 changes: 1 addition & 1 deletion dev-docs/bidders/bcmint.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Note that the BCM International adapter expects a client-side Prebid Cache to be
```js
pbjs.setConfig({
cache: {
url: 'https://prebid.adnxs.com/pbc/v1/cache'
url: 'https://prebid.example.com/pbc/v1/cache'
}
});
```
2 changes: 1 addition & 1 deletion dev-docs/bidders/bidgency.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Note that the Bidgency Group adapter expects a client-side Prebid Cache to be en
```js
pbjs.setConfig({
cache: {
url: 'https://prebid.adnxs.com/pbc/v1/cache'
url: 'https://prebid.example.com/pbc/v1/cache'
}
});
```
2 changes: 1 addition & 1 deletion dev-docs/bidders/consumable-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ To call Consumable from a web browser using Prebid Server, you must first config
```javascript
pbjs.setConfig({
cache: {
url: 'https://prebid.adnxs.com/pbc/v1/cache'
url: 'https://prebid.example.com/pbc/v1/cache'
}
});
```
Expand Down
2 changes: 1 addition & 1 deletion dev-docs/bidders/consumable.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ In this configuration, Prebid.js makes a call to Prebid Server and then Prebid S
```javascript
pbjs.setConfig({
cache: {
url: 'https://prebid.adnxs.com/pbc/v1/cache'
url: 'https://prebid.example.com/pbc/v1/cache'
}
});
```
Expand Down
2 changes: 1 addition & 1 deletion dev-docs/bidders/cordless.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Note that the Cordless.co adapter expects a client-side Prebid Cache to be enabl
```js
pbjs.setConfig({
cache: {
url: 'https://prebid.adnxs.com/pbc/v1/cache'
url: 'https://prebid.example.com/pbc/v1/cache'
}
});
```
2 changes: 1 addition & 1 deletion dev-docs/bidders/epsilon.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ Example first party data configuration that is available to all adUnits
pbjs.setConfig({
debug: true,
cache: {
url: 'https://prebid.adnxs.com/pbc/v1/cache'
url: 'https://prebid.example.com/pbc/v1/cache'
},
ortb2: {
site: {
Expand Down
2 changes: 1 addition & 1 deletion dev-docs/bidders/kuantyx.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Note that the Kuantyx adapter expects a client-side Prebid Cache to be enabled f
```js
pbjs.setConfig({
cache: {
url: 'https://prebid.adnxs.com/pbc/v1/cache'
url: 'https://prebid.example.com/pbc/v1/cache'
}
});
```
2 changes: 1 addition & 1 deletion dev-docs/bidders/pubmatic.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ For Video ads, prebid cache needs to be enabled for PubMatic adapter.
```javascript
pbjs.setConfig({
cache: {
url: 'https://prebid.adnxs.com/pbc/v1/cache'
url: 'https://prebid.example.com/pbc/v1/cache'
}
});
```
Expand Down
2 changes: 1 addition & 1 deletion dev-docs/bidders/showheroes-bs.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ pbjs.que.push(function(){
pbjs.addAdUnits(videoAdUnit);
pbjs.setConfig({
cache: {
url: 'https://prebid.adnxs.com/pbc/v1/cache'
url: 'https://prebid.example.com/pbc/v1/cache'
},
...,
});
Expand Down
2 changes: 1 addition & 1 deletion dev-docs/bidders/visx.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ The YOC VIS.X Prebid.js adapter responds with VAST XML (in the `vastXml` field)
```javascript
pbjs.setConfig({
cache: {
url: 'https://prebid.adnxs.com/pbc/v1/cache'
url: 'https://prebid.example.com/pbc/v1/cache'
}
});
```
Expand Down
2 changes: 1 addition & 1 deletion dev-docs/plugins/bc/bc-prebid-plugin-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ If the results of the prebid process is being determined outside of the plugin,
}]
},
"prebidConfigOptions": {
"cache": {"url": "https://prebid.adnxs.com/pbc/v1/cache"},
"cache": {"url": "https://prebid.example.com/pbc/v1/cache"},
" enableSendAllBids": true
},
"prebidTimeout": 700,
Expand Down
4 changes: 2 additions & 2 deletions dev-docs/plugins/bc/bc-prebid-plugin-integration-studio.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ var adOptions =
}]
},
"prebidConfigOptions": {
"cache": {"url": "https://prebid.adnxs.com/pbc/v1/cache"},
"cache": {"url": "https://prebid.example.com/pbc/v1/cache"},
"enableSendAllBids": true
},
"prebidTimeout": 700,
Expand Down Expand Up @@ -353,7 +353,7 @@ None
},
"prebidConfigOptions": {
"cache": {
"url": "https://prebid.adnxs.com/pbc/v1/cache"
"url": "https://prebid.example.com/pbc/v1/cache"
},
"enableSendAllBids": true
},
Expand Down
10 changes: 5 additions & 5 deletions dev-docs/plugins/bc/bc-prebid-plugin-multiad-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ The following is a sample JSON definition of the plugin configuration defining c
},
"prebidConfigOptions" : {
"cache": {
"url": "https://prebid.adnxs.com/pbc/v1/cache"
"url": "https://prebid.example.com/pbc/v1/cache"
},
"enableSendAllBids" : true
},
Expand Down Expand Up @@ -204,7 +204,7 @@ The following is a sample JSON definition of the plugin configuration defining c
},
"prebidConfigOptions" : {
"cache": {
"url": "https://prebid.adnxs.com/pbc/v1/cache"
"url": "https://prebid.example.com/pbc/v1/cache"
},
"enableSendAllBids" : true
},
Expand Down Expand Up @@ -310,7 +310,7 @@ The following is a sample JSON definition of the plugin configuration defining c
},
"prebidConfigOptions" : {
"cache": {
"url": "https://prebid.adnxs.com/pbc/v1/cache"
"url": "https://prebid.example.com/pbc/v1/cache"
},
"enableSendAllBids" : true
},
Expand Down Expand Up @@ -406,7 +406,7 @@ The following is a sample JSON definition of the plugin configuration defining c
},
"prebidConfigOptions" : {
"cache": {
"url": "https://prebid.adnxs.com/pbc/v1/cache"
"url": "https://prebid.example.com/pbc/v1/cache"
},
"enableSendAllBids" : true
},
Expand Down Expand Up @@ -502,7 +502,7 @@ The following is a sample JSON definition of the plugin configuration defining c
},
"prebidConfigOptions" : {
"cache": {
"url": "https://prebid.adnxs.com/pbc/v1/cache"
"url": "https://prebid.example.com/pbc/v1/cache"
},
"enableSendAllBids" : true
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ This page presents a sample publisher page using the General Integration Method
}]
},
"prebidConfigOptions": {
"cache": {"url": "https://prebid.adnxs.com/pbc/v1/cache"},
"cache": {"url": "https://prebid.example.com/pbc/v1/cache"},
"enableSendAllBids": true
},
"prebidTimeout": 700,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h4>Place this code in the page header.</h4>
pbjs.setConfig({
debug: true,
cache: {
url: 'https://prebid.adnxs.com/pbc/v1/cache'
url: 'https://prebid.example.com/pbc/v1/cache'
}
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ <h4>Place this code in the page header.</h4>
pbjs.setConfig({
debug: true,
cache: {
url: 'https://prebid.adnxs.com/pbc/v1/cache'
url: 'https://prebid.example.com/pbc/v1/cache'
}
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ <h4>Place this code in the page header.</h4>
},]
},
cache: {
url: 'https://prebid.adnxs.com/pbc/v1/cache'
url: 'https://prebid.example.com/pbc/v1/cache'
},
targetingControls: {
allowTargetingKeys: ['BIDDER', 'AD_ID', 'PRICE_BUCKET', 'SIZE', 'DEAL', 'SOURCE', 'FORMAT', 'UUID', 'CACHE_ID', 'CACHE_HOST', 'ADOMAIN']
Expand Down Expand Up @@ -227,7 +227,7 @@ <h4>Place this code in the page body.</h4>
],
},
cache: {
url: "https://prebid.adnxs.com/pbc/v1/cache",
url: "https://prebid.example.com/pbc/v1/cache",
},
targetingControls: {
allowTargetingKeys: [
Expand Down
2 changes: 1 addition & 1 deletion examples/video/instream/videojs/pb-ve-videojs.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ <h4>Place this code in the page header.</h4>
pbjs.setConfig({
debug: true,
cache: {
url: 'https://prebid.adnxs.com/pbc/v1/cache'
url: 'https://prebid.example.com/pbc/v1/cache'
}
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
pbjs.setConfig({
debug: true,
cache: {
url: 'https://prebid.adnxs.com/pbc/v1/cache'
url: 'https://prebid.example.com/pbc/v1/cache'
},
adpod: {
brandCategoryExclusion: true
Expand Down