This repository has been archived by the owner on Mar 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathlist_uploads.Rd
58 lines (52 loc) · 2.37 KB
/
list_uploads.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/uploads.R
\name{list_uploads}
\alias{list_uploads}
\title{Uploads}
\usage{
list_uploads(accountId, webPropertyId, customDataSourceId, start.index = NULL,
max.results = NULL, token)
}
\arguments{
\item{accountId}{character. Account Id for the uploads to retrieve.}
\item{webPropertyId}{character. Web property Id for the uploads to retrieve.}
\item{customDataSourceId}{character. Custom data source Id for uploads to retrieve.}
\item{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.}
\item{max.results}{integer. The maximum number of uploads to include in this response.}
\item{token}{\code{\link[httr]{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.
\item{id}{A unique ID for this upload.}
\item{kind}{Resource type for Analytics upload.}
\item{accountId}{Account Id to which this upload belongs.}
\item{customDataSourceId}{Custom data source Id to which this data import belongs.}
\item{status}{Upload status. Possible values: PENDING, COMPLETED, FAILED, DELETING, DELETED.}
\item{errors}{Data import errors collection.}
}
\description{
List uploads to which the user has access.
}
\references{
\href{https://developers.google.com/analytics/devguides/config/mgmt/v3/mgmtReference/management/uploads}{Management API - Uploads Overview}
}
\seealso{
Other Management API: \code{\link{get_custom_dimension}},
\code{\link{get_custom_metric}},
\code{\link{get_experiment}}, \code{\link{get_filter}},
\code{\link{get_goal}}, \code{\link{get_profile}},
\code{\link{get_remarketing_audience}},
\code{\link{get_unsampled_report}},
\code{\link{get_upload}}, \code{\link{get_webproperty}},
\code{\link{list_accounts}},
\code{\link{list_custom_data_sources}},
\code{\link{list_custom_dimensions}},
\code{\link{list_custom_metrics}},
\code{\link{list_experiments}},
\code{\link{list_filters}}, \code{\link{list_goals}},
\code{\link{list_profiles}},
\code{\link{list_remarketing_audiences}},
\code{\link{list_segments}},
\code{\link{list_unsampled_reports}},
\code{\link{list_webproperties}}
}