I tried to add Google analytics to my app board view in (index.html) using script tag it’s the simplest way to add analytics to website ( analytics script )
But after more than 42 hours no data appeared in analytics dashboard.
I want to track some events in the board view like:
1- When board view was loaded.
2- When user click on create/edit/delete button theirs exist in the board.
3- When user Open pricing modal!
4- When user trying to upgrade his account.
I think next steps would be to see if you’re able to console.log() any issues. Are you getting any other error messages? Or is the information simply not populating?
My guess here is that there might be some CORS-related issue which is preventing the Google Script from running.
Yes, the script actually was loaded without cross-origin error, also I checked it using (Tag assistant legacy) Chrome plugin and its found the code (no errors).
@f2yez super strange! It doesn’t seem like there’s anything wrong with your setup then.
When you say no data shows up on your dashboard, what does it look like? Since you aren’t getting any errors, I don’t think the issue could be with the embedding.
Will also check internally to see if we can find any other solutions.
Can you give me a screenshot from your code for the embedded script that was added in board view ? I want to see which version you are using.
Also I want to ask, when you setup web data stream, which link you are added ? also i want to say i hosted my board view script (zip file) on Monday not external host.
I think this is the issue, the data comes from different source stream url.
I should define the same board view, but I think it will be not useful because I have many account that use the same board view, so I think I should add monday.com to allowed domains in tag settings.