Skip to main content

Overview

Google Universal Analytics provides comprehensive analytics solutions including Event, Page Views, E-commerce, Crash, and Exception reporting. Its integration with Zeotap allows you to send real-time audiences through Symphony. You can also send data to custom dimensions and custom metrics. This will allow you to send enhanced user traits and profile attributes. In addition to this, it also allows you to send offline data that you cannot send through direct Google Analytics (GA) integration. Zeotap uses Measurement Protocol APIs to send data to GA through server-to-server calls. With the enhanced user profile sent to GA, you can create audiences and activate them further in various Google products like Google Ads, Optimize 360 and so on.

Prerequisites for the GA Integration

Ensure that you have the following set-up ready
  • Set up a property and get the Tracking ID.
  • Set up Custom Dimensions and Custom Metrics in Google Universal Analytics so that Zeotap can send data to them.

Set up a Property and Get the Tracking ID

Perform the following steps to set up a Property and get the Tracking ID:
1
Log in to the Google Analytics (GA) account.
2
Go to Admin > Create Property.
3
Enter a Property Name and then click Show Advanced Options.
4
Select the toggle on Create a Universal Analytics property and enter the URL of the website that you want to track. Select the Create a Universal Analytics property only option.
5
Enter your Business Information and then click Create. The UA property is created.
6
Under the Property section, search for the Property Name, you just created.
7
Click Property Settings. A section appears on the right side with all the relevant information about the property. Search for the Tracking ID and copy the details.
Note:The Tracking ID is required while creating a Google Universal Analytics destination under Journeys.

Set up Custom Dimension and Custom Metric in Google Analytics

Perform the following steps to set up Custom Dimension and Custom Metric in Google Analytics:
1
Go to Admin > Custom Definitions under Property.
2
Choose Custom Dimension or Custom Metric based on your requirement and click +New Custom Dimension/Metric based on the selection.
3
Add name, scope and click the Active checkbox to activate a Custom Dimension. Similarly, for Custom Metric, add name, scope, formatting type, minimum and maximum value and click Active checkbox to activate a custom metric.
4
For Custom Dimensions, four scopes are provided, namely, Hit, Session, User and Product. Mostly, you may have to use the User scope as you need to add users based on Custom Dimensions. Similarly, for Custom Metric, two scopes are provided, namely, Hit and Product. To know more about the scopes, refer here.
5
Ensure that the custom dimensions are mapped to the correct index in Zeotap, else attributes will be mapped to the wrong values.

Destination Setup

After you have applied filters or added conditions for your users in Journeys, you can activate them in Google Universal Analytics under Send to Destinations. A new window appears, where you can set up your destination. You can use an already existing destination from the list of available Destinations or create a new one by clicking + Add New Destination.

Add New Destination

Perform the following steps to add a new destination:
1
Click Add New Destination.
2
Search for Google Universal Analytics.
3
Click Google Universal Analytics and enter a name for the Destination.
4
Add the Destination Name and Tracking ID (that you received above) and save the destination.
5
In the mapping screen that appears, under Choose your Action, select Send events to Google Universal Analytics in realtime as the action for sending data from the workflow created in Journeys. Under Map the Fields, you need to map an identifier to Google Client ID. You can also add more fields as required.
6
Once the mapping is complete, click Create Destination. The destination is created and made available for activation on Journeys.
Ensure that you map at least one attribute. Otherwise, the data does not flow to the Destination.

Activate the Destination on Journeys

After creating a destination, next, you need to link it in the Send to Destination node within the workflow, as explained below.
1
In the workflow, click + and choose Send to Destinations.
2
Choose the destination from the list of available destinations by using the search feature.
3
Under the Destination Details tab, the Tracking ID is automatically populates based on the value that you had entered while creating the destination. However, in the Audience Name field, enter a name to categorise your users.
4
Under the Destination Settings tab, choose the Action and mapping as per your requirement.
5
Upon clicking Save Destination. The destination is attached as shown in the image below.

Data Flow to Google Analytics

Zeotap sends the data to Google Analytics using the Measurement Protocol API as Event parameters. A sample API request looks as follows:
tid=UA-XXXXX-Y&cid=1220954604.1657797468&t=event&ec=audience&ea=add&el=Active Subscribers&ni=1&cd1=Gold
Field NameField DetailsComments
tidTracking IDThis is the Tracking ID of the property where the user wants to send the data.
cidGA Client IdGA client id is the user identifier. It needs to be sent to Zeotap through its Web/GTM implementation.
tHit TypeAll the requests are sent as event hit type.
ecEvent CategoryIt is hard coded to audience
eaEvent ActionThis can be added/removed based on whether user needs to be added to the audience or removed.
elEvent LabelThis is the name of the Audience defined by the user as a node level input.
niNon Interaction EventThis is set to true as the events do not indicate a user performing an action. Non-interaction events are not taken into account when GA calculates bounces and session duration.
cd1Custom Dimension 1This is the user defined Custom Dimensions at GA.Ensure that these are correctly mapped in Zeotap.

Audience set up in Optimize 360

Perform the following steps to set up audience in Optimize 360 -
1
Link Optimize 360 to Google Analytics by following the instructions mentioned here. This is a one-time setup activity.
2
Go to Google Analytics, select the Admin tab and navigate to the PROPERTY created as mentioned under the Google Analytics - One-time Set up of a New Property section above.
3
Under the Property column select Audience Definitions -> Audiences.
4
Select Audience Source -> All Website Data -> Next Step -> Audience Definition -> Create New.
5
Navigate to Advanced -> Sequences -> Filter: Include Users -> Select Dimension.
6
Create filtering criterias using Event Category(audience), Event Action(add), Event Label(Audience Name), Custom dimensions.
7
Provide an Audience Name-> Next -> Audience Destinations. Your Optimize 360 account appears here.
8
Select Destination and click Publish. Instructions on how to use the audience within Optimize are available here (Target an Audience on Optimize 360).

GA Limits

  • It can take up to 24-48 hours by GA to process the data. The latency is variable and depends on the type of account (paid or free), amount of data etc. If you are a paid customer (Analytics 360), the data limits are increased and latency is reduced. Find more details here.
  • There are 20 indices available for different custom dimensions and 20 indices for custom metrics in each property. 360 accounts have 200 indices available for custom dimensions and 200 for custom metrics. Currently, we support 20 custom dimensions and 20 custom metrics to be sent to GA. Find more details here.
  • Audiences exported to Google Optimize are updated on a daily basis. Find more details here.
Last modified on February 26, 2026