Skip to content

Commit c62c75b

Browse files
authored
Merge pull request #7586 from segmentio/tracking_plan_changes
Update to faq re: changes to tracking plan may be delayed [DOC-1100]
2 parents e3e2945 + 9e6f2a3 commit c62c75b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/protocols/faq.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,17 @@ You can also use the Slack Actions destination to set event triggers for context
3131

3232
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).
3333

34+
### Why aren't my changes to the Tracking Plan showing up immediately?
35+
36+
When you update a Tracking Plan (for example, adding or removing a new property or editing the event or data type) the changes are typically applied within a few minutes. However, there can occasionally be a short delay, especially during periods of high usage across the platform.
37+
38+
If you still see events flagged or properties omitted shortly after making changes, try the following:
39+
40+
- Wait a few minutes and then send the event again.
41+
- Make sure the updates are saved and published properly.
42+
43+
If the changes still aren't reflected after 10 - 15 minutes, [contact Segment Support](https://segment.com/help/contact/){:target="_blank"}.
44+
3445
### How can I see who made changes to my Tracking Plan?
3546

3647
Each Tracking Plan includes a Changelog, which shows which changes were made by which users. To view it, open a Tracking Plan, click the **...** button (also known as the dot-dot-dot, or ellipses menu) next to the Edit Tracking Plan button, and click **View Changelog**.

0 commit comments

Comments
 (0)