Skip to content

Commit

Permalink
Added TCF Global Vendor List ID
Browse files Browse the repository at this point in the history
  • Loading branch information
aymeric45 committed May 16, 2024
1 parent 9a6cfaf commit ef891a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/luceadBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import {registerBidder} from '../src/adapters/bidderFactory.js';
import {getUniqueIdentifierStr, deepSetValue, logInfo, logError} from '../src/utils.js';
import {fetch} from '../src/ajax.js';

const gvlid = 1309;
const bidderCode = 'lucead';
const bidderName = 'Lucead';
const defaultCurrency = 'EUR';
Expand Down Expand Up @@ -187,7 +188,7 @@ function onTimeout(timeoutData) {

export const spec = {
code: bidderCode,
// gvlid: BIDDER_GVLID,
gvlid,
aliases,
isBidRequestValid,
buildRequests,
Expand Down

0 comments on commit ef891a7

Please sign in to comment.