Included in this Article:
Enabling or Checking if the Tag is Enabled
Log in to RTP and enable the tag within the Account Settings page.
Confirm the Tag toggle is set to On
Validating the Tracking Code
Check if the RTP tracking code is injected into your website's pages.
In a web browser, open the developers console. Go to Network, Search for rtp. Locate the rtp.js.
Checking if the Tag Executes the Tracking and Personalization Code
You should see four RTP calls:
-
- rtp.js
- trw
- msg, appearing twice
If you only see the first rtp.js call but not all other calls, check the following:
- Validate the tag's account ID
- In RTP, go to Account Settings, click Generate Tag, and confirm the correct Account ID
- Confirm the Account ID is the same in the code installed on this page (it's case sensitive)
- Validate there are no javascript errors.
- In Developers Tools, go to the Console tab and check if there are any error messages related to RTP or to jQuery
- Validate the tag is injected properly
- Check if the tag is not cutting code lines or any remark elements are not there.
-
The RTP tag is between remark elements.
- Some of the RTP code lines are commented
- In the Developers Tools, go to Sources and add break points in the RTP tag. Refresh the page and see if there are any errors.