Search code examples
google-cloud-platformgoogle-tag-manager

How do I check the information sent by the GTM event trigger to Recommendations AI project?


Could someone inform what is the most correct way to verify what is the information sent by the GTM event tag screenshot to an Recommendations AI project?


Solution

    1. Confirm your triggers are not misfiring by using the preview mode in GTM: https://support.google.com/tagmanager/answer/6107056?hl=en
    2. As Eike mentioned, open the Developer's console Network tab https://developer.chrome.com/docs/devtools/network/
    3. Clear the log in the Network tab. And select All in the Network filters.
    4. Conduct an action that triggers your tag.
    5. In the Network tab, there are now new activity is shown. Select the one that looks like your endpoint and that has a valid response code (it's almost always 200)
    6. Scroll down to the Query String parameters and assess your payload:

    Like so: enter image description here