Skip to content

Commit

Permalink
Add refererInfo.ref, with a proposed fallback value
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Amato committed Jun 13, 2022
1 parent 32814fc commit 9994aa9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/concertBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ export const spec = {
slotType: bidRequest.params.slotType,
adSlot: bidRequest.params.slot || bidRequest.adUnitCode,
placementId: bidRequest.params.placementId || '',
site: bidRequest.params.site || bidderRequest.refererInfo.page
site: bidRequest.params.site || bidderRequest.refererInfo.page,
ref: bidderRequest.refererInfo.ref || bidderRequest.refererInfo.topmostLocation
};

return slot;
Expand Down

0 comments on commit 9994aa9

Please sign in to comment.