Skip to content

Commit

Permalink
PE-87: Implement Prebid Adapter - misc fixes (#9)
Browse files Browse the repository at this point in the history
* PE-87: rename test file, add bidder config

* PE-87: increase ttl
  • Loading branch information
PavloMalashnyak authored Jan 9, 2024
1 parent 4712e10 commit 590d614
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/BTBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const SYNC_URL = 'https://cdn.sample.com';
const CONVERTER = ortbConverter({
context: {
netRevenue: true,
ttl: 30,
ttl: 60,
},
imp,
request,
Expand Down
4 changes: 2 additions & 2 deletions modules/BTBidAdapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ pbjs.setBidderConfig({
ext: {
blockthrough: {
ab: false,
orgID: 'orgID',
websiteID: 'websiteID',
orgID: '4829301576428910',
websiteID: '5654012389765432',
},
},
},
Expand Down
File renamed without changes.

0 comments on commit 590d614

Please sign in to comment.