Skip to main content
Version: 8.3Marketing

Work with Google Analytics in Creatio

After you set up Google Analytics (GA) for your landing page made using Landing Page Designer or an external landing page, you can start working with it in Creatio. This article covers actions and references that are common for both landing page types.

Track contact activity via bulk email

note

This functionality is available for Creatio version 8.3.1 and later.

In addition to tracking contacts after they submit a form, Creatio also supports tracking contacts who click a link in a bulk email. This enhancement introduces a second trigger point for receiving web analytics data from GA besides form submissions. When a contact clicks a link in a bulk email that leads to a Creatio-integrated page, Creatio can receive the corresponding GA web session and action data, even if the form is not submitted.

The landing page must meet the following requirements:

GA data is synchronized with Creatio daily using the "Google analytics data synchronization" business process. You can also trigger the process manually in the Business Process Designer.

Imported data reference

Creatio imports web session and web action data from GA. A web session is a website visit during which a contact takes particular steps. A web action is a particular step the contact takes as part of a web session.

Learn more about web session data in the table below.

Data type

Details

Session

The custom dimension values in the following format: {crt_user_id}:{crt_session_id}.

Session start date

The combined values of the date, hour, and minute when the first web action took place.

Referrer URL

The full referring URL that includes the hostname and path. This referring URL is the previous URL of the user and can be this website domain or other domains.

utm_source

The referrer. Populated by the utm_source URL parameter.

utm_medium

The marketing medium the referral uses. For example, cpc. Populated by the utm_medium URL parameter.

utm_campaign

The name of the manual campaign. Populated by the utm_campaign URL parameter. Learn more in the official Google documentation: [GA4] URL builders: Collect campaign data with custom URLs.

Language

The language setting of the user's browser or device. Follows the ISO 639 standard. For example, en-us.

Country code

The ID of the country from which the user activity originated, derived from their IP address. Follows the ISO 3166-1 alpha-2 standard.

City

The ID of the city from which the user activity originated, derived from their IP address.

Source

Creatio selects the lookup value from the Lead sources lookup based on UTM parameters and source identification rules.

Channel

Creatio selects the lookup value from the Lead channel lookup.

Learn more about web action data in the table below.

Data type

Details

Action start date

The combined values of date, hour, and minute when the action was triggered in GA.

Type

The name of the GA4 event. Common events include page_view, click, form_submit for general interactions, and view_item, add_to_cart, purchase for ecommerce tracking. Learn more in the official Google documentation: [GA4] Automatically collected events.

Creatio adds new lookup values if the imported data contains values missing from the lookup.

Web page

Creatio selects the lookup value from the lookup of the Web page object. The imported data is matched to the Page URL column.

Creatio adds new lookup values if the imported data contains values missing from the lookup.

Page URL

The hostname, page path, and query string for web pages visited. For example, the fullPageUrl portion of "https:​//www​.example.com/store/contact-us?query_string=true" is "www​.example.com/store/contact-us?query_string=true".


See also

Track contact data

Google Analytics overview

Use Google Analytics on landing pages designed in Creatio

Use Google Analytics on external landing pages

Matomo tracking solution

Official Google Analytics documentation