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

feat: ads personalization settings pauseOnLoad #127

Merged
merged 1 commit into from
Aug 2, 2021

Conversation

seosmmbusiness
Copy link
Contributor

Added a new feature 'pauseOnLoad'.
When enabled, it pauses ad requests to obtain user consent to use cookies or other local storage in accordance with the GDPR.
After getting user consent just can call (adsbygoogle=window.adsbygoogle||[]).pauseAdRequests=0 to resume sending ad requests. Without making this call, no ads will be shown.
You can also use the feature for running personalized ads after obtaining user consent if needed.

Refer to the AdSense docs for details.

@farnabaz farnabaz changed the title feat: A new feature pauseOnLoad feat: ads personalization settings pauseOnLoad Aug 2, 2021
@farnabaz farnabaz merged commit ad93745 into nuxt-modules:master Aug 2, 2021
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