Skip to content

Commit

Permalink
Add meta bid advertiser domains collection
Browse files Browse the repository at this point in the history
  • Loading branch information
mmndaniel committed Nov 21, 2022
1 parent 52965c4 commit 09c19c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/geoedgeRtdProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ function getMacros(bid, key) {
'%%PATTERN:hb_bidder%%': bid.bidderCode,
'%_isHb!': true,
'%_hbcid!': bid.creativeId || '',
'%_hbadomains': bid.meta && bid.meta.advertiserDomains,
'%%PATTERN:hb_pb%%': bid.pbHg,
'%%SITE%%': location.hostname,
'%_pimp%': PV_ID
Expand Down

0 comments on commit 09c19c9

Please sign in to comment.