Skip to content

Commit 822f8d6

Browse files
authored
Merge pull request #7120 from segmentio/DOC-997
Linked Events Limits + GA [DOC-997]
2 parents 73a9a3f + e9e3409 commit 822f8d6

File tree

3 files changed

+39
-6
lines changed

3 files changed

+39
-6
lines changed

src/_data/sidenav/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,13 @@ sections:
362362
title: Snowflake Setup
363363
- path: /unify/data-graph/setup-guides/databricks-setup/
364364
title: Databricks Setup
365+
- section_title: Linked Events
366+
slug: /unify/data-graph/linked-events/
367+
section:
368+
- path: /unify/data-graph/linked-events/
369+
title: Linked Events Overview
370+
- path: /unify/data-graph/linked-events-limits/
371+
title: Linked Events Limits
365372
- section_title: Traits
366373
slug: unify/traits
367374
section:
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
title: Linked Events Limits
3+
plan: unify
4+
hidden: false
5+
---
6+
7+
To provide consistent performance and reliability at scale, Segment enforces default use limits for Linked Events.
8+
9+
## Usage limits
10+
Linked Events provides you with the flexibility to enrich unlimited events in downstream destinations. This means you won't encounter any limitations or pauses in service related to the number of Linked Events enrichments.
11+
12+
Segment measures Linked Events limits based on entities and entity rows.
13+
* **Entities:** The warehouse tables that are declared in the Data Graph with the `enrichment_enabled = true` property.
14+
* **Entity rows**: The total number of rows synced to Segment cache across all enrichment entities at any given time.
15+
16+
To see how many entities and entity rows you’re using with Linked Events, navigate to **Settings > Usage & billing** and select the **Linked Events** tab.
17+
18+
Plan | Linked Events Limits | How to increase your limit
19+
---- | -------------------- | --------------------------
20+
Free | Not available | N/A
21+
Teams | Not available | N/A
22+
Business | If you use Unify and Engage, you'll receive a trial version with: <br>* 1 Entity for every Unify space <br>* 1 million Entity rows per workspace | Contact your sales rep to upgrade to the full paid version of Linked Events to unlock: <br>* Unlimited Entities <br>* Additional Entity Rows (10 x the number of MTUs or 0.1 x the number of monthly API calls up to a maximum of 100 million, to be used across your workspaces) <br><br>Note: You must already be on a Unify or Engage plan to be eligible for upgrade.
23+
24+
### Special cases
25+
* If you have a non-standard or high volume usage plan, you may have unique Linked Events limits or custom pricing.
26+
* If you're on the trial version of Linked Events, you won't be able to add more than 1 million entity row syncs. Reach out to your Customer Success representative to upgrade to the Linked Events paid tier.
27+
* If you're using the paid version of Linked Events, and you reach your entity row limit before the end of your billing period, your syncs won't automatically pause to avoid disruptions to your business. You may be billed for overages in cases of significant excess usage. If you consistently require a higher limit, contact your sales representative to upgrade your plan with a custom limit.
28+
29+
> info ""
30+
> There is a hard limit of 100 million entity rows that causes syncs to pause.

src/unify/data-graph/linked-events.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
---
2-
title: Linked Events
3-
beta: true
2+
title: Linked Events Overview
43
plan: unify
5-
hidden: true
4+
hidden: false
65
---
7-
8-
> info "Linked Events is in private beta"
9-
> Linked Events is in private beta, and Segment is actively working on this feature. Some functionality may change before it becomes generally available.
106

117
Use Linked Events to enrich real-time event streams with entities from your data warehouse to your destinations. Insert additional event context for downstream applications for richer data about each event.
128

0 commit comments

Comments
 (0)