Skip to content

Commit ef2021b

Browse files
committed
fixes
1 parent 71a6101 commit ef2021b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/protocols/enforce/schema-configuration.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ redirect_from: '/protocols/enforce/'
55

66
{% include content/plan-grid.md name="protocols" %}
77

8-
The Schema Configuration settings for each source can be used to selectively block events, or omit properties and traits from `.track()`, `.identify()` and `.group()` calls. Segment can permanently drop events that are not included in your Tracking Plan, depending on the settings you select. Segment can also block events with invalid properties or invalid property values.
8+
The Schema Configuration settings for each source can be used to selectively block events, or omit properties and traits from `.track()`, `.identify()` and `.group()` calls. Segment can permanently drop events that are not included in your Tracking Plan, depending on the settings you select. Segment can also block events with invalid properties or invalid property values.
99

1010
> warning "Blocked events not forwarded to a Source are discarded"
1111
> Blocking is a serious step that you should only do after you have resolved any violations that appear when you first connect a Tracking Plan to a Source. Any blocked events that are not [forwarded to a separate Source](/docs/protocols/enforce/forward-blocked-events) are permanently discarded and cannot be recovered.
12-
>
13-
> For more information about Tracking Plan versioning, see the [Protocols FAQ](/docs/protocols/faq/#protocols-tracking-plan).
1412
1513
To enable blocking, go to the **Settings** tab for your source and click on **Schema Configuration**. See below for detailed descriptions for each of the configuration settings.
1614

src/protocols/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ No. Unfortunately it's not yet possible to automatically transfer events from a
7070

7171
Yes. Using the [Public API](/docs/protocols/apis-and-extensions/), you can copy a Tracking Plan's JSON schema from one Workspace to another.
7272

73-
If you set up event blocking alongside your original tracking plan, you must connect to the same Source and configure identical Schema Controls in your other Workspace so that blocked events behave as expected.
73+
If you [discarded events](/docs/protocols/enforce/schema-configuration) as a part of your original Tracking Plan, you must connect to the same Source and configure identical Schema Controls in your other Workspace so that blocked events behave as expected.
7474

7575
## Protocols Validation
7676

0 commit comments

Comments
 (0)