Get
|
|||||
|
|
List uploads to which the user has access
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 4 input parameters
Name | Format | Description |
---|---|---|
accountId Required |
STRING |
Account Id for the upload to retrieve |
webPropertyId Required |
STRING |
Web property Id for the upload to retrieve |
customDataSourceId Required |
STRING |
Custom data source Id for upload to retrieve |
uploadId Required |
STRING |
Upload Id to retrieve |
= Parameter name
= Format
accountId STRING Required Account Id for the upload to retrieve |
webPropertyId STRING Required Web property Id for the upload to retrieve |
customDataSourceId STRING Required Custom data source Id for upload to retrieve |
uploadId STRING Required Upload Id to retrieve |
Output
This building block provides 7 output parameters
Name | Format | Description |
---|---|---|
accountId |
INTEGER |
Account Id to which this upload belongs |
customDataSourceId |
STRING |
Custom data source Id to which this data import belongs |
errors[] |
STRING |
|
id |
STRING |
A unique ID for this upload |
kind |
STRING |
Resource type for Analytics upload |
status |
STRING |
Upload status. Possible values: PENDING, COMPLETED, FAILED, DELETING, DELETED |
uploadTime |
DATE_TIME |
Time this file is uploaded |
= Parameter name
= Format
accountId INTEGER Account Id to which this upload belongs |
customDataSourceId STRING Custom data source Id to which this data import belongs |
errors[] STRING |
id STRING A unique ID for this upload |
kind STRING Resource type for Analytics upload |
status STRING Upload status. Possible values: PENDING, COMPLETED, FAILED, DELETING, DELETED |
uploadTime DATE_TIME Time this file is uploaded |