Skip to content
Closed
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

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.

Thanks @patmmccann ! Do you know what's the process to unblock this? I guess it's sync every month, or something?

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.

It seems like IABE has intentionally left you off, is that your understanding as well? There are more recent vendors than you in the list

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.

Thanks for the heads up, we are syncing with them.

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.

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.

are you intentionally only listed in Canada? the gvlid's in this project are used by the tcfControl module which is for TCF, not TCF Canada, we do not have a TCF canada control module bc TCF Canada is not commercially successful. Very few DSPs are on the vendor list, so a publisher is unable to get bids from TTD or Google if they use it

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