We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4f6d45 commit 8bddaaaCopy full SHA for 8bddaaa
1 file changed
README.md
@@ -58,10 +58,10 @@ Adding this code will load GAP and track the current pageview.
58
To optionally control how the client-side cookie is set, pass a cookie fields object:
59
60
```javascript
61
-ga('create', 'UA-XXXXX-Y', {
62
- 'clientId': '76c24efd-ec42-492a-92df-c62cfd4540a3',
63
- 'cookieDomain': 'example.org',
64
- 'cookieExpires': 60 * 60 * 24 // Time in seconds (1 day)
+gap('create', 'UA-XXXXX-Y', {
+ clientId: '76c24efd-ec42-492a-92df-c62cfd4540a3',
+ cookieDomain: 'example.org',
+ cookieExpires: 60 * 60 * 24 // Time in seconds (1 day)
65
});
66
```
67
0 commit comments