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
This is a similar question to my earlier MixPanel issue (angulartics/angulartics-mixpanel#26), I want to make sure this works the same with Google Analytics.
I want to use ga('set') to define custom dimensions, metrics, and content groups, can I just use the regular GA syntax via Angulartics? I.e. code like the following:
This is a similar question to my earlier MixPanel issue (angulartics/angulartics-mixpanel#26), I want to make sure this works the same with Google Analytics.
I want to use ga('set') to define custom dimensions, metrics, and content groups, can I just use the regular GA syntax via Angulartics? I.e. code like the following:
and
ga('set', 'contentGroup1', 'My Group Name');
The text was updated successfully, but these errors were encountered: