Consentik GDPR Cookie Banner
Try for free
Consentik GDPR Cookie Banner
Consentik GDPR Cookie Banner
  • πŸͺWelcome to Consentik GDPR/CCPA Cookie Banner
  • πŸ‡ͺπŸ‡ΊGDPR Setup Checklist
  • Settings
    • πŸ”§How the app function
    • 🎨Design the banner
    • πŸ–ŠοΈEdit text on the banner
    • πŸ§‘β€βš–οΈPrivacy policy page generating
    • ⬆️Positioning your banner
    • πŸ™…β€β™‚οΈRestrict banner for specific regions only
    • 🧠Browser cookies lifetime
    • βš’οΈAdvanced Settings
    • 🌐Translations
      • Language Selector on Banner
    • πŸ”„Cookie Preferences Re-opener
    • 😎Glass Effect
    • πŸ”’Banner Button Position
    • 🏁Quick Categories Selector
    • πŸ› οΈPreferences popup config
  • Manage cookies and categories
    • πŸ“˜Managing cookies
    • πŸ“—Managing categories
    • πŸ”ŽCookie Auto-Scanner and Auto-Transfer
    • ↕️Import & Export Cookies
  • πŸ“„Consent log
  • πŸ“ˆConsent Response Statistics Page
  • πŸ’ΈPricing
  • Data Request Management
    • πŸ”₯Setup Data Request Management
    • πŸ“§Email Template Configuration
    • βš™οΈData Rights Page Configuration
    • πŸ“‘Data Request Log
    • 🌈Tips for Effective Use and Compliance
  • Integrations
    • Guide to Complying with Google’s Consent Management Requirements
    • πŸ‡ͺπŸ‡ΊIAB TCF 2.2 Compliance
    • ✨Google Consent Mode V2 Integrated
    • ✨Microsoft Universal Event Tracking Consent Mode Integrated
    • ✨Sklik Retargeting Consent Integrated
    • β›”Auto-blocker tracking scripts
    • πŸ“ΆGlobal Privacy Control (GPC) Signal
    • βœ…Checkout Banner Block
  • FAQ
    • ❓Which consent type should I select for Google Consent Mode Settings?
Powered by GitBook
On this page
  • Default Consent Configuration
  • User Consent Interaction
  • Updating Consent Status
  • Test your Sklik Retargeting consent setup

Was this helpful?

  1. Integrations

Sklik Retargeting Consent Integrated

The Sklik Retargeting Consent Integration feature within the app provides a seamless way for merchants to implement Sklik Retargeting Consent on their e-commerce platform. This feature allows merchants to respect user consent for cookies, ensuring compliance with data protection regulations while still enabling the collection of critical analytics and ad performance data.

Merchants can configure Sklik Retargeting Consent directly from app's admin: Settings/Integration/ Sklik Retargeting by following these steps:

  1. Input your Sklik Retargeting ID to the input

  2. Copy the generated code snippet provided by the app.

  3. Access the theme.liquid file within the website's theme editor.

  4. Paste the copied code snippet just after the opening <head> tag.

  5. Save the changes made to the theme.liquid file to ensure Consent Mode is active.

Default Consent Configuration

Upon integration of the generated code into the theme.liquid file, the app will default value of consentto a '0' state. This ensures that no data is collected without the explicit consent of the user.

User Consent Interaction

When a user visits the merchant's website, they will be prompted to provide consent for various categories of cookies, including:

  • Marketing Cookies: Related to advertising and marketing efforts.

  • Analytics Cookies: Used for collecting data on user interaction and behavior.

  • Functionality Cookies: Essential for certain website features and personalization.

Updating Consent Status

If the user provides their consent:

  1. Consent Update: The app will update consentto '1' for the cookie categories the user has accepted.

  2. Consent Storage: The user's preferences are stored in a cookie on their device, ensuring that their choices are remembered for future visits.

  3. Automatic Consent Application: On subsequent visits, the app will automatically read the stored cookie and apply the user's preferences without requiring them to consent again.

With this feature, merchants can manage user consent for cookies in a way that is compliant with privacy laws, user-friendly, and minimizes the impact on data collection for critical website functions. The process is designed to be transparent for users and straightforward for merchants to implement and manage.

Test your Sklik Retargeting consent setup

Using Console on DevTool

  1. Open your site

  2. Press button F12 or Ctrl + Shift + J on Windows ( Cmd + Option + J on MacOS) or Right Mouse and select Inspect to open Console Tab on

  3. Select the Network tab and type the word β€œreta” into the search field. Then refresh the page using the F5 key

  1. You will then see the information in the DevTools console:

    • In the β€œName” column you will see the information that the code sends to Seznam.

    • If you click on the line once, a second column will open, in which if you click on the β€œPayload” tab, you will see the information that the code sends in the lines below.

    • For our purposes, we will focus on the consent information line.

    • By default, before users give consent, there is an event sent to Seznam with value of consent is 0

    • When users accept banner, there is a new event sent with value of consent is 1

PreviousMicrosoft Universal Event Tracking Consent Mode IntegratedNextAuto-blocker tracking scripts

Last updated 9 months ago

Was this helpful?

✨