Lines Matching full:upload

79 <p class="firstline">Delete data associated with a previous upload.</p>
88 <p class="firstline">Upload data for a custom data source.</p>
92 <pre>Delete data associated with a previous upload.
101 { # Request template for the delete upload data request.
102 "customDataImportUids": [ # A list of upload UIDs.
115 accountId: string, Account Id for the upload to retrieve. (required)
116 webPropertyId: string, Web property Id for the upload to retrieve. (required)
117 customDataSourceId: string, Custom data source Id for upload to retrieve. (required)
118 uploadId: string, Upload Id to retrieve. (required)
123 { # Metadata returned for an upload operation.
124 …"status": "A String", # Upload status. Possible values: PENDING, COMPLETED, FAILED, DELETING, DELE…
125 "kind": "analytics#upload", # Resource type for Analytics upload.
131 "id": "A String", # A unique ID for this upload.
132 "accountId": "A String", # Account Id to which this upload belongs.
145 …start_index: integer, A 1-based index of the first upload to retrieve. Use this parameter as a pag…
150Upload collection lists Analytics uploads to which the user has access. Each custom data source ca…
153 { # Metadata returned for an upload operation.
154 …"status": "A String", # Upload status. Possible values: PENDING, COMPLETED, FAILED, DELETING, DELE…
155 "kind": "analytics#upload", # Resource type for Analytics upload.
161 "id": "A String", # A unique ID for this upload.
162 "accountId": "A String", # Account Id to which this upload belongs.
166 "previousLink": "A String", # Link to previous page for this upload collection.
168 "nextLink": "A String", # Link to next page for this upload collection.
175 <pre>Upload data for a custom data source.
178 accountId: string, Account Id associated with the upload. (required)
179 webPropertyId: string, Web property UA-string associated with the upload. (required)
187 { # Metadata returned for an upload operation.
188 …"status": "A String", # Upload status. Possible values: PENDING, COMPLETED, FAILED, DELETING, DELE…
189 "kind": "analytics#upload", # Resource type for Analytics upload.
195 "id": "A String", # A unique ID for this upload.
196 "accountId": "A String", # Account Id to which this upload belongs.