View Source GoogleApi.Analytics.V3.Model.UnsampledReport (google_api_analytics v0.15.0)
JSON template for Analytics unsampled report resource.
Attributes
-
accountId
(type:String.t
, default:nil
) - Account ID to which this unsampled report belongs. -
cloudStorageDownloadDetails
(type:GoogleApi.Analytics.V3.Model.UnsampledReportCloudStorageDownloadDetails.t
, default:nil
) - Download details for a file stored in Google Cloud Storage. -
created
(type:DateTime.t
, default:nil
) - Time this unsampled report was created. -
dimensions
(type:String.t
, default:nil
) - The dimensions for the unsampled report. -
downloadType
(type:String.t
, default:nil
) - The type of download you need to use for the report data file. Possible values includeGOOGLE_DRIVE
andGOOGLE_CLOUD_STORAGE
. If the value isGOOGLE_DRIVE
, see thedriveDownloadDetails
field. If the value isGOOGLE_CLOUD_STORAGE
, see thecloudStorageDownloadDetails
field. -
driveDownloadDetails
(type:GoogleApi.Analytics.V3.Model.UnsampledReportDriveDownloadDetails.t
, default:nil
) - Download details for a file stored in Google Drive. -
end-date
(type:String.t
, default:nil
) - The end date for the unsampled report. -
filters
(type:String.t
, default:nil
) - The filters for the unsampled report. -
id
(type:String.t
, default:nil
) - Unsampled report ID. -
kind
(type:String.t
, default:analytics#unsampledReport
) - Resource type for an Analytics unsampled report. -
metrics
(type:String.t
, default:nil
) - The metrics for the unsampled report. -
profileId
(type:String.t
, default:nil
) - View (Profile) ID to which this unsampled report belongs. -
segment
(type:String.t
, default:nil
) - The segment for the unsampled report. -
selfLink
(type:String.t
, default:nil
) - Link for this unsampled report. -
start-date
(type:String.t
, default:nil
) - The start date for the unsampled report. -
status
(type:String.t
, default:nil
) - Status of this unsampled report. Possible values are PENDING, COMPLETED, or FAILED. -
title
(type:String.t
, default:nil
) - Title of the unsampled report. -
updated
(type:DateTime.t
, default:nil
) - Time this unsampled report was last modified. -
webPropertyId
(type:String.t
, default:nil
) - Web property ID to which this unsampled report belongs. The web property ID is of the form UA-XXXXX-YY.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Analytics.V3.Model.UnsampledReport{ accountId: String.t() | nil, cloudStorageDownloadDetails: GoogleApi.Analytics.V3.Model.UnsampledReportCloudStorageDownloadDetails.t() | nil, created: DateTime.t() | nil, dimensions: String.t() | nil, downloadType: String.t() | nil, driveDownloadDetails: GoogleApi.Analytics.V3.Model.UnsampledReportDriveDownloadDetails.t() | nil, "end-date": String.t() | nil, filters: String.t() | nil, id: String.t() | nil, kind: String.t() | nil, metrics: String.t() | nil, profileId: String.t() | nil, segment: String.t() | nil, selfLink: String.t() | nil, "start-date": String.t() | nil, status: String.t() | nil, title: String.t() | nil, updated: DateTime.t() | nil, webPropertyId: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.