Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replaceAuctionPrice bug #8172

Closed
patmmccann opened this issue Mar 11, 2022 · 0 comments · Fixed by #8171
Closed

replaceAuctionPrice bug #8172

patmmccann opened this issue Mar 11, 2022 · 0 comments · Fixed by #8171
Assignees
Labels

Comments

@patmmccann
Copy link
Collaborator

patmmccann commented Mar 11, 2022

Type of issue

Bug

Description

auction price macros appear to be replaced by the discounted cpm, not the bid price

eg

bid.ad = replaceAuctionPrice(bid.ad, bid.cpm);

and many adapters also have this behavior. Only

triggerPixel(replaceAuctionPrice(bid.nurl, bid.originalCpm))

and Outbrain adapter does it correctly from what I can tell. #8171 is an attempt to fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging a pull request may close this issue.

1 participant