Skip to content

Commit 4e81bd2

Browse files
committed
fixes
1 parent 4146dc6 commit 4e81bd2

File tree

1 file changed

+2
-11
lines changed
  • src/connections/destinations/catalog/google-analytics

1 file changed

+2
-11
lines changed

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

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -112,16 +112,7 @@ Google Universal Analytics has multiple scopes for each custom dimensions: hit (
112112
#### Setting up Custom Dimensions
113113
First, [configure the Custom Dimensions](https://support.google.com/analytics/answer/2709829?hl=en) from your Google Universal Analytics admin page.
114114

115-
Once you finish this set up in Google Universal Analytics, you can to map traits and properties to your custom dimensions. Go to the Google Universal Analytics destination settings in the Segment App and locate the **Custom Dimensions** setting. This is where you will enter your mapping.
116-
117-
The following images show an example of mapping "Gender" to dimension "1" and "User Type" to dimension "2":
118-
119-
On Segment:
120-
![custom dimension mapping screenshot](images/dimension-mapping.png)
121-
On Google:
122-
![custom dimension mapping screenshot](images/dimension-mapping-google-analytics.png)
123-
124-
You can only map each trait or property to one Custom Dimension at a time.
115+
Once you finish this set up in Google Universal Analytics, you can map traits and properties to your custom dimensions. Go to the Google Universal Analytics destination settings in the Segment App and locate the **Custom Dimensions** setting. This is where you will enter your mapping. You can only map each trait or property to one Custom Dimension at a time.
125116

126117
When you finish mapping dimensions and save the settings, Segment checks if the user traits and properties in [Identify](/docs/connections/spec/identify/), [Track](/docs/connections/spec/track/) and [Page](/docs/connections/spec/page/) calls are defined as a dimension. If they are defined in your mapping, Segment sends that dimension to Google Universal Analytics.
127118

@@ -747,7 +738,7 @@ This source can be your server-side source. From there, its easy to send data to
747738

748739
### Consent Mode
749740

750-
Segment does not support Google's [Consent Mode](https://support.google.com/analytics/answer/9976101?hl=en){:target="_blank"} feature. Consent Mode enables you to adjust how Google's tags load on your site, based on whether users consent to your use of cookies. This feature requires Google's gtag.js library, and does not work when you use Segment's Google Universal Analytics destination, because it loads [Google's analytics.js library](https://support.google.com/analytics/answer/7476135?hl=en#zippy=%2Cin-this-article){:target="blank"} instead of the gtag.js library.
741+
Segment does not support Google's [Consent Mode](https://support.google.com/analytics/answer/9976101?hl=en){:target="_blank"} feature. Consent Mode enables you to adjust how Google's tags load on your site, based on whether users consent to your use of cookies. This feature requires Google's gtag.js library, and does not work when you use Segment's Google Universal Analytics destination, because it loads [Google's analytics.js library](https://support.google.com/analytics/answer/7476135?hl=en#zippy=%2Cin-this-article){:target="blank"} instead of the gtag.js library.
751742

752743
### Cookie Domain Name
753744

0 commit comments

Comments
 (0)