Skip to main content
Skip table of contents

Google Analytics

A guide for authenticating Google connectors can be found here: Google Authentication

List Metrics Method

This method uses UA Query Explorer, which is a tool that lets you interact with the Core Reporting API by building queries to get data from your Google Analytics views (profiles). You can use these queries in any of the client libraries to build your own tools.

Request Fields Setup

There are four required fields:

  • Profile ID: Select Look Up option.

Then select the desired Profile ID.

  • Start Date: Start date for fetching Analytics data.

  • End Date: End date for fetching Analytics data.

  • Metrics: A list of comma-separated metrics, for example: users,sessions. For a comprehensive list of Metrics option go to UA Dimensions & Metrics Explorer

Custom Method setup

UA Query Explorer is a tool to produce custom reports, so there isn't a specific method for each type of report. Instead, for each method in the connector, you can add custom fields. Please follow the instructions in the Adding Custom Fields documentation to implement this functionality.

Produce a UA Query Explorer Report

For every Metrics and Dimensions field you use in your report, you need to add a custom field to the method with the format: [rows].fieldName, for example: [rows].users (add the field name without ga:).

For example, you can retrieve a report with the Users and Sessions metrics, and UserType and SessionCount dimensions.

Once you add the custom fields to the method, you can use the fields in a cycle to map data from one step to another.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.