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 |
|---|---|
|
|
Additional HTTP header name/value pairs to include in the request. |
|
|
The numeric ID of the property to retrieve metadata for. |
|
|
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 |
|---|---|
|
|
The content type of the request payload sent to the API (e.g. application/json). |
|
|
Additional HTTP header name/value pairs to include in the request. |
|
|
The resource name of the property to run the real-time report on, in the format 'properties/123456'. |
|
|
The command to execute, typically 'runRealtimeReport'. |
|
|
The response format expected from the API (e.g. application/json). |
Options (1)
|
Option Name |
Description |
|---|---|
|
|
The maximum number of rows to return in the real-time report. |
POST Run Report
/v1beta/properties/{runCommand}
Run Report
Parameters
|
Parameter Name |
Description |
|---|---|
|
|
The content type of the request payload sent to the API (e.g. application/json). |
|
|
Additional HTTP header name/value pairs to include in the request. |
|
|
The command to execute, typically 'runReport'. |
|
|
The response format expected from the API (e.g. application/json). |
Options (1)
|
Option Name |
Description |
|---|---|
|
|
The maximum number of rows to return in the report. |