Skip to content

Commit

Permalink
Cwire adapter: Add gvl_id for tcfeu compliance  (c-wire/support#117) (p…
Browse files Browse the repository at this point in the history
  • Loading branch information
espen-j authored Mar 7, 2024
1 parent 0210d2e commit 0bb0df1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/cwireBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const CWID_KEY = 'cw_cwid';

export const BID_ENDPOINT = 'https://prebid.cwi.re/v1/bid';
export const EVENT_ENDPOINT = 'https://prebid.cwi.re/v1/event';
export const GVL_ID = 1081;

/**
* Allows limiting ad impressions per site render. Unique per prebid instance ID.
Expand Down Expand Up @@ -140,6 +141,7 @@ function getCwExtension() {

export const spec = {
code: BIDDER_CODE,
gvlid: GVL_ID,
supportedMediaTypes: [BANNER],

/**
Expand Down

0 comments on commit 0bb0df1

Please sign in to comment.