Hi,
I noticed I had a lot of log entries with the following message :
Uncaught PHP Exception InvalidArgumentException: "For Analytics object, you must specify a value to be set for setClientId"
Also, after looking for a while in my code, I found that there was an error in the AnalyticsFactory class on line 25.
->setClientId($request->cookies->get('_ga', null))
Based on the Google Analytics Measurement Protocol library for PHP the **setClientId _method need a value and cannot receive a _null.
Am I right and does anybody also had this problem ?
Thanks for your advice.
Hi,
I noticed I had a lot of log entries with the following message :
Uncaught PHP Exception InvalidArgumentException: "For Analytics object, you must specify a value to be set for setClientId"Also, after looking for a while in my code, I found that there was an error in the AnalyticsFactory class on line 25.
->setClientId($request->cookies->get('_ga', null))Based on the Google Analytics Measurement Protocol library for PHP the **setClientId _method need a value and cannot receive a _null.
Am I right and does anybody also had this problem ?
Thanks for your advice.