theiconic / php-ga-measurement-protocol

Send data to Google Analytics from the server using PHP. Implements GA measurement protocol.
MIT License
655 stars 136 forks source link

POST request #68

Open unlike777 opened 5 years ago

unlike777 commented 5 years ago

How to send POST request?

alberto-bottarini commented 4 years ago

You should ignore which HTTP method is used. This library is an abstraction layer that wrap GAMP protocol.

Use its api to send data to GA and stop thinking about this low-level issue.

dawidf commented 3 years ago

What about if url is to long? I cant send 100 products because url is to long