I want to track the usage of an API. So I'm using Zend_Http_Client to send POST-parameters to Google Analytic's collector. The Google developers-page tells me, that I have to send a cid
(Anonymous Client ID). But how can I send it via PHP when it is part of the _ga-cookie
?
Am I supposed to create my own cid
? Or am I just too dumb to understand the manual?
Thanks!