Skip to main content

VWO Integration

Written by Charley Bader

Using Made With Intent, you can integrate with VWO to trigger in-session experiences based on real-time visitor intent.

This allows teams to continue building experiences in VWO, while using Made With Intent to decide who should see an experience and when, based on what a visitor is trying to do in that moment.

How does it work?

When you create a trigger for VWO, the Made with Intent client script will tell VWO to execute a campaign by its ID at the point at which the segment matches. It's doing this behind the scenes:

window.VWO.push([
'activate', false, VWO_CAMPAIGN_ID, true
]);

and this fires every time the trigger and campaign conditions are met.

How to create an experience in VWO

  1. Configure your VWO campaign as normal

  2. Enable Manual Campaign Activation in your VWO campaign settings

  3. Copy the VWO Campaign ID (e.g. 340) into the trigger modal under VWO Campaign ID

  4. Click Save

Did this answer your question?