VWO Platform

Conversion Rate Optimization Solutions for Revenue Growth

VWO’s end-to-end CRO platform helps brands understand visitor behavior, make observations, build a testing pipeline, execute the tests for statistical results, and engage through new-age channels.

Know More
VWO GDPR Ready Badge
VWO CCPA Ready Badge
VWO G2Crowd Leader Spring Badge
VWO BS 10012 Certification Badge
SOC 2 logo
Follow us and stay on top of everything CRO
Related content:

Testing Visibility: Exporting Key Metrics from VWO for Stakeholders via APIs

4 Min Read

I work as a web analytics consultant, helping companies and other organizations use data to improve their websites. Last year, I worked on a project with a large non-profit that was using VWO to A/B test different flows through their donation funnel. The old flow hadn’t been updated in years, so they were interested in testing different page layouts and optimizing for mobile. 

This is the story of how those A/B tests motivated me to build a universal API Connector for Google Sheets, which now has over 20,000 users and handles about 10,000 API requests a day directly from Google Sheets.

Download Free: A/B Testing Guide

A Dashboard for VWO

Many eyes were on this project, so the client requested a summary dashboard for the duration of the A/B tests (which continued throughout the year). The dashboard would contain some data visualizations, predicted metrics, and a summary table like this:


CONTROLVARIATIONTOTALS
Visitors100010002000
Conversion Rate1.50%1.40%1.45%
$/Donation$50$55$52
$/Visitor$0.75$0.77$0.76

All the data above is already available in VWO, but we decided to make the dashboard in Google Data Studio instead, for a few reasons:

  • We wanted to customize the dashboard to highlight these key metrics at a glance
  • Not everyone in the organization had access to VWO
  • We were running some supporting analysis outside VWO, e.g. a histogram of donation sizes, and wanted to include that in the dashboard as well.

Moving Data Around

How do you move data from one platform to another, in this case VWO to Google Data Studio? This is a common business need, with many different approaches. On one end of the spectrum, people may simply export to CSV or email their files directly from the interface of the tool they’re using. On the other end, companies build sophisticated data warehouses that load and integrate data from all their data sources, and then run business intelligence tools on top for querying and visualizing the data.

Somewhere in the middle, there are tools like Google Sheets.  Google Sheets provides a scripting language, based on JavaScript, which has enabled a thriving ecosystem of add-ons in the G Suite Marketplace. Many add-ons connect Sheets to popular platforms like Facebook and Google Analytics (Supermetrics is the most popular add-on of this type, with integrations for about 50 different platforms.) This lets people pull in data with the click of a button, enabling some level of automation while avoiding the cost and complexity of a full data warehouse.

Google Sheets would be a great solution here, especially since it plugs directly into Google Data Studio. However, in this case, there was no existing add-on or integration for VWO.  In fact, there were thousands and thousands of platforms without any integration. One thing nearly all these platforms had in common, though, was that they provided access to their data via an API. I checked out the documentation for VWO’s REST API, which showed I could hook into it with a script to pull data from VWO into Sheets. But why stop there? I wanted a universal API connector, that would connect any API into Sheets, without requiring a pre-built integration or a custom script each time.

And, fast-forwarding through several months of development, API Connector was born 🙂 It imports data from any API into Google Sheets, using just a request URL and API key, no code required.

Download Free: A/B Testing Guide

Using API Connector With VWO

In this section, I’ll outline how to use API Connector to pull data from the VWO API directly into Google Sheets.

  1. Install the API Connector add-on to Google Sheets (Go to: https://mixedanalytics.com/api-connector/).
  2. To access the VWO API, you need an API token, which is similar to a password. To generate your token, navigate to https://app.vwo.com/#/developers/tokens.
  3. You’ll also need your account ID. Your account ID is available at the top of your VWO dashboard:
screenshot of an VWO account id

4. If you’re looking for details on a specific campaign, you’ll need to know the ID of that campaign. You can find your campaign number by clicking into the campaign while logged into your dashboard, and checking the URL:

screenshot of the VWO campaign number

5. The API request URL for campaign metrics takes on the following format: “https://app.vwo.com/api/v2/accounts/{account_id}/campaigns/{campaign_id}”
Enter that URL into the API URL path field in API Connector, like this:

screenshot of the VWO API connector

6. In the Headers section, enter the word token for your Key, and your API token for the Value, like this:

screenshot of the headers section in the API connector tool where you need to enter the token value

7. Click Run and you’ll see your VWO test data populate your Sheet.

screenshot of test VWO data getting populated in Google Sheets

8. Now, go forth and explore the API! Every data point from VWO is available via the API, so you can create and automate dashboards using any platform metric. Check the API documentation for the full list of available endpoints.

Fun fact: as I was the first user, VWO was the very first API ever used with API Connector. I used the first version of API Connector to connect to VWO’s API and pull in fresh data hourly. I then connected the Sheet to Data Studio to complete the A/B testing dashboard for the donation flow test. I now use this basic setup daily to generate custom, automated reports and dashboards for my clients.

Ana Kravitz
Ana Kravitz Ana Kravitz is the founder of Mixed Analytics, which provides analytics consulting and extensions for Google Sheets. After receiving an MBA from New York University, she worked as a web analyst for several years before striking out on her own. Her experience working with clients led her to develop the API Connector extension for Google Sheets, which is now the primary focus of Mixed Analytics. She is based in Taiwan.
Share
More from VWO on Customer Experience Optimization
How to Design Your “Unsubscribe” Page to Hold Subscribers Anyway

How to Design Your “Unsubscribe” Page to Hold Subscribers Anyway

As a responsible brand, you insert the “unsubscribe” links or buttons to emails. But let’s…

Read More
Anastasiia Polokhlyvets

Anastasiia Polokhlyvets

8 Min Read
VWO Is Laying The Foundation For The Future Of Customer Experience Optimization

VWO Is Laying The Foundation For The Future Of Customer Experience Optimization

We’re pleased to announce the next generation of VWO, and we’re calling it the VWO…

Read More
Sparsh Gupta

Sparsh Gupta

6 Min Read
VWO Launches Customizable Widget Library to Run Nudge Based A/B Tests

VWO Launches Customizable Widget Library to Run Nudge Based A/B Tests

VWO Visual Editor now comes packed with a customizable widget library to help you easily…

Read More
Mani Makkar

Mani Makkar

3 Min Read

Scale your A/B testing and experimentation with VWO.

Start Free Trial Request Demo

DOWNLOAD A/B TESTING FREE E-BOOK