Skip to content

Commit 5c9e534

Browse files
authored
Merge pull request #191 from segmentio/repo-sync
repo sync
2 parents c20d1d2 + 1eea2af commit 5c9e534

File tree

1 file changed

+5
-1
lines changed
  • src/connections/destinations/catalog/google-analytics

1 file changed

+5
-1
lines changed

src/connections/destinations/catalog/google-analytics/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,16 +549,20 @@ To use server-side Google Universal Analytics, there are three options with Segm
549549

550550
### Passing Cookies from Universal Analytics
551551

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+
552555
Universal Analytics (analytics.js) uses the [`clientId`](https://developers.google.com/analytics/devguides/collection/analyticsjs/cookie-usage#analyticsjs) to keep track of unique visitors.
553556

557+
554558
*A Google Analytics Universal cookie will look like this:*
555559
```
556560
_ga=GA1.2.1033501218.1368477899;
557561
```
558562

559563
The `clientId` is this part: `1033501218.1368477899`
560564

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:
562566

563567
```javascript
564568
ga(function (tracker) {

0 commit comments

Comments
 (0)