top of page
What cookies do Extellio use?
On November 14th, 2022 we changed the names of our cookies. This does not affect old customers before November 14th who still keep the old prefixes. If you signed up to Extellio (or formerly E-space) before November 14th, 2022 , you can find the list of cookies here . If you signed up to Extellio after November 14th, 2022, you can find the list of cookies below . Confused by cookies, local storage and session storage? Check out our article about what a cookie is! Read more
What data does Extellio track?
When you use surveys with Extellio it will track the following information: Survey answers URL of the page on which the response is made Title of page on which the response is made Browser user-agent Browser language IP number (not stored but used only to look up which country the respondent is in When you use Analytics with Extellio it will track the following information: Anonymized User IP addresses. User ID (optional) Date and time of the request Title of the page be
How does Extellio handle your data?
Data storage Extellio stores data with ElastX AB on servers in Sweden. The servers are behind a firewall that is only open for HTTPS traffic. Backup of database is taken every day and stored with City Network Hosting AB in Sweden. Access to the data Extellio and some contracted subcontractors, needed in order for us to deliver and develop our services, have access to data. Such subcontractors have confidentiality and personal data agreements with Extellio. In addition, the c
What is a cookie?
What is a cookie? A cookie is a text file that websites put on your hard drive to identify your computer. The next time you visit the website, it will read the file and remember what it put there. Most of us have visited a website that saved your username for easier access to log in - that's because of cookies! But what about third-party cookies? There are two types of cookies - first-party and third-party cookies. First-party cookies are cookies that only the website o
How to implement cookie consent with Cookie information
Use Cookie information's custom event listeners to ensure the Extellio script won't set cookies prematurely. The event listener runs when consent is set or changed. It means that if the visitor changes their consent through their visit, the event listener will prevent the Extellio script from setting cookies. You can use the CookieInformationConsentGiven event listener: <script> window.addEventListener('CookieInformationConsentGiven', function(event) { if (CookieInformation
How to turn on cookieless analytics
What is cookieless analytics? By default analytics with Extellio uses cookies to store information about the user. Cookieless analytics uses the visitor's settings and attributes to map which actions belong to each visit, instead of cookies. You can choose to turn off analytics cookies completely, meaning no cookies will ever be set and you could ditch the annoying cookie banner. Because no cookies are being set, it will affect some of the accuracies in metrics. Extellio ca
How to implement cookie consent with Cookiebot
Use Cookiebot's custom event listeners or callback method to ensure the Extellio script won't set cookies prematurely. Both the event listener and callback fire when consent changes, and each page load. It means that if the visitor changes their consent through their visit, the event listener or callback will prevent the Extellio script from setting cookies. You can use the CookiebotOnAccept event listener: <script type="text/javascript"> function extellioCookieBotConsent(e
How to implement privacy and cookie settings
You control your data source cookie and privacy settings from "Data source settings", then select "Policy & cookies" in the sidebar menu. You need to do these steps for each source if you have multiple data sources. Please note that this only affects the following products: Analytics, Heatmaps & Session recordings Surveys use functional cookies to prevent them from appearing multiple times. 1. Track page views First, we got the setting "track page views". This setting con
How to implement cookie consent with CookieYes
Use CookieYes custom event listener to ensure the Extellio script won't set cookies prematurely. The event listener fires when the consent changes and with each page load. It means that if the visitor changes their consent through their visit, the event listener will prevent the Extellio script from settings cookies. You can use the CookieYes event listener: <script> document.addEventListener("cookieyes_consent_update", function (eventData) { const data = eventData.detail
bottom of page