Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tcf2 purpose7 #2192

Merged
merged 2 commits into from
Aug 14, 2020
Merged

tcf2 purpose7 #2192

merged 2 commits into from
Aug 14, 2020

Conversation

bretg
Copy link
Contributor

@bretg bretg commented Aug 6, 2020

Docs PR for prebid/Prebid.js#5444

@bretg bretg requested a review from Fawke August 6, 2020 18:34
@bretg bretg mentioned this pull request Aug 6, 2020
1 task
Copy link
Contributor

@Fawke Fawke left a comment

Choose a reason for hiding this comment

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

Hi @bretg,

Thanks for putting together the docs for the tcf-purpose7 PR.

I see only 1 thing missing which can be added to /dev-docs/integrate-with-pregbid-analytics-api.md page. Currently, there is no way to provide a Gvl ID for an Analytics Adapter. The way we introduced a new field for a bid adapter, gvlid, I've done something similar for an analytics adapter.

While registering your analytics adapter, you can add the optional field gvlid. Something like this:

adapterManager.registerAnalyticsAdapter({
  adapter: <adapterObject>,
  code: 'Adapter A',
  gvlid: 1
});

If no gvlid found, and purpose 7 is enforced, analytics adapter will be blocked, unless it is specifically listed under vendorExceptions.

@bretg bretg requested a review from Fawke August 13, 2020 19:16
@bretg
Copy link
Contributor Author

bretg commented Aug 13, 2020

Good call @Fawke - updated the analytics section.

Copy link
Contributor

@Fawke Fawke left a comment

Choose a reason for hiding this comment

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

LGTM

@bretg bretg merged commit ac9d952 into master Aug 14, 2020
@bretg bretg deleted the tcf2-purpose7 branch August 14, 2020 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants