How to Identify Your Most Valuable Feedback With Qualaroo + Google Analytics
Google Analytics & Qualaroo integration can help you create survey reports based on the revenue generated by the respondents.
Your verified customers can provide the most valuable feedback so you can implement major UX upgrades and optimization operations.
Benefits of identifying your most valuable feedback can help you:
-
Understand which UX changes can impact your revenue the most
-
Improve website performance by making improvements based on the responses
Below is a Google Analytics report using Qualaroo data with responses sorted based on those responders’ revenue:
Let's take a look at the workflow:
Here's How to Pull This Data From Google Analytics:
Let’s suppose we want to improve the shopping cart experience of a sample site because revenue is easy to track with purchases.
Step 1: Create a Qualaroo Survey
Step 2: Create a User view in Google Analytics
Step 3: Use E-commerce Settings to track revenue (optional)
Step 4: Set up a Custom Dimension for Qualaroo Responses
Step 5: Add some necessary Qualaroo API code
Step 10: Create a Custom Report in Google Analytics
Step 1: Create a new Qualaroo survey
-
Sign in to Qualaroo and create a new survey with the question, “How would your experience have been better today?”
-
Select the single answer or multiple choice option type with the relevant answers.
Step 2 - Create a User view in Google Analytics
-
Click Admin on the sidebar of Google Analytics.
-
Click “Create View” and name it “Users View.”
-
Make sure to turn on the User-ID Reports.
-
Accept the terms of service notices and make sure your developer follows them when passing the ID to your analytics.
Step 3 - Use E-commerce Settings to track revenue (optional)
In the admin section of your Google Analytics account,
-
Click the E-commerce Settings.
Learn more about collecting and analyzing purchase data with Google Analytics.
-
Click to enable the settings and save.
Step 4 - Set up a Custom Dimension for Qualaroo Responses
From your Google Analytics admin page,
-
Go to the property column and click on Custom Definitions > Custom Dimensions.
-
Click New Custom Dimension, call it Feedback Given, and set the Scope to User.
Step 5 - Add some necessary Qualaroo API code
When a response is submitted, sending our response data to Google Analytics will require pushing to the Data Layer via a Qualaroo event handler.
In a separate tag that will fire after your Qualaroo snippet or just after your snippet in the same GTM tag, you can add the following:
For simplicity of this example, this code will go in the same custom HTML tag where the Qualaroo snippet was:
What is the code doing?
When a user submits a response, we’ll check that the survey is the one we want to track. Furthermore, we have also added a check for the question ID. We are doing that because a user scope custom dimension (like we’ve set up in GA) will overwrite the value we’ve saved for the user.
If our survey ID and question ID match, the above code pushes an event with a variable called qualResponse. In the next step, we’ll set up a trigger for this event so that this variable gets picked up for sending to GA.
Step 6 - Create GTM Triggers
In Google Tag Manager,
-
Click Triggers > “New” button.
-
Fill in the event name.
While we’re here, let’s make another one that we will need (skip this if you’re already tracking purchases or the value of customers).
-
Click “New” again and add this.
Step 7 - Create GTM Tags
We will need some new tags for the events above (only one if you’re already handling purchase/value-related events!).
-
Go to the Tags tab and click “New.”
-
Set the type as a Google Analytics tag, and fill in with the following:
-
Don’t forget to add your trigger at the bottom!
- If you set up the purchase event in the previous step, add another one called Transactions and set the trigger.
Step 8 - Data Layer Variables
You’ll notice we’re using Data Layer variables in this example.
-
Let’s set them up by clicking on the “Variables” tab.
-
In the User-Defined Variables section, click “New.”
-
We need to create one called Response, and the other called User ID (if you don’t have the user ID variable already).
Step 9 - Give your developer what they need (only if you aren’t already tracking purchases or user IDs)
For the transaction element to work in the way we’ve set up, we need to push purchase events to the Data Layer.
You can do this with the following snippet code:
Just test that the values being set are what you expect:
For User ID, here’s some code to run IF the User ID is known:
Step 10 - Create a Custom Report in Google Analytics
Now, in the final step,
-
Go back to Google Analytics,
-
Navigate to Customization > Custom Reports > New Custom Report in the sidebar. (You’ll probably need special permissions to do this, so if you don’t have edit abilities, get with someone who can help you out).
We called our report “Value of feedback received.” It looks like this:
And with that nifty report, we can sort my responses by revenue per user and see how many users have answered that way.
From our test, you’ll see that the number of responses definitely does not align with the value of the response given to the store.
In this case, the store must focus on “Improvement 5.”
Conclusion
It is an elementary example demonstrating how to integrate Google Analytics and Qualaroo to make better decisions from survey insights. It also gets your brain firing for other possibilities for your company or use case.
For example, what if Lifetime Value was a custom metric in your GA account which you could use to track the change of LTV before and after a particular survey was run and changes implemented? In addition to the above, that could bring new ROI capabilities for your UX research efforts to show strong correlations between research and improved company KPIs.
If you have a topic you’d like us to write about, or need anything at all, reach out to us at support@proprofs.com!