Skip to content

Commit 4b43c2a

Browse files
authored
Merge pull request #3749 from segmentio/develop
Release 22.44.1
2 parents 241fd1e + 55542e9 commit 4b43c2a

File tree

13 files changed

+361
-183
lines changed

13 files changed

+361
-183
lines changed

src/_data/actions/mixpanel.yml

Lines changed: 167 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,167 @@
1+
config:
2+
- category: Connection Settings
3+
settings:
4+
- name: API Secret
5+
connection_mode:
6+
- cloud
7+
- device-web
8+
- device-mobile
9+
configurable: true
10+
location: Global Settings
11+
notes: The setting is called `Secret Key`.
12+
- name: Token
13+
connection_mode:
14+
- cloud
15+
- device-web
16+
- device-mobile
17+
configurable: true
18+
location: Global Settings
19+
notes: The setting is called `Project Token`.
20+
- name: Connection Mode
21+
connection_mode:
22+
- cloud
23+
- device-web
24+
- device-mobile
25+
configurable: false
26+
location:
27+
notes:
28+
- category: Event Tracking
29+
settings:
30+
- name: Track All Pages to Mixpanel with a Consolidated Event Name
31+
connection_mode:
32+
- cloud
33+
- device-web
34+
configurable: true
35+
location: Subscription **Page Calls**
36+
notes: When enabled, Mixpanel (Actions) tracks all Page calls as `Viewed {name}` by default. You can change the default name by updating the `Event Name` field.
37+
- name: Events to increment in People
38+
connection_mode:
39+
- cloud
40+
- device-web
41+
- device-mobile
42+
configurable: false
43+
location:
44+
notes: Not supported with Actions.
45+
- name: Track All Pages to Mixpanel
46+
connection_mode:
47+
- cloud
48+
- device-web
49+
configurable: false
50+
location: Subscription **Page Calls**
51+
notes: When enabled, Mixpanel (Actions) tracks all Page calls as `Viewed {name}` by default. You can change the default name by updating the `Event Name` field.
52+
- name: Track Categorized Pages to Mixpanel
53+
connection_mode:
54+
- cloud
55+
- device-web
56+
configurable: false
57+
location: Subscription **Page Calls**
58+
notes: When enabled, Mixpanel (Actions) tracks all Page calls as `Viewed {name}` by default. You can add {category} to the `Event Name` field.
59+
- name: Track Named Pages to Mixpanel
60+
connection_mode:
61+
- cloud
62+
- device-web
63+
configurable: false
64+
location: Subscription **Page Calls**
65+
notes: When enabled, Mixpanel (Actions) tracks all Page calls as `Viewed {name}` by default. You can change the default name by updating the `Event Name` field.
66+
- category: Traits & Properties
67+
settings:
68+
- name: Group Identifier Traits
69+
connection_mode:
70+
- cloud
71+
- device-web
72+
- device-mobile
73+
configurable: true
74+
location: Subscription **Group Calls**
75+
notes: When enabled, you can set the group key as you specified in Mixpanel under Project settings to the `Group Key` field. You can also specify group id in the `Group ID` field directly.
76+
- name: Group Traits to Set Once
77+
connection_mode:
78+
- cloud
79+
- device-web
80+
- device-mobile
81+
configurable: false
82+
location:
83+
notes:
84+
- name: Legacy Super Properties
85+
connection_mode:
86+
- device-web
87+
- device-mobile
88+
configurable: false
89+
location:
90+
notes:
91+
- name: Traits to set as People Properties
92+
connection_mode:
93+
- cloud
94+
- device-web
95+
- device-mobile
96+
configurable: true
97+
location: Subscription **Identify Calls**
98+
notes: When enabled, Mixpanel (Actions) maps Traits as People Properties by default. You can change it by updating the `User Properties` field.
99+
- name: Properties to increment in People
100+
connection_mode:
101+
- cloud
102+
- device-web
103+
- device-mobile
104+
configurable: false
105+
location:
106+
notes:
107+
- name: Properties to send as Super Properties
108+
connection_mode:
109+
- cloud
110+
- device-web
111+
- device-mobile
112+
configurable: false
113+
location:
114+
notes:
115+
- category: Identity Resolution
116+
settings:
117+
- name: Use Mixpanel People
118+
connection_mode:
119+
- cloud
120+
- device-web
121+
- device-mobile
122+
configurable: false
123+
location:
124+
notes:
125+
- category: Other Settings
126+
settings:
127+
- name: Cross Subdomain Cookie
128+
connection_mode:
129+
- device-web
130+
configurable: false
131+
location:
132+
notes:
133+
- name: Enable European Union Endpoint
134+
connection_mode:
135+
- cloud
136+
- device-web
137+
- device-mobile
138+
configurable: true
139+
location: Global Settings
140+
notes: The setting is called `Data Residency`.
141+
- name: Persistence Type
142+
connection_mode:
143+
- device-web
144+
configurable: false
145+
location:
146+
notes:
147+
- name: Secure Cookie
148+
connection_mode:
149+
- device-web
150+
configurable: false
151+
location:
152+
notes:
153+
- name: Automatically set all Traits as Super Properties and People Properties
154+
connection_mode:
155+
- device-web
156+
- device-mobile
157+
configurable: false
158+
location:
159+
notes:
160+
- name: Source Name
161+
connection_mode:
162+
- cloud
163+
- device-web
164+
- device-mobile
165+
configurable: true
166+
location: Global Settings
167+
notes: The setting is called `Source Name`.

src/_data/catalog/destination_categories.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# AUTOGENERATED FROM PUBLIC API. DO NOT EDIT
2-
# destination categories last updated 2022-10-27
2+
# destination categories last updated 2022-11-01
33
items:
44
- display_name: A/B Testing
55
slug: a-b-testing

0 commit comments

Comments
 (0)