get_upload: Uploads

Description Usage Arguments Value References See Also

View source: R/uploads.R

Description

List uploads to which the user has access.

Usage

1
get_upload(accountId, webPropertyId, customDataSourceId, uploadId, token)

Arguments

accountId

character. Account Id for the upload to retrieve.

webPropertyId

character. Web property Id for the upload to retrieve.

customDataSourceId

character. Custom data source Id for upload to retrieve.

uploadId

character. Upload Id to retrieve.

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_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_uploads, list_webproperties


RGA documentation built on May 2, 2019, 6:47 a.m.