From 2c1d86e3ab9796418d1e6faf73b4d045908e19c7 Mon Sep 17 00:00:00 2001 From: ozzy-cox Date: Thu, 4 Jul 2024 18:22:15 +0300 Subject: [PATCH 01/10] Added userguiding destination documentation --- .../destinations/catalog/userguiding/index.md | 49 +++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 src/connections/destinations/catalog/userguiding/index.md diff --git a/src/connections/destinations/catalog/userguiding/index.md b/src/connections/destinations/catalog/userguiding/index.md new file mode 100644 index 0000000000..9ba6e35de3 --- /dev/null +++ b/src/connections/destinations/catalog/userguiding/index.md @@ -0,0 +1,49 @@ +--- +title: UserGuiding Source +id: VShGHAfvlr +beta: true +--- + +[UserGuiding](https://userguiding.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank”} is a product adoption platform that helps product teams automate in-app experiences that turn new users into champions. + + +This destination is maintained by UserGuiding. For any issues with the source, [contact their Support team](mailto:assist@userguiding.com). + + +## Getting Started + + + +1. From your workspace's [Destination catalog page](https://app.segment.com/goto-my-workspace/destinations/catalog){:target="_blank”} search for UserGuiding. +2. Select UserGuiding, and click **Add Destination**. +3. Choose the source you want to connect UserGuiding destination to. +4. Give the destination a name. +5. Enter the API key provided in the [UserGuiding integrations page](https://panel.userguiding.com/settings/integrations/segment). +6. Pick the data residency region for your UserGuiding account. + + +## Identify + +If you're not familiar with the Segment Specs, take a look to understand what the [Identify method](/docs/connections/spec/identify/) does. An example call would look like: + +```js +analytics.identify('user_id_123', { + email: 'john.doe@example.com', + firstname: 'john', + lastname: 'doe' +}); +``` + +Using the [Identify method](/docs/connections/spec/identify/) will trigger a call to UserGuiding's [Identify](https://panel.userguiding.com/settings/installation) method. You can get more information about UserGuiding's identification from [here](https://help.userguiding.com/en/articles/5562847-sending-user-attributes-and-tracking-user-actions). + + +## Track + +If you're not familiar with the Segment Specs, take a look to understand what the [Track method](/docs/connections/spec/track/) does. An example call would look like: + +```js +analytics.track('Visited Products Page') +``` + +Using the [Track method](/docs/connections/spec/track/) will trigger a call to `userGuiding.track` method. You can get more information about tracking user actions from [here](https://help.userguiding.com/en/articles/5562847-sending-user-attributes-and-tracking-user-actions). + From f224d24754f2f2035a9dc1223575266869c70d3e Mon Sep 17 00:00:00 2001 From: Thomas Gilbert <64277654+tcgilbert@users.noreply.github.com> Date: Fri, 5 Jul 2024 11:35:32 -0400 Subject: [PATCH 02/10] change folder name to destination slug and add correct id --- .../catalog/{userguiding => user_guiding}/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename src/connections/destinations/catalog/{userguiding => user_guiding}/index.md (97%) diff --git a/src/connections/destinations/catalog/userguiding/index.md b/src/connections/destinations/catalog/user_guiding/index.md similarity index 97% rename from src/connections/destinations/catalog/userguiding/index.md rename to src/connections/destinations/catalog/user_guiding/index.md index 9ba6e35de3..3a2b20bf16 100644 --- a/src/connections/destinations/catalog/userguiding/index.md +++ b/src/connections/destinations/catalog/user_guiding/index.md @@ -1,6 +1,6 @@ --- -title: UserGuiding Source -id: VShGHAfvlr +title: UserGuiding Destination +id: 6549f3d6f2f494b41bf941f8 beta: true --- From 1db91559b192b03bb41a12e09e0a3d022cc0f678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ozan=20K=C3=B6ksal?= Date: Tue, 9 Jul 2024 10:29:47 +0300 Subject: [PATCH 03/10] Update src/connections/destinations/catalog/user_guiding/index.md Co-authored-by: forstisabella <92472883+forstisabella@users.noreply.github.com> --- src/connections/destinations/catalog/user_guiding/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/destinations/catalog/user_guiding/index.md b/src/connections/destinations/catalog/user_guiding/index.md index 3a2b20bf16..b35b4f4cd6 100644 --- a/src/connections/destinations/catalog/user_guiding/index.md +++ b/src/connections/destinations/catalog/user_guiding/index.md @@ -45,5 +45,5 @@ If you're not familiar with the Segment Specs, take a look to understand what th analytics.track('Visited Products Page') ``` -Using the [Track method](/docs/connections/spec/track/) will trigger a call to `userGuiding.track` method. You can get more information about tracking user actions from [here](https://help.userguiding.com/en/articles/5562847-sending-user-attributes-and-tracking-user-actions). +Using the [Track method](/docs/connections/spec/track/) triggers a call to UserGuiding's `userGuiding.track` method. For more information about tracking user action in UserGuiding, see UserGuiding's [Sending user attributes and tracking user actions](https://help.userguiding.com/en/articles/5562847-sending-user-attributes-and-tracking-user-actions){:target="_blank”} documentation. From 5cb641ace8611d7c0b9bd739f598e5c569ef2dfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ozan=20K=C3=B6ksal?= Date: Tue, 9 Jul 2024 10:29:56 +0300 Subject: [PATCH 04/10] Update src/connections/destinations/catalog/user_guiding/index.md Co-authored-by: forstisabella <92472883+forstisabella@users.noreply.github.com> --- src/connections/destinations/catalog/user_guiding/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/destinations/catalog/user_guiding/index.md b/src/connections/destinations/catalog/user_guiding/index.md index b35b4f4cd6..dcac6cb21d 100644 --- a/src/connections/destinations/catalog/user_guiding/index.md +++ b/src/connections/destinations/catalog/user_guiding/index.md @@ -39,7 +39,7 @@ Using the [Identify method](/docs/connections/spec/identify/) will trigger a cal ## Track -If you're not familiar with the Segment Specs, take a look to understand what the [Track method](/docs/connections/spec/track/) does. An example call would look like: +If you're not familiar with the Segment Spec, take a look to understand what the [Track method](/docs/connections/spec/track/) does. An example call would look like: ```js analytics.track('Visited Products Page') From ff27d87216bd91be38f72cf6b111c7198d0412da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ozan=20K=C3=B6ksal?= Date: Tue, 9 Jul 2024 10:30:30 +0300 Subject: [PATCH 05/10] Update src/connections/destinations/catalog/user_guiding/index.md Co-authored-by: forstisabella <92472883+forstisabella@users.noreply.github.com> --- src/connections/destinations/catalog/user_guiding/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/destinations/catalog/user_guiding/index.md b/src/connections/destinations/catalog/user_guiding/index.md index dcac6cb21d..af165434c8 100644 --- a/src/connections/destinations/catalog/user_guiding/index.md +++ b/src/connections/destinations/catalog/user_guiding/index.md @@ -34,7 +34,7 @@ analytics.identify('user_id_123', { }); ``` -Using the [Identify method](/docs/connections/spec/identify/) will trigger a call to UserGuiding's [Identify](https://panel.userguiding.com/settings/installation) method. You can get more information about UserGuiding's identification from [here](https://help.userguiding.com/en/articles/5562847-sending-user-attributes-and-tracking-user-actions). +Using the [Identify method](/docs/connections/spec/identify/) triggers a call to UserGuiding's [Identify](https://panel.userguiding.com/settings/installation){:target="_blank”} method. For more information about user identification in UserGuiding, see UserGuiding's [Sending user attributes and tracking user actions](https://help.userguiding.com/en/articles/5562847-sending-user-attributes-and-tracking-user-actions){:target="_blank”} documentation. ## Track From 4193852d25db6019ab4c6bdc227a63994dbdadfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ozan=20K=C3=B6ksal?= Date: Tue, 9 Jul 2024 10:30:37 +0300 Subject: [PATCH 06/10] Update src/connections/destinations/catalog/user_guiding/index.md Co-authored-by: forstisabella <92472883+forstisabella@users.noreply.github.com> --- src/connections/destinations/catalog/user_guiding/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/destinations/catalog/user_guiding/index.md b/src/connections/destinations/catalog/user_guiding/index.md index af165434c8..df5571984a 100644 --- a/src/connections/destinations/catalog/user_guiding/index.md +++ b/src/connections/destinations/catalog/user_guiding/index.md @@ -24,7 +24,7 @@ This destination is maintained by UserGuiding. For any issues with the source, [ ## Identify -If you're not familiar with the Segment Specs, take a look to understand what the [Identify method](/docs/connections/spec/identify/) does. An example call would look like: +If you're not familiar with the Segment Spec, take a look to understand what the [Identify method](/docs/connections/spec/identify/) does. An example call would look like: ```js analytics.identify('user_id_123', { From 9f42b014c0237b17276fba8531237bd8788039b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ozan=20K=C3=B6ksal?= Date: Tue, 9 Jul 2024 10:30:46 +0300 Subject: [PATCH 07/10] Update src/connections/destinations/catalog/user_guiding/index.md Co-authored-by: forstisabella <92472883+forstisabella@users.noreply.github.com> --- src/connections/destinations/catalog/user_guiding/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/destinations/catalog/user_guiding/index.md b/src/connections/destinations/catalog/user_guiding/index.md index df5571984a..c912dd8ac8 100644 --- a/src/connections/destinations/catalog/user_guiding/index.md +++ b/src/connections/destinations/catalog/user_guiding/index.md @@ -19,7 +19,7 @@ This destination is maintained by UserGuiding. For any issues with the source, [ 3. Choose the source you want to connect UserGuiding destination to. 4. Give the destination a name. 5. Enter the API key provided in the [UserGuiding integrations page](https://panel.userguiding.com/settings/integrations/segment). -6. Pick the data residency region for your UserGuiding account. +6. Select the data residency region for your UserGuiding account. ## Identify From 00342cc97767a83d951b6705f0d6f9061e005c90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ozan=20K=C3=B6ksal?= Date: Tue, 9 Jul 2024 10:30:56 +0300 Subject: [PATCH 08/10] Update src/connections/destinations/catalog/user_guiding/index.md Co-authored-by: forstisabella <92472883+forstisabella@users.noreply.github.com> --- src/connections/destinations/catalog/user_guiding/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/destinations/catalog/user_guiding/index.md b/src/connections/destinations/catalog/user_guiding/index.md index c912dd8ac8..6a7177f5b8 100644 --- a/src/connections/destinations/catalog/user_guiding/index.md +++ b/src/connections/destinations/catalog/user_guiding/index.md @@ -18,7 +18,7 @@ This destination is maintained by UserGuiding. For any issues with the source, [ 2. Select UserGuiding, and click **Add Destination**. 3. Choose the source you want to connect UserGuiding destination to. 4. Give the destination a name. -5. Enter the API key provided in the [UserGuiding integrations page](https://panel.userguiding.com/settings/integrations/segment). +5. Enter the API key provided in the [UserGuiding integrations page](https://panel.userguiding.com/settings/integrations/segment){:target="_blank”}. 6. Select the data residency region for your UserGuiding account. From 5f269b2433ccb0455fc40f1f695c8314a62ff894 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ozan=20K=C3=B6ksal?= Date: Tue, 9 Jul 2024 10:31:05 +0300 Subject: [PATCH 09/10] Update src/connections/destinations/catalog/user_guiding/index.md Co-authored-by: forstisabella <92472883+forstisabella@users.noreply.github.com> --- src/connections/destinations/catalog/user_guiding/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/destinations/catalog/user_guiding/index.md b/src/connections/destinations/catalog/user_guiding/index.md index 6a7177f5b8..6df37bda96 100644 --- a/src/connections/destinations/catalog/user_guiding/index.md +++ b/src/connections/destinations/catalog/user_guiding/index.md @@ -7,7 +7,7 @@ beta: true [UserGuiding](https://userguiding.com/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank”} is a product adoption platform that helps product teams automate in-app experiences that turn new users into champions. -This destination is maintained by UserGuiding. For any issues with the source, [contact their Support team](mailto:assist@userguiding.com). +This destination is maintained by UserGuiding. For any issues with the source, [contact the UserGuiding Support team](mailto:assist@userguiding.com). ## Getting Started From d58fb2bfafef1b7d50ee4ec3e9448fab2f0445cc Mon Sep 17 00:00:00 2001 From: forstisabella <92472883+forstisabella@users.noreply.github.com> Date: Tue, 9 Jul 2024 11:15:26 -0400 Subject: [PATCH 10/10] Update src/connections/destinations/catalog/user_guiding/index.md --- src/connections/destinations/catalog/user_guiding/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/destinations/catalog/user_guiding/index.md b/src/connections/destinations/catalog/user_guiding/index.md index 6df37bda96..d8b22d510c 100644 --- a/src/connections/destinations/catalog/user_guiding/index.md +++ b/src/connections/destinations/catalog/user_guiding/index.md @@ -45,5 +45,5 @@ If you're not familiar with the Segment Spec, take a look to understand what the analytics.track('Visited Products Page') ``` -Using the [Track method](/docs/connections/spec/track/) triggers a call to UserGuiding's `userGuiding.track` method. For more information about tracking user action in UserGuiding, see UserGuiding's [Sending user attributes and tracking user actions](https://help.userguiding.com/en/articles/5562847-sending-user-attributes-and-tracking-user-actions){:target="_blank”} documentation. +Using the [Track method](/docs/connections/spec/track/) triggers a call to UserGuiding's `userGuiding.track` method. For more information about tracking user action in UserGuiding, see UserGuiding's [Sending user attributes and tracking user actions](https://help.userguiding.com/en/articles/5562847-sending-user-attributes-and-tracking-user-actions){:target="_blank”} documentation.