Skip to content

Commit 2fd1fd7

Browse files
Spark-NFmatthewlane
authored andcommitted
Add publisher sub-id support to the Criteo adapter (#1629)
1 parent b2da81d commit 2fd1fd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/criteoBidAdapter.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ var CriteoAdapter = function CriteoAdapter() {
5656
var w = parseInt(sizeString.substring(0, xIndex));
5757
var h = parseInt(sizeString.substring(xIndex + 1, sizeString.length))
5858
return new Criteo.PubTag.DirectBidding.Size(w, h);
59-
}
60-
)
59+
}),
60+
bid.params.publisherSubId
6161
)
6262
);
6363

0 commit comments

Comments
 (0)