“Consent should be given by a clear affirmative act establishing a freely given, specific, informed and unambiguous indication of the data subject’s agreement to the processing of personal data relating to him or her, such as by a written statement, including by electronic means, or an oral statement. “.
This applies regardless whether the data is collected by the website’s own cookies (first party) or by other services (third-party cookies).
A valid consent is a freely given, specific, informed and unambiguous indicationby your website’s user that you may store cookies onto his or her device (computer/tablet/smartphone).
Why it may be needed?
The website owners have to obtain user consent before using cookies to comply with GDPR. This can by done by clicking a corresponding button of the cookie consent banner. If user refuses, cookies should not be stored.
To install the cookie consent form to KickoffLabs pages, please, place the script into the footer of the page/campaign.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"