<!-- Add this script too the landing page footers for a specific page (Page > Header & Footer codes) --> <!-- or on a campaign (Setup > Advanced settings > Analytics & Tracking Codes --> <!-- Learn more below about the cookies we use at KickoffLabs if you have to document them in your policy --> <!-- https://support.kickofflabs.com/analytics-metrics/what-browser-cookies-does-kickofflabs-install-and-why --> <script type="text/javascript" src="https://cdn.jsdelivr.net/npm/ez-consent@1/dist/ez-consent.min.js"></script> <script> ez_consent.init( { is_always_visible: false, // Always shows banner on load, default: false privacy_url: "https://support.kickofflabs.com/knowledgebase/what-browser-cookies-does-kickofflabs-install-and-why", // URL that "more" button goes to - this setting will pop up your campaign terms. more_button: { target_attribute : "_blank", // Determines what the behavior of the 'more' button is, default: "_blank", opens the privacy page in a new tab is_consenting: false // Determines whether clicking on 'more' button gives consent and removes the banner, default: true }, texts: { main: "We use browser cookies to ensure this contest runs smoothly.", // The text that's shown on the banner, default: "This website uses cookies & similar." buttons: { ok: "ok", // OK button to hide the text, default: "ok" more: "more" // More button that shows the privacy policy, default "more" } } }) </script>