Convert-Convirza Integration
Convirza (formerly LogMyCalls) is a call tracking software that can be combined with A/B testing in Convert Experiences.
To get Convirza call tracking integrated with Convert Experiments A/B testing make sure you setup one unique (unused phone number in Convirza). If you have an experiment with one Original version and one Variation you need to setup two numbers.
Setup Call Tracking Goal
The first step of getting this integration to work is setting up a new goal called Call Tracking. You can use any type of the existing Convert goal templates but we recommend a Javascript Triggered goal, so that it can be triggered using Javascript.
Create a new "Javascript Triggered Goal" in Convert. Give it a descriptive name, like "Phone Call".
Activate the goal for an experiment.
Push URL
As we pointed in this article, conversions can be triggered by calling a specific URL that contains all the needed info. The structure of such an URL is the following, where each element marked by brackets and bold is explained below:
/[project_id].track.convertexperiments.com/track/?c=[customer_id]&p=[project_id]&e=[experiment_id]-[variation_id]&g=[goal_id]&ga=1
All the bold elements have to be replaced with actual values as follows:
project_id
This can be found in "Project Settings".
customer_id
customer_id or account_id is found through the Convert Tracking Code:
experiment_id
Experiment ID can be found inside the Experiment report, clicking on the "Report Settings" icon.
variation_id
Each version of your A/B test has a separate Variation ID. It can be found by doing a live preview for each specific variation and picking up the number after the convert_v query parameter inside the preview URL.
For example, if the preview URL is http://staging.convert.com/?convert_action=convert_vpreview&convert_v=1002704493&convert_e=10023753, then the variation ID is 1002704493.
goal_id
Goal ID can be found in "Goals Overview" by clicking on the name of the goal.
Create Convirza Webhooks
The webhooks are a great way to push a call to Convert Experiments. We use the same goal in the experiment but using the above defined push URL we can trigger a goal for either the original or variation.
Create two numbers in Convirza dashboard. These numbers now need both an individual webhook to work. Fill the webhook for your number/experiment combination for each number. Inside the webhook use all the individual variables: C, P, E, G and GA that you found in your goals and experiment. Make sure event call and method is GET for this to work well.
Done & Start Testing
Now you are done with the webhooks, Convert Experiments and Convirza are integrated. Start the experiment and test the goals by calling each number. You will see the conversions in Convert reports.
Comments