From f5de86d5943987eb831d72b8ac22378beb0282c8 Mon Sep 17 00:00:00 2001 From: Anand Ramakrishnan Date: Tue, 18 Oct 2022 14:58:22 -0700 Subject: [PATCH 1/3] Fix Protocols FAQ section. --- src/protocols/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocols/faq.md b/src/protocols/faq.md index 99f2fe1aac..3262e72529 100644 --- a/src/protocols/faq.md +++ b/src/protocols/faq.md @@ -38,7 +38,7 @@ The Tracking Plan to Source relationship is a one-to-many relationship. This mea ### Can I duplicate a Tracking Plan in the Segment UI? -You cannot currently duplicate Tracking Plans in the Segment web app. Instead, Segment recommends using the [Tracking Plan API](/docs/protocols/apis-and-extensions/) to copy the underlying JSON schema from one Tracking Plan to another. +You can duplicate Tracking Plans in the Segment web app. Here are the instructions to [copy a tracking plan](/docs/protocols/tracking-plan/create/#copy-a-tracking-plan). You can also use the [Tracking Plan API](/docs/protocols/apis-and-extensions/) to copy the underlying JSON schema from one Tracking Plan to another. ### How do I handle versioning with mobile apps? From 334564f6b6e9278817b17221ca5329c85396372a Mon Sep 17 00:00:00 2001 From: Anand Ramakrishnan Date: Wed, 19 Oct 2022 10:06:17 -0700 Subject: [PATCH 2/3] Update src/protocols/faq.md Co-authored-by: stayseesong <83784848+stayseesong@users.noreply.github.com> --- src/protocols/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocols/faq.md b/src/protocols/faq.md index 3262e72529..4c188b5585 100644 --- a/src/protocols/faq.md +++ b/src/protocols/faq.md @@ -38,7 +38,7 @@ The Tracking Plan to Source relationship is a one-to-many relationship. This mea ### Can I duplicate a Tracking Plan in the Segment UI? -You can duplicate Tracking Plans in the Segment web app. Here are the instructions to [copy a tracking plan](/docs/protocols/tracking-plan/create/#copy-a-tracking-plan). You can also use the [Tracking Plan API](/docs/protocols/apis-and-extensions/) to copy the underlying JSON schema from one Tracking Plan to another. +Yes, you can duplicate Tracking Plans in the Segment web app by following the [instructions to copy a tracking plan](/docs/protocols/tracking-plan/create/#copy-a-tracking-plan). You can also use the [Tracking Plan API](/docs/protocols/apis-and-extensions/) to copy the underlying JSON schema from one Tracking Plan to another. ### How do I handle versioning with mobile apps? From a11933f47adde87736b19e326384941fa0d833fb Mon Sep 17 00:00:00 2001 From: stayseesong <83784848+stayseesong@users.noreply.github.com> Date: Wed, 19 Oct 2022 10:36:20 -0700 Subject: [PATCH 3/3] Update faq.md --- src/protocols/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocols/faq.md b/src/protocols/faq.md index 4c188b5585..75d006dab5 100644 --- a/src/protocols/faq.md +++ b/src/protocols/faq.md @@ -38,7 +38,7 @@ The Tracking Plan to Source relationship is a one-to-many relationship. This mea ### Can I duplicate a Tracking Plan in the Segment UI? -Yes, you can duplicate Tracking Plans in the Segment web app by following the [instructions to copy a tracking plan](/docs/protocols/tracking-plan/create/#copy-a-tracking-plan). You can also use the [Tracking Plan API](/docs/protocols/apis-and-extensions/) to copy the underlying JSON schema from one Tracking Plan to another. +You can duplicate Tracking Plans in the Segment web app by following the [instructions to copy a tracking plan](/docs/protocols/tracking-plan/create/#copy-a-tracking-plan). You can also use the [Tracking Plan API](/docs/protocols/apis-and-extensions/) to copy the underlying JSON schema from one Tracking Plan to another. ### How do I handle versioning with mobile apps?