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
Open Developer Tools
In Google Chrome, right-click on any part of your site and select Inspect.
Go to the Network Tab
In the Developer Tools panel, click on the Network tab.
Refresh the Page
Reload your website to ensure the tag executes properly.
Search for the Loop Tag Request
Click the magnifying glass (search) icon in the Network tab.
Type "
api.retargetly
" into the search bar.
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.