Skip to content

Commit 9bb7113

Browse files
authored
Merge branch 'master' into DOC-290
2 parents 8a10081 + e3f6cdf commit 9bb7113

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/connections/destinations/catalog/canny/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Canny Destination
33
rewrite: true
4+
hide-dossier: true
45
redirect_from: '/connections/destinations/catalog/canny-functions/'
56
---
67

@@ -14,11 +15,11 @@ This destination is maintained by Canny. For any issues with the destination, [c
1415

1516
1. Go to your [Canny Admin Segment Settings](https://canny.io/redirect?to=%2Fadmin%2Fsettings%2Fsegment).
1617
2. You will then be routed to Segment where you will be prompted to login and authorize the Canny Destination. Select the workspace and source you would like to integrate and click allow.
17-
3. And you're done! Wasn't that easy? After clicking allow you will be rerouted back to Canny where we will complete the installation by creating the destination in Segment and configuring it with an API key.
18+
3. After you click allow you will be rerouted back to Canny where to complete the installation by creating the destination in Segment and configuring it with an API key.
1819

1920

2021
## Identify
21-
If you haven’t had a chance to review our spec, take a look tounderstand what the Identify method does. An example call would look like:
22+
If you haven’t had a chance to review spec, take a look to understand what the Identify method does. An example call would look like:
2223

2324
```js
2425
analytics.identify('userId123', {
@@ -29,4 +30,4 @@ analytics.identify('userId123', {
2930
Identify calls will be sent to Canny as an identify event. Once identified, users will appear in Canny and will appear in your vote-on-behalf feature. The `name` and `email` traits are **required** fields.
3031

3132
### Custom Fields
32-
Custom Fields is a list of [traits](https://segment.com/docs/connections/spec/identify/#traits) to be imported as custom fields.
33+
Custom Fields is a list of [traits](/docs/connections/spec/identify/#traits) to be imported as custom fields.

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ Unlike the device-mode destination which runs directly on the device, and which
150150
You can specify what the event action should be called in the Google Analytics settings. If you don't specify a name, Segment uses a default of event **'User Enriched'**. Since an event category is also required, you can specify which `trait` you want Segment to set this value to. For example, if you send a trait such as `type`, Segment sets the value of `traits.type` as the event category if defined, and if it is not, sets it to the default value **'All'**.
151151

152152
> info ""
153-
> **Note**: Segment always marks this event as a **Non Interaction** event. This is only available if you are using Universal GA.
153+
> **Note**: Segment marks enriched user trait events as a **Non Interaction** event. Non-interaction events are available if you're using Universal Google Analytics.
154154
155155
### A/B Test Versions to Dimensions
156156

@@ -813,7 +813,7 @@ Segment tracks the canonical URL and automatically sends it to Google Analytics
813813
To integrate with the Google Analytics [Optimize plugin](https://support.google.com/360suite/optimize/answer/6262084#optimize-ga-plugin), insert your Optimize **Container ID** in your destination settings. Segment adds the plugin when Analytics.js next initializes the Google Analytics snippet.
814814

815815
> warning ""
816-
> Make sure your Container ID is spelled correctly and that your Optimize container is ENABLED in Google. If you don't enable this, your GA destination silently errors out every time you make a call.
816+
> Make sure your Container ID is spelled correctly and that your Optimize container is ENABLED in Google. If you don't enable this, your Google Analytics destination silently errors out every time you make a call.
817817
818818
Google recommends that you deploy [page hiding](https://support.google.com/360suite/optimize/answer/6262084#page-hiding) to prevent the page from flashing or flickering when an A/B test loads. You must add this code manually, since it needs to load synchronously. Note that you must include the Optimize container ID in the page hiding snippet too.
819819

@@ -826,9 +826,8 @@ To enable user deletion for Google Analytics:
826826
2. Authenticate your Google Analytics account using OAuth.
827827

828828
> info ""
829-
> **NOTE:** User deletion for Google Analytics is currently supported for Universal Analytics and not Classic Analytics. You can send user deletion requests using a `userId` through the Privacy Tool. This means you must have the User-Id feature enabled in your Google Analytics Property within the your Google Analytics dashboard and have Segment sending your Property `userIds` by enabling the setting **Send User-ID to GA**.
829+
> **NOTE:** Segment supports user deletion for Google Analytics in Universal Analytics and not Classic Analytics. You can send user deletion requests using a `userId` through the Privacy Tool. This means you must have the User-Id feature enabled in your Google Analytics Property within the your Google Analytics dashboard and have Segment sending your Property `userIds` by enabling the setting **Send User-ID to GA**.
830830
831-
- - -
832831

833832

834833
## Troubleshooting

0 commit comments

Comments
 (0)