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
When using Rudder's JS SDK with Google Analytics native SDK, event tracking does not send 'category' and 'label' to Google Analytics. Instead, the value of the event name is passed for all three parameters.
we would expect that the corresponding values for 'category' and 'label' be sent to Analytics. However, 'event_action' is sent as the value for all three parameters.
This is illustrated on the screenshot below, after calling the exact code shown above:
When using the Analytics destination in cloud mode, everything works fine and the correct values are sent and show up in Google Analytics realtime dashboard.
The text was updated successfully, but these errors were encountered:
pierreavizou
added a commit
to pierreavizou/rudder-sdk-js
that referenced
this issue
Apr 30, 2020
When using Rudder's JS SDK with Google Analytics native SDK, event tracking does not send 'category' and 'label' to Google Analytics. Instead, the value of the event name is passed for all three parameters.
When using the code below
we would expect that the corresponding values for 'category' and 'label' be sent to Analytics. However, 'event_action' is sent as the value for all three parameters.
This is illustrated on the screenshot below, after calling the exact code shown above:
When using the Analytics destination in cloud mode, everything works fine and the correct values are sent and show up in Google Analytics realtime dashboard.
The text was updated successfully, but these errors were encountered: