Want to learn more about setting up goal tracking in Google Analytics? You're in the right place!
Since this can be a little tricky, we've written a step by step guide on how you can set up conversion tracking in Member Connect and through Zen Planner embeds. This guide will help you understand how to track several of your customers’ actions through Google Analytics in Member Connect and on your website with iFrame embeds.
Google Analytics is pretty complex and has a steep learning curve when gathering data and interpreting what it all means. We are going to focus on the Goal Tracking portion of Analytics specifically for Zen Planner's embeds.
In terms of Google Analytics, a goal is an explicit destination page (thank you page) or event (button click or page navigation or mobile action) that you have registered with Google Analytics.
Part 1: Setting Up Member Connect Conversion Tracking
Let’s walk through Member Connect setup and what it is capable of tracking. First and foremost, if you have not set up Google Analytics yet, check out this helpful article to get your account created.
Any time someone navigates to a page within Member Connect, a page view will be sent to Google Analytics. A page view is recorded in Analytics every time a page is viewed on a website. Here is a list of pages that are important to set up for goal tracking.
- /FreeTrial-confirm.cfm
- /Scheduler-confirm-success.cfm
- /Retail-confirm.cfm
- /MembershipTemplate-confirm-success.cfm
- /Event-confirm-success.cfm
You will need to set up an individual goal for every single one of these pages. To do this, you will go into your Google Analytics account, click on the admin section on the right side under “view” you will find the “Goals” section.
Here’s an example of how you would set up a goal for tracking Free Trials. To start:
- Click +New Goal
- Name the Goal Description appropriately “Free Trial Confirmation”
- Type field – Choose Destination
- Click Continue to go to Goal Details
- Set the Destination to the page listed above /FreeTrial-confirm.cfm. Tip: don’t check case sensitive.
- Leave Value and Funnel to “OFF”
- Save
Next, wait a few days to give the goal time to start tracking. To check in Google Analytics, simply click Conversions and then Overview to start examining the data. Here is a comparison between Free Trials and Membership Purchases.
Part 2: Tracking Customer Events through Zen Planner Embeds
Our iFrames will attempt to pass Google Analytics events from the iFrame into the parent website page. For this to work your website will need Google Analytics tracking setup and working. Additionally, it’s important to note that the Google Analytics integration on your website uses the default variable of ga. Many WordPress integrations including the very popular YOST plugin alters the default to __gaTracker. If this is the case, you will not receive the events correctly. Check with your website developer if this is a problem. We recommend sharing this snippet with your developer to resolve the issue (while this might look confusing, they should know what to do with it).
__gaTracker( function() {
window.ga = __gaTracker;
});
One of the challenges we faced with this integration is how to differentiate the data coming from the embed to your website analytics so we don’t impact the data you have already collected. The naming convention we came up with is to have page views start with ‘zenplanner-page’ and events to have a category set to ‘zenplanner-tracking’.
Goal Category: zenplanner-tracking
Goal Actions:
- ‘freeTrial-confirm.cfm submission’
- ‘scheduler-confirm-success.cfm submission’
- ‘prospect.cfm submission’
- ‘retail purchase’
- ‘membership created’
To set these up in Google Analytics, again visit the Goals section and add a New Goal.
Goal Setup:
- Choose Custom
- Click Continue
Goal Description:
- Name: ‘Prospect Form Submission Event’
- Type: Event
- Click Continue
Goal Details:
- Category: ‘Equals To’ ‘zenplanner-tracking’
- Action: ‘Equals To’ ‘prospect.cfm submission’
- Event Value: 1 – we set this to $1 so it’s easy to see a one-to-one ratio. Feel free to experiment with this number but note that it must be larger than zero.
- Try the verify link to see if you have the settings correct. Once you’ve collected any data, it will tell you a percentage conversion rate for the last seven days.
- Save
- Wait 24-48 for results
We hope that this article helps you get started with Google Analytics tracking through Member Connect and/or iFrames. If you need additional help after following the above, feel free to reach out to our Support Team at help@zenplanner.com and/or 866-541-3570.