Skip to content

Commit

Permalink
Send transactionID to Criteo Services (#1113)
Browse files Browse the repository at this point in the history
  • Loading branch information
Swiiip authored and Nate Cozi committed Apr 18, 2017
1 parent 83f6ce6 commit 7f1814c
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 7f1814c

Please sign in to comment.