Skip to content

Commit

Permalink
Merge pull request #164 from seznam/ga-consent
Browse files Browse the repository at this point in the history
ga-consent Add `ad_personalization` to denied consent settings.
  • Loading branch information
corvidism authored Apr 29, 2024
2 parents 9690005 + 849d862 commit 981f6e2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .changeset/empty-snails-share.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@ima/plugin-analytic-google": patch
---

Missing consent setting

- **What?** Adds a missing consent setting.
- **Why?** We need to deny it.
- **How?** Nothing.
3 changes: 2 additions & 1 deletion packages/plugin-analytic-google/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ pluginLoader.register('@ima/plugin-analytic-google', () => ({
analytic: {
google4: {
consentSettings: {
ad_personalization: 'denied',
ad_storage: 'denied',
ad_user_data: 'denied',
analytics_storage: 'denied',
functionality_storage: 'denied',
personalization_storage: 'denied',
security_storage: 'denied',
ad_user_data: 'denied',
},
service: 'G-XXXXXXXXXX',
waitForUpdateTimeout: 5000,
Expand Down

0 comments on commit 981f6e2

Please sign in to comment.