You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/mixpanel/index.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,13 +47,18 @@ If you want to track the `page` or `screen` calls to Mixpanel with the name or c
47
47
> info ""
48
48
> Beginning with "Consolidate Page" calls, the following options are each *mutually exclusive*. [See the code for details](https://github.com/segmentio/analytics.js-integrations/blob/master/integrations/mixpanel/lib/index.js#L96-L139){:target="_blank"}.
49
49
50
+
### Prioritization of settings
50
51
52
+
When you use the Mixpanel destination in Cloud-mode, Segment sends events for each option you select. This may result in Mixpanel receiving duplicate events for a single page call.
51
53
52
-
If you select "Track all Pages to Mixpanel", all `page` calls regardless of how you have customized it will send a `Loaded A Page`. Even if you have the other options enabled, Segment sends this call to prevent double counting your pageviews.
54
+
When you use the Mixpanel destination in Device-mode, Segment prioritizes the options to prevent duplicate calls as follows:
53
55
54
-
If you select "Track Categorized Pages to Mixpanel", Segment sends a `Viewed [category] Page` event.
55
56
56
-
If you select "Track Named Pages to Mixpanel", Segment sends a `Viewed [name] Page` event.
57
+
- If you select "Track all Pages to Mixpanel", all `page` calls regardless of how you have customized it will send a `Loaded A Page`. Even if you have the other options enabled, Segment sends this call to prevent double counting your pageviews.
58
+
59
+
- If you select "Track Categorized Pages to Mixpanel", Segment sends a `Viewed [category] Page` event.
60
+
61
+
- If you select "Track Named Pages to Mixpanel", Segment sends a `Viewed [name] Page` event.
57
62
58
63
> info ""
59
64
> If both Option 2 and 3 are enabled, Segment gives precedence to `category`. If you pass both `category` and `name`, (for example, `analytics.page('category', 'name');`), Segment sends a `Viewed category name Page` to Mixpanel.
@@ -339,9 +344,6 @@ Segment doesn't map `$library_version` since that is reserved for Mixpanel's lib
339
344
340
345
## Features
341
346
342
-
### Autotrack
343
-
344
-
Mixpanel discontinued the Autotrack feature in February 2021. The feature is no longer available for use.
345
347
346
348
### People
347
349
@@ -584,7 +586,7 @@ You can check a specific user profile in Mixpanel for Computed Traits by going t
584
586
585
587
Computed traits without a lookback window search across all historical events, and update in real time.
586
588
587
-
Computed traits with a lookback window only search across events that occurred within the specified timeframe. Computed traits *with* a lookback window are updated hourly.
589
+
Computed traits with a lookback window only search across events that occurred within the specified time frame. Computed traits *with* a lookback window are updated hourly.
588
590
589
591

590
592
@@ -624,7 +626,7 @@ You can check a specific user profile in Mixpanel for audience events by going t
624
626
625
627
Audiences without a lookback window searches across all historical events and update in real time.
626
628
627
-
Audiences with a lookback window only search across events that occurred within the specified timeframe. Audiences *with* a lookback window are updated hourly.
629
+
Audiences with a lookback window only search across events that occurred within the specified time frame. Audiences *with* a lookback window are updated hourly.
Copy file name to clipboardExpand all lines: src/guides/regional-segment.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ redirect_from:
7
7
---
8
8
{% include content/plan-grid.md name="data-residency" %}
9
9
10
-
As Schrems II restricts the transfer of personal data to any processors established in countries outside of Europe, all data in European workspaces must be ingested, stored, processed and delivered locally within the EU. Segment offers customers the option to lead on data residency by providing regional infrastructure in both the Europe and the United States.
10
+
As Schrems II restricts the transfer of personal data to any processors established in countries outside of Europe, all data in European workspaces must be ingested, stored, processed and delivered locally within the EU. Segment offers customers the option to lead on data residency by providing regional infrastructure in both Europe and the United States.
11
11
12
12
The default region for all users is in Oregon, United States. Workspaces can be configured to use the EU West Data Processing Region ingest (for supported sources), process, filter, deduplicate, and archive data through Segment-hosted archives hosted in S3 AWS Dublin, Ireland. The regional infrastructure has the same [rate limits and SLA](/docs/connections/rate-limits/) as the default region.
0 commit comments