Skip to content

Commit

Permalink
Send transactionID to Criteo Services (prebid#1113)
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiiip authored and dluxemburg committed Jul 17, 2018
1 parent f74e579 commit 59d601d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/adapters/criteo.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ var CriteoAdapter = function CriteoAdapter() {
slots.push(
new Criteo.PubTag.DirectBidding.DirectBiddingSlot(
bid.placementCode,
bid.params.zoneId
bid.params.zoneId,
undefined,
bid.transactionId
)
);

Expand Down

0 comments on commit 59d601d

Please sign in to comment.