You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/actions-vwo-cloud/index.md
+22-2Lines changed: 22 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,8 +71,7 @@ VWO Cloud Mode (Actions) provides the following benefits over the classic VWO de
71
71
72
72
All the events triggered in Segment will be available under **UNREGISTERED EVENTS** in the **Data360 > Events** section in VWO. For more information about Events in VWO Data360, see VWO's article [Working with Events in VWO](https://help.vwo.com/hc/en-us/articles/8676443712537-Working-with-Events-in-VWO){:target="_blank"}.
73
73
74
-
75
-
## Use VWO Cloud mode destination with VWO FullStack
74
+
## Using VWO Cloud mode destination with VWO FullStack
76
75
77
76
To use the VWO Cloud mode destination with the VWO FullStack suite, link your VWO FullStack environment with Segment using the environment’s SDK key. After that's done, integrate your VWO account with Segment.
78
77
@@ -89,6 +88,27 @@ To integrate Segment with VWO FullStack:
89
88
2. To track visitors in VWO, provide the user IDs of the visitors, which were used to track them in the VWO FullStack campaign. Pass that same User ID as `vwo_uuid` with all calls to Segment. Track and Page calls require the `vwo_uuid` in the *properties* object. For Identify calls, you can place `vwo_uuid` in the *traits* object..
90
89
3. All the events triggered in Segment will be available under **UNREGISTERED EVENTS** section which can be accessed by navigating from the left navbar > **Data360 > Events**.
91
90
91
+
## Using VWO Cloud mode destination with audiences in VWO
92
+
93
+
By adding the VWO Cloud mode destination to your Segment audiences, you can export audiences to your VWO account to target your campaigns in VWO. To achieve this, perform the following steps:
94
+
95
+
1. Navigate to **Engage > Engage Settings**, and click **Destinations**.
96
+
- Ensure that you're in the Engage space you plan to use for VWO.
97
+
2. Click **Add Destination**.
98
+
3. Search for “VWO Cloud Mode (Actions)” and select the destination. Click **Add Destination**.
99
+
4. On the **Select Source** screen, you'll see your Engage space selected as the source. Click **Confirm Source**.
100
+
5. Select the VWO Cloud mode destination that you’ve created and navigate to the **Settings** tab. Name your destination and enter your **VWO Account ID**. Toggle **Enable Destination** on and click **Save Changes**.
101
+
- You'll find your VWO account ID at the top of the VWO dashboard.
102
+
6. Navigate to the **Mappings** tab and click **New Mapping**. Under **PRE-BUILT MAPPINGS**, select **Sync Audience**, then click **Save**.
103
+
7. The **STATUS** of the mapping displays as disabled by default. Enable the mapping using the toggle.
104
+
8. Navigate to **Engage > Audiences**. Choose an existing Engage audience or create a new one to export to VWO.
105
+
9. Click **Add Destination** and select the VWO Cloud Mode destination you created. From the **Connection Settings** screen, toggle the Send Track option on. Be sure you don't change the **Audience Entered/Audience Exited** event names. Click **Save**.
106
+
107
+
> success ""
108
+
> After you set up your destination, you can repeat steps eight and nine to sync any subsequent audiences.
109
+
110
+
Visit [Using Data From Segment](https://help.vwo.com/hc/en-us/articles/16147461611161){:target="_blank"} for more on how to configure audiences in VWO.
111
+
92
112
## Supported Segment Calls in VWO
93
113
94
114
VWO Supports the following calls, as specified in the [Segment Spec](/docs/connections/spec/).
0 commit comments