Extended Google Analytics

Demo to preview the settings

Introduction

This plugin lets authorized users access the details of their Google Analytics accounts and retrieve their reports.

Prerequisites

You must have a Google developer account and Google Analytics account to use the plugin.
  1. You must create a project with OAuth authentication.
  1. You must create accounts on Google Analytics.

How to setup

I. How to create a project with OAuth

II. How to create a Google Analytics account

III. How to setup all keys in the plugin

API Calls

Attention: All DEPRECATED Calls will work until July 1, 2024. Check more details here.

Plugin Data Calls (DEPRECATED)

Get List of Account - Lists all accounts to which the user has access.
Retrieve Reports - Gives you access to most of the report data in Google Analytics.
Real Time Data - Returns real-time data for a view (profile).
List Views - Lists views (profiles) to which the user has access.
List webproperties - Lists properties to which the user has access.
Get accounts info - Lists account summaries (lightweight tree comprised of accounts/properties/profiles) to which the user has access.
Retrieve Reports v4 - Returns the Analytics data.

Plugin Action Calls (DEPRECATED)

Real Time Data (action) - Returns real-time data for a view (profile).

Plugin Data Calls

Retrieve Reports GA4 - Returns a customized report of your Google Analytics event data.
Get List of Accounts GA4 - Returns all accounts accessible by the caller.
Get List of DataStreams GA4 - Lists DataStreams on a property.
RealTime Reports GA4 - Returns a customized report of realtime event data for your property. Events appear in realtime reports seconds after they have been sent to the Google Analytics.
Get List of Properties GA4 - Returns child Properties under the specified parent Account.
Get Accounts Info GA4 - Returns summaries of all accounts accessible by the caller.

Plugin Action Calls

RealTime Reports GA4 (action) - Returns a customized report of realtime event data for your property. Events appear in realtime reports seconds after they have been sent to the Google Analytics.

Workflow example

Setup Authorization

Getting info about Google Analytics account (DEPRECATED)

Getting data from Google Analytics

Changelogs