Googleanalyticsconnector v1.0

Version 1.0

Connector Overview: This page documents all 3 actions for the Googleanalyticsconnector v1.0.

General (3)

GET Get A Property details

/v1beta/properties/{propertyId}/metadata

Get A Property details

Parameters

Parameter Name

Description

headers

Additional HTTP header name/value pairs to include in the request.

Propertyid

The numeric ID of the property to retrieve metadata for.

Response Type

The response format expected from the API (e.g. application/json).

POST Run Real Time Report

/v1beta/{properties}/{realTimeCommand}

Run Real Time Report

Parameters

Parameter Name

Description

Content Type

The content type of the request payload sent to the API (e.g. application/json).

headers

Additional HTTP header name/value pairs to include in the request.

Properties

The resource name of the property to run the real-time report on, in the format 'properties/123456'.

Realtimecommand

The command to execute, typically 'runRealtimeReport'.

Response Type

The response format expected from the API (e.g. application/json).

Options (1)

Option Name

Description

Limit

The maximum number of rows to return in the real-time report.

POST Run Report

/v1beta/properties/{runCommand}

Run Report

Parameters

Parameter Name

Description

Content Type

The content type of the request payload sent to the API (e.g. application/json).

headers

Additional HTTP header name/value pairs to include in the request.

Runcommand

The command to execute, typically 'runReport'.

Response Type

The response format expected from the API (e.g. application/json).

Options (1)

Option Name

Description

Limit

The maximum number of rows to return in the report.