Analytics
Zesty.io supports a range of analytics products.
Google Analytics
Making Changes to Existing Integrations: After making changes to an existing GA integration you must publish a file (either in the Editor or Content section) before you will see the changes on the live site.
Getting Started
To setup Google Analytics for your cloud content instance, you will need to first sign up with Google and obtain an Urchin ID and Profile ID from them. Once you have those, follow these steps:
Open the Manager
Click on the "Schema" tab
Click on the "Site Settings" button
Click on the "Analytics" tab in the left hand menu
Set your Google Urchin ID
Set your Google Profile ID
Make sure that the "Use Google Universal Code" toggle is on (green)
Click "Save"
Analytics are no longer accessible via the content manager homescreen.
Analytics are now located at /analytics
.
Only users with Owner, Admin, and Developer roles can setup Google Analytics.
Verifying Setup
Visit a page on your instance's live domain and inspect the <head> element.
Google Analytics setup can only be verified by inspecting the <head> of the live domain. If your instance is not live use the zesty.dev domain to send your instance live and verify your Google Analytics setup.
You should see a Google Analytics <script> tag that looks something like this (with your ID replacing the demo data "99999"):
Over time, you should see analytics data build up on the dashboard in your Google Analytics account.
Cross Domain Tracking
Zesty.io also supports configuration of cross domain tracking when using Google Analytics. This makes it possible for Google Analytics to see sessions on two related sites as a single session.
Cross Domain Tracking Setup
To configure this for your Zesty instance:
Open the Manager
Click on the 'Config' tab
Click on the 'Site Settings' button
Click on the 'Analytics' tab in the left hand menu
Set your Google Urchin ID
Set your Google Profile ID
Ensure that the "Use Google Universal Code" toggle is on (green)
Add a comma separated list of domains you wish to link for tracking into the "Google Auto Linker" field (example: domain1,domain2,domain3)
Click "Save"
(If you don't see "Google Auto Linker" in your settings, contact Zesty.io support to have it added).
Verifying Cross Domain Tracking Setup
To check your changes, visit a page on your instance's live domain and inspect the <head> element. You should see a Google Analytics <script> tag that looks something like this:
That's all you need to do!
Last updated