Skip to content

Commit

Permalink
Merge pull request #2 from prebid/master
Browse files Browse the repository at this point in the history
merge from prebid master to fork
  • Loading branch information
pm-manasi-moghe authored Dec 26, 2018
2 parents 7a10d02 + e476021 commit 8082b2e
Show file tree
Hide file tree
Showing 6 changed files with 197 additions and 1,498 deletions.
3 changes: 2 additions & 1 deletion modules/criteoBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import find from 'core-js/library/fn/array/find';
import JSEncrypt from 'jsencrypt/bin/jsencrypt';
import sha256 from 'crypto-js/sha256';

const ADAPTER_VERSION = 15;
const ADAPTER_VERSION = 16;
const BIDDER_CODE = 'criteo';
const CDB_ENDPOINT = '//bidder.criteo.com/cdb';
const CRITEO_VENDOR_ID = 91;
Expand Down Expand Up @@ -98,6 +98,7 @@ export const spec = {
const bidId = bidRequest.bidId;
const bid = {
requestId: bidId,
adId: slot.bidId || utils.getUniqueIdentifierStr(),
cpm: slot.cpm,
currency: slot.currency,
netRevenue: true,
Expand Down
Loading

0 comments on commit 8082b2e

Please sign in to comment.