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/guides/usage-and-billing/mtus-and-throughput.md
+7-6
Original file line number
Diff line number
Diff line change
@@ -29,18 +29,14 @@ For example, if your workspace's throughput limit is set to 250, this means that
29
29
30
30
These objects and API calls are not tied to a specific user, but are an aggregate number applied to your workspace. Most customers never hit this limit, and Business tier plans often have custom limits.
31
31
32
-
33
-
34
32
#### Batching and throughput limits
35
33
36
34
You can sometimes "batch" API calls to reduce send times, however batching doesn't reduce your throughput usage. Batched calls are unpacked as they are received, and the objects and calls the batch contains are counted individually. While batching does not reduce your throughput, it does reduce the possibility of rate limit errors.
37
35
38
-
39
36
## How does Segment calculate MTUs?
40
37
41
38
Segment counts the number of **unique**`userId`s, and then adds the number of **unique**`anonymousId`s that were not associated with a `userId` during the billing period. Segment counts these IDs over all calls made from all sources in your workspace, over a billing month. Segment only counts each user once per month, even if they perform more than one action or are active across more than one source.
42
39
43
-
44
40
#### Example MTU counts
45
41
46
42
Imagine that you have both a website and a mobile app. Both the website and mobile app have pages that you can use without being logged in, and both send Identify calls when a user _does_ log in.
@@ -121,8 +117,13 @@ All Engage data are omitted from billing MTU and API throughput calculations, in
121
117
122
118
Replays only affect your MTU count if you are using a [Repeater](/docs/connections/destinations/catalog/repeater/) destination, which might send data that hasn't yet been seen this month back through a source.
123
119
124
-
## MTUs and Reverse ETL
125
-
See the [Reverse ETL usage limits](/docs/connections/reverse-etl/#usage-limits) to see how MTUs affect your Reverse ETL usage limits.
120
+
## How Reverse ETL affects MTUs
121
+
122
+
Extracting data with Reverse ETL does **not** count toward your MTU usage. However, if you send that data through the [Segment Connections destination](/docs/connections/destinations/catalog/actions-segment/), it **will** affect your MTUs.
123
+
124
+
The Segment Connections destination is built for Reverse ETL and treats events as if they’re coming from a standard source, meaning they contribute to your MTU count.
125
+
126
+
For more information, see [Reverse ETL usage limits](/docs/connections/reverse-etl/system/#usage-limits).
126
127
127
128
## Why is my MTU count different from what I see in my destinations and other tools?
0 commit comments