All Collections
Tracking scripts
Validating scripts
Check if the basic script is present
Check if the basic script is present
Christiaan Proper avatar
Written by Christiaan Proper
Updated over a week ago

Note: You can now also use our Tracker Debugger for this! Documentation can be found over here.

The easiest way to check if the script are sending data to Datatrics, is via your browser’s developer tools. The example below is a screenshot from Google Chrome.

Go to a page where the script should be present and go to the developer tools (right click > inspect). Click the “Network” tab, search for “datatrics” and reload the page. If the following three requests return a success code (200), the script implemented correctly:

  • tr.datatrics.com

  • getVisualSelectedBoxes

  • ?action_name=

Did this answer your question?