Skip to content

Commit a2893ea

Browse files
Merge pull request #5491 from segmentio/mixpanel-image-fix
Mixpanel group ID traits image fix
2 parents 7f664dc + f2d209c commit a2893ea

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/connections/sources/catalog/libraries/mobile/apple/destination-plugins/mixpanel-swift.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ To add people properties in Mixpanel before you know the user's unique database
126126
Group calls are sent to Mixpanel if, **and only if**,
127127

128128
1. The Group Identifier Traits setting has one or more traits saved in the destination settings for Mixpanel.
129-
![Group ID Traits](images/mixpanel-group-id-traits.png)
129+
![Group ID Traits](/docs/connections/destinations/catalog/mixpanel/images/mixpanel-group-id-traits.png)
130130
2. You have created a group key of the same name in your Mixpanel [project settings](https://help.mixpanel.com/hc/en-us/articles/360025333632-Group-Analytics#implementation){:target="_blank"}.
131131
3. A Group trait with the same name as one of the configured Group Identifier Traits is sent with the group call.
132132

src/connections/sources/catalog/libraries/mobile/kotlin-android/destination-plugins/mixpanel-kotlin-android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ To add people properties in Mixpanel before you know the user's unique database
116116
Group calls are sent to Mixpanel if, **and only if**,
117117

118118
1. The Group Identifier Traits setting has one or more traits saved in the destination settings for Mixpanel.
119-
![](images/mixpanel-group-id-traits.png)
119+
![Group ID Traits](/docs/connections/destinations/catalog/mixpanel/images/mixpanel-group-id-traits.png)
120120
2. You have created a group key of the same name in your Mixpanel [project settings](https://help.mixpanel.com/hc/en-us/articles/360025333632-Group-Analytics#implementation){:target="_blank"}.
121121
3. A Group trait with the same name as one of the configured Group Identifier Traits is sent with the group call.
122122

src/connections/sources/catalog/libraries/mobile/react-native/destination-plugins/mixpanel-react-native.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ To add people properties in Mixpanel before you know the user's unique database
114114
Group calls are sent to Mixpanel if, **and only if**,
115115

116116
1. The Group Identifier Traits setting has one or more traits saved in the destination settings for Mixpanel.
117-
![Group ID Traits](images/mixpanel-group-id-traits.png)
117+
![Group ID Traits](/docs/connections/destinations/catalog/mixpanel/images/mixpanel-group-id-traits.png)
118118
2. You have created a group key of the same name in your Mixpanel [project settings](https://help.mixpanel.com/hc/en-us/articles/360025333632-Group-Analytics#implementation){:target="_blank"}.
119119
3. A Group trait with the same name as one of the configured Group Identifier Traits is sent with the group call.
120120

0 commit comments

Comments
 (0)