-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Google Ads: Conversion Tag prevents debugger from showing Tag/Triggers correctly #874
Comments
Hi @goochj03 . Thank you for taking the time to create this issue and providing good image examples. I was able to reproduce the issue and noticed an error in the JS Console: That made me think of the warning that the tag was dependent on gtag.js: I configured a tag of that type, on the same Pageview trigger: Once that was done, things started working again and all of the tags executed as expected. |
@Stan-vw @snake14 We had this description, when we created the tag, but we no more show any inline help for the description and hence it lead to this issue, may be we should mention as an inlineHelp in the name for now ?
|
I think it's pretty easy to miss the text about the requirement at the moment, as it's only shown as a subtitle in the one-off creation process. To solve this lack of clarity, maybe we should
@AltamashShaikh what do you think, is that a good solution or do you see better solutions? |
@Stan-vw We just discussed this and we should add the description as inlineHelp and we should check if |
@goochj03 I just saw this with another user even though they added the gtag.js script. This is because the Google Ads Conversion tag fired before their gtag script had initialised. Adding a 1 second 'Fire delay' to the tag solved this issue. @AltamashShaikh window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);} without this:with: |
@9joshua Thanks for the suggestion, we can check if adding |
In Matomo cloud, when creating a Tag type of Google Ads: Conversion, if the Trigger for this Tag is set to 'Page View' and that same Trigger is used by another Tag already, the preview tool seems to not display correctly.
Tag Type:
For example, the below Tags both share the same 'Page View' trigger.
When using the debugger tool, no Tags or Triggers are shown.
If a separate page view trigger is created and assigned to the Google Ads: Conversion Tag, the debugger then loads correctly.
The text was updated successfully, but these errors were encountered: