Skip to content

Commit 298ee21

Browse files
Merge pull request #3924 from segmentio/niall/screen_tp
Add info about defining Screen events
2 parents 0725ce9 + f70524d commit 298ee21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/protocols/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ You can enable [violation event forwarding](/docs/protocols/validate/forward-vio
2424

2525
## Protocols Tracking Plan
2626

27-
### Do I need to add a Page Viewed event to my tracking plan?
27+
### How do I add Page and Screen events to my tracking plan?
2828

29-
Yes. To consolidate the views in the Schema tab, Segment automatically converts `page` calls into `Page Viewed` events that appear in the Schema Events view. Segment recommends adding a `Page Viewed` event to your Tracking Plan with any properties you want to validate against. At this time, you cannot validate that a specific named page (`analytics.page('Homepage')`) has a specific set of required properties.
29+
To consolidate the views in the Schema tab, Segment automatically converts `page` and `screen` calls into `Page Viewed` and `Screen Viewed` events that appear in the Schema Events view. Segment recommends adding a `Page Viewed` or `Screen Viewed` event to your Tracking Plan with any properties you want to validate against. At this time, to validate that a specific named page/screen (`analytics.page('Homepage') | analytics.screen('Home')`) has a specific set of required properties, you will need to use the [JSON Schema](/docs/protocols/tracking-plan/create/#edit-underlying-json-schema).
3030

3131
### How can I see who made changes to my Tracking Plan?
3232

0 commit comments

Comments
 (0)