Skip to content

Commit 0d8e28b

Browse files
authored
cache-reference-cleanup (prebid#6200)
1 parent 7ed006e commit 0d8e28b

27 files changed

Lines changed: 35 additions & 35 deletions

_includes/video/pb-is-jw01.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
pbjs.setConfig({
4545
debug: true,
4646
cache: {
47-
url: "https://prebid.adnxs.com/pbc/v1/cache",
47+
url: "https://prebid.example.com/pbc/v1/cache",
4848
},
4949
});
5050

_includes/video/pb-is-jw02.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
pbjs.setConfig({
4949
debug: true,
5050
cache: {
51-
url: "https://prebid.adnxs.com/pbc/v1/cache",
51+
url: "https://prebid.example.com/pbc/v1/cache",
5252
},
5353
});
5454

_includes/video/pb-is-vjs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
pbjs.setConfig({
6666
debug: true,
6767
cache: {
68-
url: "https://prebid.adnxs.com/pbc/v1/cache",
68+
url: "https://prebid.example.com/pbc/v1/cache",
6969
},
7070
});
7171

_includes/video/pb-lf-fw.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
pbjs.setConfig({
9696
debug: true,
9797
cache: {
98-
url: 'https://prebid.adnxs.com/pbc/v1/cache'
98+
url: 'https://prebid.example.com/pbc/v1/cache'
9999
},
100100
adpod: {
101101
brandCategoryExclusion: true

adops/setting-up-prebid-video-in-freewheel.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ The scheme, host, and path should point to your Prebid Server cache. For instanc
136136
utilize Xandr's AppNexus cache:
137137

138138
```text
139-
https://prebid.adnxs.com/pbc/v1/cache
139+
https://prebid.example.com/pbc/v1/cache
140140
```
141141

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

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

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

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

164164
Your ad ops should now be completed and set up for premium long-form video.

assets/js/video/pb-ve-jwplayer-platform-h.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function loadVideoData() {
3535
pbjs.setConfig({
3636
debug: true,
3737
cache: {
38-
url: 'https://prebid.adnxs.com/pbc/v1/cache'
38+
url: 'https://prebid.example.com/pbc/v1/cache'
3939
}
4040
});
4141

dev-docs/bidders/adklip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Note that the Adklip adapter expects a client-side Prebid Cache to be enabled fo
3838
```js
3939
pbjs.setConfig({
4040
cache: {
41-
url: 'https://prebid.adnxs.com/pbc/v1/cache'
41+
url: 'https://prebid.example.com/pbc/v1/cache'
4242
}
4343
});
4444
```

dev-docs/bidders/aso.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Note that the Adserver.Online adapter expects a client-side Prebid Cache to be e
5858
```js
5959
pbjs.setConfig({
6060
cache: {
61-
url: 'https://prebid.adnxs.com/pbc/v1/cache'
61+
url: 'https://prebid.example.com/pbc/v1/cache'
6262
}
6363
});
6464
```

dev-docs/bidders/bcmint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Note that the BCM International adapter expects a client-side Prebid Cache to be
3838
```js
3939
pbjs.setConfig({
4040
cache: {
41-
url: 'https://prebid.adnxs.com/pbc/v1/cache'
41+
url: 'https://prebid.example.com/pbc/v1/cache'
4242
}
4343
});
4444
```

dev-docs/bidders/bidgency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Note that the Bidgency Group adapter expects a client-side Prebid Cache to be en
3838
```js
3939
pbjs.setConfig({
4040
cache: {
41-
url: 'https://prebid.adnxs.com/pbc/v1/cache'
41+
url: 'https://prebid.example.com/pbc/v1/cache'
4242
}
4343
});
4444
```

0 commit comments

Comments
 (0)