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
Hi Guys,
can anyone please help urgent requirement to track the custom userId and custom events in google analytics in all the platform i.e. browser, ios, and android.
i) Setting Tracking Id -- this.googleAnalytics.startTrackerWithId('G-XXXXXXXXXX')
ii) For User Id-- this.googleAnalytics.setUserId()
iii) For Events -- this.googleAnalytics.trackEvent(, , ).
using the first point (Setting Tracking Id ) on platform ready.
in all three methods getting the success callback but the events were not tracked in google analytics console and also not able to use the debug mode.
Earlier used Firebase Analytics Plugin in other projects and that's working fine for ios and android platform, but now the requirement is for browser platform as well can anyone help to resolve the issue for this.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi Guys,
can anyone please help urgent requirement to track the custom userId and custom events in google analytics in all the platform i.e. browser, ios, and android.
i) Setting Tracking Id -- this.googleAnalytics.startTrackerWithId('G-XXXXXXXXXX')
ii) For User Id-- this.googleAnalytics.setUserId()
iii) For Events -- this.googleAnalytics.trackEvent(, , ).
using the first point (Setting Tracking Id ) on platform ready.
in all three methods getting the success callback but the events were not tracked in google analytics console and also not able to use the debug mode.
Earlier used Firebase Analytics Plugin in other projects and that's working fine for ios and android platform, but now the requirement is for browser platform as well can anyone help to resolve the issue for this.
Thanks in advance.
The text was updated successfully, but these errors were encountered: