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

Support Google's CCPA framework #100

Open
4 tasks
benlk opened this issue Nov 20, 2019 · 0 comments
Open
4 tasks

Support Google's CCPA framework #100

benlk opened this issue Nov 20, 2019 · 0 comments

Comments

@benlk
Copy link
Collaborator

benlk commented Nov 20, 2019

General note: https://privacy.google.com/businesses/rdp/

Specific implementation details: https://support.google.com/admanager/answer/9598414

This passes a configuration item to the GPT tag, which is mostly created and handled by jquery.dfp.js, which is drawn from the dfoPoptions object in

// Push DFP config options
googletag.cmd.push(function () {
var pubadsService = googletag.pubads();

We may need to patch jQuery.dfp.js to support this, though, since jQuery.dfp.js hasn't received a tagged release since 2016: https://github.com/coop182/jquery.dfp.js/releases

There's a slightly-updated downstream version at maxx0r/jquery.dfp.js@1fbab93

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant