Skip to content

Commit 7af6724

Browse files
committed
Adding admonition about the Google Universal Analytics > Google Analytics transformation
1 parent 2e98c1b commit 7af6724

File tree

1 file changed

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

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,14 +551,17 @@ To use server-side Google Universal Analytics, there are three options with Segm
551551

552552
Universal Analytics (analytics.js) uses the [`clientId`](https://developers.google.com/analytics/devguides/collection/analyticsjs/cookie-usage#analyticsjs) to keep track of unique visitors.
553553

554+
> info " "
555+
> When you add `Google Universal Analytics` to the `integrations` object, it appears in the Segment debugger as `Google Analytics`.
556+
554557
*A Google Analytics Universal cookie will look like this:*
555558
```
556559
_ga=GA1.2.1033501218.1368477899;
557560
```
558561

559562
The `clientId` is this part: `1033501218.1368477899`
560563

561-
You can double check that it's your `clientId` by running this script in your javascript console:
564+
You can double check that it's your `clientId` by running this script in your Javascript console:
562565

563566
```javascript
564567
ga(function (tracker) {

0 commit comments

Comments
 (0)