Advertisement
FilipFD

sveorastu - cookie consent

Apr 12th, 2021 (edited)
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. On sveorastu.rs website each time visitors interact with the cookie consent form, cookieConsentSet custom event should fire. The Cookie Consent Form should contain "Accept All" button and "More Details" link, as well as a "Cookie Policy" link. Example:
  2.  
  3. 1. How Cookie Consent should look like on sveorastu.rs website: https://i.imgur.com/LQfddIe.png sam
  4.  
  5. 2. When user clicks More Details
  6. ( https://i.imgur.com/DPOp2wY.png )
  7. We have Necessary, Statistics, and Marketing Cookies checkboxes:
  8.  
  9. Necessary Cookies
  10. (one checkbox for all cookies of this group, it should be prechecked without an option to uncheck it)
  11.  
  12. Statistics Cookies:
  13. (each cookie should have a dedicated checkbox, the checkboxes should be prechecked with an option to uncheck it)
  14.  
  15. - HotJar (Optional) cookieConsentHj
  16. - Google Analytics (Optional) cookieConsentGa
  17.  
  18. Marketing Cookies:
  19. (each cookie should have a dedicated checkbox, the checkboxes should be unchecked)
  20.  
  21. - Google and Bing Ads (Optional) cookieConsentAds
  22. - Facebook Pixel (Optional) cookieConsentFb
  23. - LinkedIn Insights (Optional) cookieConsentLn
  24.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement