Replies: 1 comment
-
Depends on how your backend is configured to handle events but you can for sure batch event to send. See the AWS pinpoint provider for an example |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
we'd like to build our own analytics without relying on third party services.
Our idea is to use Analytics as FE SDK, and we'd like to write our custom plugin to send analytics data to our API.
The question is: how often should the FE send analytics data to the API? We would like to buffer analytics events and send them in batches to spare some network traffic.
How often does Google Analytics (and other providers) do this data sync?
Thank you,
Luca
Beta Was this translation helpful? Give feedback.
All reactions