Skip to content

Fix issue with nginead response not being registered.#380

Merged
mkendall07 merged 3 commits intomasterfrom
bug/nginead-id
May 26, 2016
Merged

Fix issue with nginead response not being registered.#380
mkendall07 merged 3 commits intomasterfrom
bug/nginead-id

Conversation

@mkendall07
Copy link
Contributor

The bid.params.impId identifier never existed on the bid. Use the internal bid.requestId to match to the callback id. @protonate

//assign the first adUnit (placement) for bad bids;
defaultPlacementForBadBid = bidReqs[0].placementCode;

var requestIdentifier = bidReqs[0].requestId;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can be removed as unused.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thx

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants