RGA (version 0.4.2)

list_uploads: Uploads

Description

List uploads to which the user has access.

Usage

list_uploads(accountId, webPropertyId, customDataSourceId, start.index = NULL, max.results = NULL, token)

Arguments

accountId
character. Account Id for the uploads to retrieve.
webPropertyId
character. Web property Id for the uploads to retrieve.
customDataSourceId
character. Custom data source Id for uploads to retrieve.
start.index
integer. A 1-based index of the first upload to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.
max.results
integer. The maximum number of uploads to include in this response.
token
Token2.0 class object with a valid authorization data.

Value

The Uploads collection is a set of Upload resources, each of which describes an upload for one of the user's custom data sources. This resource should be used when uploading Dimension Widening data.
id
A unique ID for this upload.
kind
Resource type for Analytics upload.
accountId
Account Id to which this upload belongs.
customDataSourceId
Custom data source Id to which this data import belongs.
status
Upload status. Possible values: PENDING, COMPLETED, FAILED, DELETING, DELETED.
errors
Data import errors collection.

References

Management API - Uploads Overview

See Also

Other Management API: get_custom_dimension, get_custom_metric, get_experiment, get_filter, get_goal, get_profile, get_unsampled_report, get_upload, get_webproperty, list_accounts, list_custom_data_sources, list_custom_dimensions, list_custom_metrics, list_experiments, list_filters, list_goals, list_profiles, list_segments, list_unsampled_reports, list_webproperties