-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hello, we are granting all consent options by default, but are giving users the option on our cookie banner to opt out. However, when I click on the "reject" button, no event fires and Google Consent is not updated.
Below is our current configuration:
{"ccpaAcknowledgeOnDisplay": true, "ccpaAcknowledgeOnLoad": true, "ccpaAppliesToEntireUSA": false, "consentOnContinuedBrowsing": false, "countryDetection": true, "enableCcpa": true, "lang": "en", "siteId": 1234567, "cookiePolicyId": 12345678, "banner": { "acceptButtonColor": "#FC5F41", "acceptButtonDisplay": true, "backgroundColor": "#303440", "closeButtonDisplay": false, "customizeButtonCaptionColor": "#FFFFFF", "customizeButtonColor": "#303440", "customizeButtonDisplay": true, "logo": null, "position": "bottom", "rejectButtonColor": "#303440", "rejectButtonDisplay": true, "usesThirdParties": false, "acceptButtonCaption": "I accept cookies", "content": "We use cookies to give you the best experience possible. By continuing to use our website, you consent that you're onboard with our %{privacy_policy}.", "rejectButtonCaption": "I do not accept" } }
Any help is appreciated, thank you!