EU Implied Consent - As a user from the EU we show a Cookie Banner and we will not immediately fire non-essential tags on first page load. Access Cookie Consent manager by clicking the "Want to know more?"" button in the banner and you can opt in to Functional or Advertising.
This Mockup Page Illustrates how the Cookie Consent Manager API (CMAPI) can be used to control tags that sit on a page rather than in a tag manager:
- Zero Cookie Load is implemented for the EU examples. This means non-required tags (aka non-essential) do not fire immediately on first page load and drop cookies, rather we wait until the end-user makes a consent choice.
- The user's consent choice is stored in Cookies and Localstorage objects, so you may want to start each test by using a private/incognito window or clearing cookies/cache in your web browser.
- As you Opt-in to Functional or Advertising with the Cookie Consent Manager the related tags fire and you will see that code show below. Note Required allows fires and cannot be opted out of.
- To understand how the code works, you can see the "View Source" of the page and review the comments for the different sections of code.