Interactively Documentation
  • Getting started
    • Introduction
    • Quick Start
    • Install the Chrome Extension
  • Build
    • Record
    • Edit
      • Edit Video Steps
      • Edit Image Steps
      • Upload Media
      • Hotspots & Callouts
      • Pan and Zoom
      • Recording
      • AI Voiceover
      • Translate
    • Design
    • Personalization
    • Conditional Branching
    • Chapter
      • Form
      • Embed
    • Settings
    • Comments
  • Share
    • Website Embed
    • Share Link
    • Export as Video/GIF
  • Track & Analyze
    • Demo Performance Analytics
    • Advanced Demo Analytics
    • Visitors
    • Account-Based Engagement
    • Form Submissions
    • Track Link Activity
    • Identity Resolution
    • Advanced Enrichment
  • Admin
    • Managing Demos
    • Team Management
    • Notifications
    • General Security and Privacy
    • GDPR Compliance
    • Billing and Subscription
    • Plans
Powered by GitBook
On this page
  • Can Interactively demos withhold tracking until consent is granted?
  • Interactively's Approach to "Do Not Track"
  • Fully deactivate tracking for your Interactively demo
  • Enable tracking upon cookie consent on the parent website
  • How it works:
  • Code snippet for consent communication
  1. Admin

GDPR Compliance

PreviousGeneral Security and PrivacyNextBilling and Subscription

Last updated 3 months ago

Can Interactively demos withhold tracking until consent is granted?

In compliance with GDPR requirements, companies are required to ask for permission to use cookies on their websites. Cookies are commonly used to track user activities. Interactively's tracker utilizes cookes to store unique user data and identify users. Although the Interactively tracker cookie doesn't store PII, it is still considered personal data as it tracks user behavior on the website.

Websites that require cookie consent will display a user interface (UI) element prompting visitors to accept or decline cookies. This UI component can vary in complexity, offering users choices regarding marketing, analytics, or other types of tracking.

By default, Interactively tracks user interactions such as step completions, hotspot clicks, and CTA clicks to generate data for the Analytics dashboard.

However, when an Interactively demo is embedded as an iframe on an external website, it cannot automatically inherit the host site’s consent settings. Asking users for multiple consent approvals—one for the website and one for each embedded demo—would create a fragmented user experience.

Interactively's Approach to "Do Not Track"

By default, Interactively tracks user interactions (such as clicks and step completions) to provide valuable data and analytics for our customers. We understand that there may be instances when an Interactively creator wishes to limit tracking, either by anonymizing IP addresses or completely disabling tracking. In some cases the creator may want to disable tracking until the user consents to cookie-based tracking on the host website. Which is why we provide settings to limit or disable tracking:

Fully deactivate tracking for your Interactively demo

When Do Not Track is enabled, Interactively stops tracking user clicks and page views, and analytics data will no longer be available in the Interactively Analytics dashboard.

Enable tracking upon cookie consent on the parent website

This setting applies when an Interactively demo is embedded in a parent website via an iFrame. Implementing this requires technical setup.

If your website asks for cookie consent from the user, Interactively can honor this consent once it is granted. However, enabling this feature requires a small code snippet on your website to communicate the consent status to embedded Interactively demos.

If the user grants cookie consent for tracking on your website, you can notify each embedded Interactively demo by sending a message to enable tracking. Interactively will keep track of events that happen inside the demo even if Do Not Track is turned on, but it will only transmit event data to its tracking server once consent is received from the host site.

How it works:

  1. Users engaging with the website will see a cookie consent banner.

  2. If the user approves, the website sends consent approval to Interactively.

  3. Interactively receives the message and begins tracking user interactions within the demo.

Code snippet for consent communication

To send the message to the Interactively iFrames that the user has consented to the use of cookies, you need to send the following JavaScript after consent is given:

// Some code

When the Interactively iFrame(s) receive this message, all previously recorded events will be sent to the Interactively tracking server, along with all new events moving forward.

These settings can be found in Settings > Privacy & Access in all plans.