Lines Matching full:upload
82 <p class="firstline">Delete data associated with a previous upload.</p>
91 <p class="firstline">Upload data for a custom data source.</p>
100 <pre>Delete data associated with a previous upload.
109 { # Request template for the delete upload data request.
110 "customDataImportUids": [ # A list of upload UIDs.
123 accountId: string, Account Id for the upload to retrieve. (required)
124 webPropertyId: string, Web property Id for the upload to retrieve. (required)
125 customDataSourceId: string, Custom data source Id for upload to retrieve. (required)
126 uploadId: string, Upload Id to retrieve. (required)
131 { # Metadata returned for an upload operation.
132 "accountId": "A String", # Account Id to which this upload belongs.
137 "id": "A String", # A unique ID for this upload.
138 "kind": "analytics#upload", # Resource type for Analytics upload.
139 …"status": "A String", # Upload status. Possible values: PENDING, COMPLETED, FA…
153 …start_index: integer, A 1-based index of the first upload to retrieve. Use this parameter as a pag…
158 …Upload collection lists Analytics uploads to which the user has access. Each custom data source ca…
160 { # Metadata returned for an upload operation.
161 "accountId": "A String", # Account Id to which this upload belongs.
166 "id": "A String", # A unique ID for this upload.
167 "kind": "analytics#upload", # Resource type for Analytics upload.
168 …"status": "A String", # Upload status. Possible values: PENDING, COMPLETED, FA…
174 "nextLink": "A String", # Link to next page for this upload collection.
175 …"previousLink": "A String", # Link to previous page for this upload collection.
183 <pre>Upload data for a custom data source.
186 accountId: string, Account Id associated with the upload. (required)
187 webPropertyId: string, Web property UA-string associated with the upload. (required)
195 { # Metadata returned for an upload operation.
196 "accountId": "A String", # Account Id to which this upload belongs.
201 "id": "A String", # A unique ID for this upload.
202 "kind": "analytics#upload", # Resource type for Analytics upload.
203 …"status": "A String", # Upload status. Possible values: PENDING, COMPLETED, FA…