GDPR Compliance
Last updated
Last updated
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.
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:
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.
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.
Users engaging with the website will see a cookie consent banner.
If the user approves, the website sends consent approval to Interactively.
Interactively receives the message and begins tracking user interactions within the demo.
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:
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.