br33f / php-GA4-Measurement-Protocol

PHP GoogleAnalytics4 Measurement Protocol Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Asynchronous events

coccoinomane opened this issue · comments

Hello,
First of all, thank you very much for this great library! You saved me a lot of time :-)

The old Iconic library supported sending async requests to the measurement protocol.
It used to work with a handy setter: setAsyncRequest(true).
Is there something similar in your package?

Thanks!

commented

Hi,
There are no async requests implemented in this library at the moment, but might be the part of next releases.