top of page
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:
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
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 tim e add more users , as well as edit the users that y ou 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
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
bottom of page