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

Empty ClientId from GA cookie #102

Open iardena-hernandez opened 2 years ago

iardena-hernandez commented 2 years ago

Good afternoon,

We are trying to send the value of the clientId (Ex: ->setClientId('2133506694.1448249699') retrieving the value from the ga cookie in our website, but it doesn't work, we are always sending an empty value.

Could you please tell us how should we send the value properly?