Skip to content

Commit 251987e

Browse files
committed
Vale fixes, wording
1 parent ef2021b commit 251987e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/protocols/enforce/schema-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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.

src/protocols/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ No. Unfortunately it's not yet possible to automatically transfer events from a
6868

6969
### 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 a Tracking Plan's JSON schema from one Workspace to another.
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 a Tracking Plan in another Workspace.
7272

7373
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

@@ -137,7 +137,7 @@ Only workspace admins are allowed to create transformations.
137137

138138
All users with Protocols admin or read-only permissions can view transformations.
139139

140-
### Why can't we support transformations for device-mode destinations?
140+
### Why can't Segment support transformations for device-mode destinations?
141141

142142
Transformations introduce advanced logic that at scale may impact performance of client-side libraries. If you are interested in testing new functionality which supports device-mode destination transformations in analytics.js, contact your account rep.
143143

0 commit comments

Comments
 (0)