How can I verify if third-party tags are firing via Adobe Launch?
I have a couple of Google Ads + Custom HTML tags that I want to fire on certain rules [page view/action taken].
How can I check if these are firing as intended?
Thanks
I have a couple of Google Ads + Custom HTML tags that I want to fire on certain rules [page view/action taken].
How can I check if these are firing as intended?
Thanks
If console.log() is added to the Action and you can't see it in the Chrome console, then the Action may not be working.
Also note that _satellite.notify() should be replaced with one of _satellite.logger. methods that were introduced in Launch.
Another debugging approach I would recommend is to review the Network tab that shows all requests sent from the page (look for the tags you implemented in the Action block).
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.