Description Usage Arguments Value References See Also
View source: R/unsampledReports.R
Returns a single unsampled report.
| 1 2 | get_unsampled_report(accountId, webPropertyId, profileId, unsampledReportId,
  token)
 | 
| accountId | character. Account ID to retrieve unsampled report for. | 
| webPropertyId | character. Web property ID to retrieve unsampled reports for. | 
| profileId | character. View (Profile) ID to retrieve unsampled report for. | 
| unsampledReportId | character. ID of the unsampled report to retrieve. | 
| token | 
 | 
| id | Unsampled report ID. | 
| kind | Resource type for an Analytics unsampled report. | 
| title | Title of the unsampled report. | 
| accountId | Account ID to which this unsampled report belongs. | 
| webPropertyId | Web property ID to which this unsampled report belongs. The web property ID is of the form UA-XXXXX-YY. | 
| profileId | View (Profile) ID to which this unsampled report belongs. | 
| start.date | The start date for the unsampled report. | 
| end.date | The end date for the unsampled report. | 
| metrics | The metrics for the unsampled report. | 
| dimensions | The dimensions for the unsampled report. | 
| filters | The filters for the unsampled report. | 
| segment | The segment for the unsampled report. | 
| status | Status of this unsampled report. Possible values are PENDING, COMPLETED, or FAILED. | 
| downloadType | 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 | Download details for a file stored in Google Drive. | 
| cloudStorageDownloadDetails | Download details for a file stored in Google Cloud Storage. | 
| created | Time this unsampled report was created. | 
| updated | Time this unsampled report was last modified. | 
| driveDownloadDetails.documentId | Id of the document/file containing the report data. | 
| cloudStorageDownloadDetails.bucketId | Id of the bucket the file object is stored in. | 
| cloudStorageDownloadDetails.objectId | Id of the file object containing the report data. | 
Management API - Unsampled Reports Overview
Other Management API: get_custom_dimension,
get_custom_metric,
get_experiment, get_filter,
get_goal, get_profile,
get_remarketing_audience,
get_upload, get_webproperty,
list_accounts,
list_custom_data_sources,
list_custom_dimensions,
list_custom_metrics,
list_experiments,
list_filters, list_goals,
list_profiles,
list_remarketing_audiences,
list_segments,
list_unsampled_reports,
list_uploads,
list_webproperties
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.