analytics-debugger / ga4mp

GA4MP
MIT License
40 stars 12 forks source link

Batch request sending is not implemented #27

Open abose opened 9 months ago

abose commented 9 months ago

Hi, I was testing this in the browser and it looks like batch request sending is not yet supported. This had lead to a lot of network requests with the lib at startup which the original ga lib only used to send a single request once every 10 seconds or so. queueDispatchMaxEvents doesnt seem to do anything.

Is batch send something that will be supported?

Thanks :)