Unsampled Reports

For a list of methods for this resource, see the end of this page.

Resource representations

JSON template for Analytics unsampled report resource.

{
  "id": string,
  "kind": "analytics#unsampledReport",
  "selfLink": string,
  "title": string,
  "accountId": string,
  "webPropertyId": string,
  "profileId": string,
  "start-date": string,
  "end-date": string,
  "metrics": string,
  "dimensions": string,
  "filters": string,
  "segment": string,
  "status": string,
  "downloadType": string,
  "driveDownloadDetails": {
    "documentId": string
  },
  "cloudStorageDownloadDetails": {
    "bucketId": string,
    "objectId": string
  },
  "created": datetime,
  "updated": datetime
}
Property name Value Description Notes
accountId string Account ID to which this unsampled report belongs.
cloudStorageDownloadDetails object Download details for a file stored in Google Cloud Storage.
cloudStorageDownloadDetails.bucketId string Id of the bucket the file object is stored in.
cloudStorageDownloadDetails.objectId string Id of the file object containing the report data.
created datetime Time this unsampled report was created.
dimensions string The dimensions for the unsampled report. writable
downloadType string The type of download you need to use for the report data file. Possible values include `GOOGLE_DRIVE` and `GOOGLE_CLOUD_STORAGE`. If the value is `GOOGLE_DRIVE`, see the `driveDownloadDetails` field. If the value is `GOOGLE_CLOUD_STORAGE`, see the `cloudStorageDownloadDetails` field.
driveDownloadDetails object Download details for a file stored in Google Drive.
driveDownloadDetails.documentId string Id of the document/file containing the report data.
end-date string The end date for the unsampled report. writable
filters string The filters for the unsampled report. writable
id string Unsampled report ID.
kind string Resource type for an Analytics unsampled report.
metrics string The metrics for the unsampled report. writable
profileId string View (Profile) ID to which this unsampled report belongs.
segment string The segment for the unsampled report. writable
start-date string The start date for the unsampled report. writable
status string Status of this unsampled report. Possible values are PENDING, COMPLETED, or FAILED.
title string Title of the unsampled report. writable
updated datetime Time this unsampled report was last modified.
webPropertyId string Web property ID to which this unsampled report belongs. The web property ID is of the form UA-XXXXX-YY.

Methods

delete
Deletes an unsampled report.
get
Returns a single unsampled report.
insert
Create a new unsampled report.
list
Lists unsampled reports to which the user has access.