GoogleApi.Analytics.V3.Model.UnsampledReport (google_api_analytics v0.13.0) View Source
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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Analytics.V3.Model.UnsampledReport{ accountId: String.t(), cloudStorageDownloadDetails: GoogleApi.Analytics.V3.Model.UnsampledReportCloudStorageDownloadDetails.t(), created: DateTime.t(), dimensions: String.t(), downloadType: String.t(), driveDownloadDetails: GoogleApi.Analytics.V3.Model.UnsampledReportDriveDownloadDetails.t(), "end-date": String.t(), filters: String.t(), id: String.t(), kind: String.t(), metrics: String.t(), profileId: String.t(), segment: String.t(), selfLink: String.t(), "start-date": String.t(), status: String.t(), title: String.t(), updated: DateTime.t(), webPropertyId: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.