You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/google-analytics/index.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -549,16 +549,20 @@ To use server-side Google Universal Analytics, there are three options with Segm
549
549
550
550
### Passing Cookies from Universal Analytics
551
551
552
+
> info " "
553
+
> When you add `Google Universal Analytics` to the `integrations` object, the Google Universal Analytics event appears in the Segment debugger as `Google Analytics`.
554
+
552
555
Universal Analytics (analytics.js) uses the [`clientId`](https://developers.google.com/analytics/devguides/collection/analyticsjs/cookie-usage#analyticsjs) to keep track of unique visitors.
553
556
557
+
554
558
*A Google Analytics Universal cookie will look like this:*
555
559
```
556
560
_ga=GA1.2.1033501218.1368477899;
557
561
```
558
562
559
563
The `clientId` is this part: `1033501218.1368477899`
560
564
561
-
You can double check that it's your `clientId` by running this script in your javascript console:
565
+
You can double check that it's your `clientId` by running this script in your JavaScript console:
0 commit comments