Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions modules/contxtfulBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ const logEvent = (eventType, data) => {
// Bidder public specification
export const spec = {
code: BIDDER_CODE,
gvlid: 1569,
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@patmmccann Thanks! We are here however: https://iabcanada.com/tcf-canada/vendor-list/ . Do we need to do something to make it appear on the vendor-list JSON?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm i'll check if that breaks our build, not sure

supportedMediaTypes: [BANNER, VIDEO, NATIVE],

isBidRequestValid,
Expand Down
1 change: 1 addition & 0 deletions modules/contxtfulRtdProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,7 @@ function removeListeners() {

export const contxtfulSubmodule = {
name: MODULE_NAME,
gvlid: 1569,
init,
getTargetingData,
getBidRequestData,
Expand Down
Loading