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! I'm facing an issue and I need some helps. I called the group method with groupId (for example: "ABC") before calling any track method, but when I called some track methods after that, they doesn't show the groupId "ABC" in the dashboard. I see the data events in my-jitsu-domain.com. Thanks!
analytics-react-native version: 2.19.5
React Native version: 0.72.12
iOS or Android or both: Both
Steps to reproduce
I called group method before any track method
Expected behavior
My track events must show groupId in the dashboard
Actual behavior
There's no groupId in track events
The text was updated successfully, but these errors were encountered:
Hi @minhduc21598 this is intended behavior. The groupId does not work in the same way as a userId or anonymousId. If you would like to attach it to all track events you will have to create a simple, custom plugin. Please check out this section of the readme for more information about that. Your implementation will likely be pretty similar to the requestTrackingPermission() method in our idfaPlugin.
I am going to go ahead and close this out since it's not a bug. Please feel free to reach out to [email protected] if you have any additional questions or if you run into any other issues with your implementation.
Hi @minhduc21598 this is intended behavior. The groupId does not work in the same way as a userId or anonymousId. If you would like to attach it to all track events you will have to create a simple, custom plugin. Please check out this section of the readme for more information about that. Your implementation will likely be pretty similar to the requestTrackingPermission() method in our idfaPlugin.
I am going to go ahead and close this out since it's not a bug. Please feel free to reach out to [email protected] if you have any additional questions or if you run into any other issues with your implementation.
Hi! I'm facing an issue and I need some helps. I called the group method with groupId (for example: "ABC") before calling any track method, but when I called some track methods after that, they doesn't show the groupId "ABC" in the dashboard. I see the data events in
my-jitsu-domain.com
. Thanks!analytics-react-native
version: 2.19.5Steps to reproduce
I called group method before any track method
Expected behavior
My track events must show groupId in the dashboard
Actual behavior
There's no groupId in track events
The text was updated successfully, but these errors were encountered: