Introduction
MoEngage <> VWO
Integration
library_add_check |
Prerequisites
|
Step 1: Add data tracking on your webpage
To analyze the results of your experiments in MoEngage, you need to setup the data tracking for MoEngage as mentioned in the document here.
Once you have added the data tracking, you can verify it using network calls to identify the data pushed from VWO to MoEngage. To do so, perform the following steps:
- Right-click on the page, where your VWO campaign is running and select Inspect element.
- Under the Network tab, search for MoEngage to filter the network calls.
- You may need to reload the page to view the network calls.
- Select a network call to view further details.
- Go to Payload >> Request payload section. Expand to view the details of the data being pushed.
Specifications of the data being sent
The data from VWO is sent to MoEngage with the following specifics:
"vwo":[["exp_name,var_name"]]"
Here, exp_name is the campaign name and var_name is the variation name in VWO.
Step 2: Enable integration for your VWO account
You can enable the integration at both account level and campaign level.
A. Account level - It means that the integration will be applied to all campaigns (even in future), by default.
If you wish to enable the MoEngage integration at account level -
- Log in to your VWO account.
- Navigate to Integrations. Search for MoEngage.
- Select MoEngage tile and click Enable Now to enable it.
B. Campaign level - It means that the integration will be applied to specific campaigns.
If you wish to enable the MoEngage integration for your existing campaigns, you need to edit your campaign settings.
- Go to Settings >> Others
- Expand the Integrate with third-party products section, and select the MoEngage.
You can now start sending your VWO experiment data to MoEngage at the campaign level.
Step 3: Analyze VWO data on MoEngage
To analyse or segment your data on MoEngage
- Navigate to Segment >> Create segment
- In the User Behaviour, select VWO from the events dropdown.
- Specify the number of visits that you want to track for the visitors that landed on your website and the period during which the visit(s) took place.
Note- The number of visits here strictly corresponds to the visits made on a page that is included in a VWO campaign. - Select vwo_campaign_name or vwo_variation_name in the attributes filter to further segment users based on a specific VWO campaign or a variation name, respectively.
- Once done, you can either save this as a custom segment on MoEngage or create a campaign to target these users.