Skip to content

Commit

Permalink
documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Lauzon committed Oct 14, 2020
1 parent cd50737 commit aec311a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 30 deletions.
3 changes: 1 addition & 2 deletions modules/audigentRtdProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ targeting. Audigent maintains a large database of first-party Tradedesk Unified
ID to third party segment mappings that can now be queried at bid-time.

Usage:

Compile the audigent RTD module into your Prebid build:

`gulp build --modules=userId,unifiedIdSystem,rtdModule,audigentRtdProvider,rubiconBidAdapter`
Expand Down Expand Up @@ -48,7 +47,7 @@ function addAudigentSegments() {
for (i = 0; i < adUnits.length; i++) {
let adUnit = adUnits[i];
for (j = 0; j < adUnit.bids.length; j++) {
adUnit.bids[j].userId.lipb.segments = adUnit.bids[j].realTimeData.audigent_segments['rubicon'];
adUnit.bids[j].userId.lipb.segments = adUnit.bids[j].audigent_segments['rubicon'];
}
}
}
Expand Down
47 changes: 19 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aec311a

Please sign in to comment.