• Home
  • Raw
  • Download

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.
130 "id": "A String", # A unique ID for this upload.
131 "accountId": "A String", # Account Id to which this upload belongs.
144 …start_index: integer, A 1-based index of the first upload to retrieve. Use this parameter as a pag…
149Upload collection lists Analytics uploads to which the user has access. Each custom data source ca…
152 { # Metadata returned for an upload operation.
153 …"status": "A String", # Upload status. Possible values: PENDING, COMPLETED, FAILED, DELETING, DELE…
154 "kind": "analytics#upload", # Resource type for Analytics upload.
159 "id": "A String", # A unique ID for this upload.
160 "accountId": "A String", # Account Id to which this upload belongs.
164 "previousLink": "A String", # Link to previous page for this upload collection.
166 "nextLink": "A String", # Link to next page for this upload collection.
173 <pre>Upload data for a custom data source.
176 accountId: string, Account Id associated with the upload. (required)
177 webPropertyId: string, Web property UA-string associated with the upload. (required)
185 { # Metadata returned for an upload operation.
186 …"status": "A String", # Upload status. Possible values: PENDING, COMPLETED, FAILED, DELETING, DELE…
187 "kind": "analytics#upload", # Resource type for Analytics upload.
192 "id": "A String", # A unique ID for this upload.
193 "accountId": "A String", # Account Id to which this upload belongs.