Google-Analytics-PHP-cookie-parser
Google-Analytics-PHP-cookie-parser copied to clipboard
PHP class to parse Google Analytics Cookies
Fatal error: Cannot re-assign auto-global variable _COOKIE
- Changes logic for inferring AdWords parameters to only fill empty parameters and not overwrite any values with blanks - Changes double quotes to single quotes
I see in your example, you are using Google Analytics (`ga.js`) as opposed to Universal Analytics (`analytics.js`). Is this compatible with `analytics.js`? I'm guessing not because Universal Analytics uses the...
Hey, I'd been using your cookie parser for some time and decided to take it a couple of steps farther in terms of form and function. Basically, I made a...
Your code throws notices all the time due to undefined indexes and the like. Please clean it up. Also, go pick up a copy of Clean Code by Robert Martin...
Fatal error: Cannot re-assign auto-global variable _COOKIE
When I ran the example: Catchable fatal error: Object of class DateTime could not be converted to string in example.php on line 13 This change converted from SetDate (string) to...
I keep getting an error trying to use this file: Fatal error: Call to undefined function phprequire() in /home/siteskil/public_html/wp-content/themes/modernize/header.php on line 97
Split is deprecated so I rewrote it using preg_split. It's been working well for me after 60,000+ hits in a production environment. In the file, I added my name to...