FAQ

  1. Home
  2. Docs
  3. FAQ
  4. Core Web Vitals
  5. How do I integrate the etracker code optimally for my Google rankings?

How do I integrate the etracker code optimally for my Google rankings?

In order not to impair the loading speed and thus the Core Web Vitals and the Google ranking, we recommend using the asynchronous etracker code. This is because in asynchronous mode, the tracking has no influence on the loading speed of the website content and other scripts. 

You can find the asynchronous code under Settings → Integration → Tracking code.

If you are currently using the synchronous code, we recommend simply adapting the existing etracker code. To do this, simply replace src=”//static.etracker.com/code/e.js” with src=”//code.etracker.com/code/e.js” in the code and add the async keyword.