uploads
Overview
Name | uploads |
Type | Resource |
Id | googleanalytics.analytics.uploads |
Fields
Name | Datatype | Description |
---|---|---|
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 | string | Time this file is uploaded. |
accountId | string | Account Id to which this upload belongs. |
customDataSourceId | string | Custom data source Id to which this data import belongs. |
errors | array | Data import errors collection. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
management_uploads_get | SELECT | accountId, customDataSourceId, uploadId, webPropertyId | List uploads to which the user has access. |
management_uploads_list | SELECT | accountId, customDataSourceId, webPropertyId | List uploads to which the user has access. |
management_uploads_uploadData | EXEC | accountId, customDataSourceId, webPropertyId | Upload data for a custom data source. |