You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for this work, it is so helpful since GAPlugin is still with an old version of ga.
However, I face a weird issue : I use GALocalStorage with an hybrid app, I can see events and pageviews on ga realtime view; but the events are only visible there. I mean, there's no trace of them in the common event report. Is it a known issue?
What should I do to get more insights about this bug ?
Best regards,
Alexis
The text was updated successfully, but these errors were encountered:
Hey, I have a similar issue in that Page Views are tracked but not the trackevent. I can see page views real time but not events. Would you mind helping me at least get to your stage where you can see the events real time as its a step further than I have got.
<script type = "text/javascript" language = "javascript">
ga_storage._setAccount('UA-2341664-25'); //enable google analytics to work on App
ga_storage._trackPageview('/index.html');
ga_storage._trackEvent('PDF', 'download'); //ga_storage._trackEvent('category', 'action', 'label', 'value');
</script>
Hi,
Thank you for this work, it is so helpful since GAPlugin is still with an old version of ga.
However, I face a weird issue : I use GALocalStorage with an hybrid app, I can see events and pageviews on ga realtime view; but the events are only visible there. I mean, there's no trace of them in the common event report. Is it a known issue?
What should I do to get more insights about this bug ?
Best regards,
Alexis
The text was updated successfully, but these errors were encountered: