Skip to content

Commit 4c48049

Browse files
authored
Merge pull request #1768 from segmentio/DOC-281
DOC-281 - Removal of Schema Defaults
2 parents 7fd05e6 + 1c0dce0 commit 4c48049

File tree

3 files changed

+1
-29
lines changed

3 files changed

+1
-29
lines changed

src/_data/sidenav/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,6 @@ sections:
226226
title: Locate Your Write Key
227227
- path: /connections/integration_error_codes
228228
title: Integration Error Codes
229-
- path: /connections/schema-unique-limits
230-
title: Segment Schema Limits
231229
- path: /connections/rate-limits
232230
title: Rate Limits and SLA
233231
- path: /connections/data-residency

src/connections/schema-unique-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Segment Schema Limits
44

55
**How many unique events can be logged in my Segment Schema table?**
66

7-
While you can technically track unlimited events with Segment, only the first 2,000 events will be visible on the Schema page for a given Source. After you hit the 2,000 event limit, all future events will still be tracked and sent to your Destinations based on your Schema Default settings. They will not, however, be logged in the Segment Schema table.
7+
While you can technically track unlimited events with Segment, only the first 2,000 events will be visible on the Schema page for a given Source. After you hit the 2,000 event limit, all future events will still be tracked and sent to your Destinations. They will not, however, be logged in the Segment Schema table.
88

99
**How many unique event properties can be logged on the event details page?**
1010

src/segment-app/iam/audit-trail.md

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -89,29 +89,3 @@ The Audit Trail includes information on the following activity:
8989
* Personas Warehouse Source Created
9090
* Personas Warehouse Source Modified
9191
* Personas Warehouse Source Deleted
92-
93-
### Schema Default
94-
* Schema Default Edited To Block New Events
95-
* Schema Default Edited To Allow New Event Properties
96-
* Schema Default Edited To Omit New Group Traits
97-
* Schema Default Edited To Allow Group Traits On Violation
98-
* Schema Default Edited To Omit New Event Properties
99-
* Schema Default Edited To Allow New Identify Traits
100-
* Schema Default Edited To Omit Identify Traits On Violation
101-
* Schema Default Edited To Allow New Events
102-
* Schema Event Allowed
103-
* Schema Event Blocked
104-
* Schema Identify Trait Blocked
105-
* Schema Event Archived
106-
* Schema Identify Trait Allowed
107-
* Schema Event Property Rule Edited To Optional
108-
* Schema Event Property Rule Edited To Forbidden
109-
* Schema Event Property Conditions Edited
110-
* Schema Event Property Rule Edited To Required
111-
* Schema Identify Trait Archived
112-
* Schema Default Edited To Omit New Identify Traits
113-
* Schema Group Property Blocked
114-
* Schema Group Property Allowed
115-
* Schema Default Edited To Omit Group Traits On Violation
116-
* Schema Default Edited To Allow New Group Traits
117-
* Schema Default Edited To Allow Identify Traits On Violation

0 commit comments

Comments
 (0)