get_unsampled_report: Gets a single unsampled report

Description Usage Arguments Value References See Also

Description

Gets a single unsampled report

Usage

1
2
get_unsampled_report(account.id, webproperty.id, profile.id,
  unsampled.report.id, token)

Arguments

account.id

integer or character. Account ID to retrieve unsampled report for.

webproperty.id

integer or character. Web property ID to retrieve unsampled reports for.

profile.id

integer or character. View (Profile) ID to retrieve unsampled report for.

unsampled.report.id

integer or character. Web property ID to retrieve unsampled reports for.

token

Token2.0 class object with a valid authorization data.

Value

An Analytics unsampled report.

id

Unsampled report ID.

kind

Resource type for an Analytics unsampled report.

self.link

Link for this unsampled report.

title

Title of the unsampled report.

account.id

Account ID to which this unsampled report belongs.

webproperty.id

Web property ID to which this unsampled report belongs. The web property ID is of the form UA-XXXXX-YY.

profile.id

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.

download.type

The type of download you need to use for the report data file.

drive.download.details

Download details for a file stored in Google Drive.

cloud.storage.download.details

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.

References

Management API - Unsampled Reports

See Also

authorize

Other Management API: get_custom_dimension; get_custom_metric; get_experiment; get_filter; get_goal; get_profile; get_webproperty; list_accounts; list_custom_dimensions; list_custom_metrics; list_custom_sources; list_experiments; list_filters; list_goals; list_profiles; list_segments; list_unsampled_reports; list_webproperties


jdeboer/RGA-1 documentation built on May 18, 2019, 11:29 p.m.