top of page
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 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 does the different SEO web vital metrics mean?
Page speed score The page speed score is calculated from the other web vital metrics and creates an understandable KPI about your page's performance. Grading: Good: > 90 Needs work: 50 - 89 Poor: < 49 FCP - First Contentful Paint FCP is the time it takes the browser to render the first piece of content after a visitor visited the page. In simpler terms, it's the time before the visitor sees anything at all on your webpage. Grading: Good: < 1.8 seconds Needs work: 1.8
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 cont
Adding and editing users
Adding and editing users At Extellio, you have an unlimited number of users. If you are an account owner or an account admin, you can at any time add more users, as well as edit the users that you already have. To access the user settings, you go to Data sources/Overview and then click on "Manage users" at the top of the page. You can also go to your profile, the account settings, and then select "Users". This is where you find all the users of the account. You can see emai
How to track internal search keywords that gave no results
Adding the code You need to add a snippet of code to the search results pages to tell Extellio how many results are displayed. Once you have the variable configured you can use: [...] var searchCount = 15; // set this value when rendering the search result page extellio_actions.push(['setCustomUrl', document.URL + '&search_count=' + searchCount]); [...] Analyzing the results This is a report of which keywords didn't generate any search results:
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
How to use custom dimensions to monitor pages across multiple language versions
If you have multiple language versions of your website the page URLs will usually group together based on the URL parameters, like this: But sometimes you might want to view how a page performs overall, not just the specific language versions of that page. To do so, you can use custom dimensions to track pages across multiple languages. A custom dimension is data about your visitors that you want to assign your visitors. There are two types of custom dimensions: visit dim
Understanding the different user permissions
One advantage with Extellio is that you can add as many user as you want to your account, but not only that, you can also limit the access and permissions for different users. That means that you can have some users that can edit your surveys and analytics settings, and some users that are only allowed to look at the data. This article will explain all the different user permissions. To start with, there are account permissions and there are data source permissions. The accou
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 or
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
bottom of page