Skip to main content

How to Verify That the Loop Tag Is Collecting Data on Your Site

Check if the Loop tag is collecting data on your site using Chrome’s Developer Tools.

J
Written by Juan Sebastian Franco
Updated over 3 months ago

If you’ve installed the Loop tag on your website, you may want to confirm that it’s correctly loading and collecting data. You can verify this using Google Chrome’s Developer Tools by following these steps:

Steps to Check the Loop Tag

  1. Open Developer Tools

    • In Google Chrome, right-click on any part of your site and select Inspect.

  2. Go to the Network Tab

    • In the Developer Tools panel, click on the Network tab.

  3. Refresh the Page

    • Reload your website to ensure the tag executes properly.

  4. Search for the Loop Tag Request

    • Click the magnifying glass (search) icon in the Network tab.

    • Type "api.retargetly" into the search bar.

  5. Check for the "Loader" Entry

    • If the tag is successfully loaded, you will see an entry called "loader" in the list of network requests.

    • Click on it to view additional details, such as response status and request parameters.

This is how the "Loader" entry looks like

If you see the "loader" entry, your tag is working and sending data. If not, ensure the tag has been correctly implemented and check for any errors in the Console tab of Developer Tools.

Did this answer your question?