Skip to content

Commit

Permalink
Update examples to set cache.url to false
Browse files Browse the repository at this point in the history
I'm told this is connected somehow to the following issue, but ¯\_(ツ)_/¯

prebid/Prebid.js#1976
  • Loading branch information
Rich Loveland committed Jan 29, 2018
1 parent 1556a3e commit f5e56b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev-docs/examples/multi-format-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ about:
- Any bidder that supports at least one of the listed media types can participate in the auction for that ad unit
- For engineering setup instructions, see <a href="/dev-docs/show-multi-format-ads.html">Show Multi-Format Ads</a>
- For ad ops setup instructions, see <a href="/adops/setting-up-prebid-multi-format-in-dfp.html">Setting up Prebid Multi-Format in DFP</a>
jsfiddle_link: jsfiddle.net/prebid/mg81j0rw/7/embedded/html,result
jsfiddle_link: jsfiddle.net/prebid/mg81j0rw/10/embedded/html,result
code_lines: 110
code_height: 2389
use_old_example_style: false
Expand Down
2 changes: 1 addition & 1 deletion examples/multi_format_example.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
pbjs.setConfig({
debug: true,
priceGranularity: 'medium',
cache: { url: 'https://prebid.adnxs.com/pbc/v1/cache' },
cache: { url: false },
});

pbjs.addAdUnits(adUnits);
Expand Down

0 comments on commit f5e56b3

Please sign in to comment.