|
OpenSencillo
2016.106
Long live the simplicity of PHP
|
Public Member Functions | |
| set ($pref, $value, $param) | |
| gadefault ($id) | |
| create () | |
Protected Attributes | |
| $arr | |
Definition at line 11 of file google.analytics.goas.php.
| create | ( | ) |
Create Google Analytics Code
Definition at line 55 of file google.analytics.goas.php.
| gadefault | ( | $id | ) |
Set GA to default basic options
| $id | string (UA-XXXX-Y) |
Definition at line 46 of file google.analytics.goas.php.
| set | ( | $pref, | |
| $value, | |||
| $param | |||
| ) |
Add custom universal analytics
| $pref | string (create|send|require) |
| $value | string (UA-XXXX-Y|pageview|...) |
| $param | string (auto|...) |
Definition at line 30 of file google.analytics.goas.php.