List
|
|||||
|
|
Lists all columns for a report type
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- View and manage your Google Analytics data
- Edit Google Analytics management entities
- View your Google Analytics data
Input
This building block consumes 1 input parameters
Name | Format | Description |
---|---|---|
reportType Required |
STRING |
Report type. Allowed Values: 'ga'. Where 'ga' corresponds to the Core Reporting API |
= Parameter name
= Format
reportType STRING Required Report type. Allowed Values: 'ga'. Where 'ga' corresponds to the Core Reporting API |
Output
This building block provides 9 output parameters
Name | Format | Description |
---|---|---|
attributeNames[] |
STRING |
|
etag |
STRING |
Etag of collection. This etag can be compared with the last response etag to check if response has changed |
items[] |
OBJECT |
JSON template for a metadata column |
items[].attributes |
OBJECT |
Map of attribute name and value for this column |
items[].attributes.customKey.value |
STRING |
Map of attribute name and value for this column |
items[].id |
STRING |
Column id |
items[].kind |
STRING |
Resource type for Analytics column |
kind |
STRING |
Collection type |
totalResults |
INTEGER |
Total number of columns returned in the response |
= Parameter name
= Format
attributeNames[] STRING |
etag STRING Etag of collection. This etag can be compared with the last response etag to check if response has changed |
items[] OBJECT JSON template for a metadata column |
items[].attributes OBJECT Map of attribute name and value for this column |
items[].attributes.customKey.value STRING Map of attribute name and value for this column |
items[].id STRING Column id |
items[].kind STRING Resource type for Analytics column |
kind STRING Collection type |
totalResults INTEGER Total number of columns returned in the response |