Skip to content

Commit 6e173b1

Browse files
committed
added A to Q&A, content edits
1 parent e2d025e commit 6e173b1

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/protocols/enforce/schema-configuration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ redirect_from: '/protocols/enforce/'
77

88
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

10-
> warning "Blocked events not forwarded to a source are discarded"
11-
> 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.
10+
> warning "Blocked events not forwarded to a Source are discarded"
11+
> 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.
1212
>
13-
> For more information about Tracking Plan versioning and blocking, see the [Protocols FAQ](/docs/protocols/faq/#protocols-tracking-plan).
13+
> For more information about Tracking Plan versioning, see the [Protocols FAQ](/docs/protocols/faq/#protocols-tracking-plan).
1414
15-
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.
15+
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.
1616

1717
![A screenshot showing the Unplanned Events, Properties and Values table on the Schema Configuration settings page.](../images/event_blocking.png)
1818

src/protocols/faq.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ Yes. [Tracking Plan Libraries](/docs/protocols/tracking-plan/libraries/) makes i
6666

6767
No. Unfortunately it's not yet possible to automatically transfer events from a Tracking Plan to Libraries. To import events into a new event library, import them directly from a source.
6868

69-
### Can I transfer Tracking Plans between production and staging environments?
69+
### Can I transfer a Tracking Plan between production and staging environments?
7070

71-
Yes. Using the [Public API](/docs/protocols/apis-and-extensions/), you can copy the underlying JSON schema from a Tracking Plan in one workspace to another. Any blocked events in the original Tracking Plan
71+
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-
<!--Ask Anand clarifying q: what happens to blocked events in this senario?-->
73+
If you set up event blocking for 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)