The "unsampledReports" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| get ($accountId, $webPropertyId, $profileId, $unsampledReportId, $optParams=array()) |
| Returns a single unsampled report.
|
|
| insert ($accountId, $webPropertyId, $profileId, Google_Service_Analytics_UnsampledReport $postBody, $optParams=array()) |
| Create a new unsampled report.
|
|
| listManagementUnsampledReports ($accountId, $webPropertyId, $profileId, $optParams=array()) |
| Lists unsampled reports to which the user has access.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "unsampledReports" collection of methods.
Typical usage is: $analyticsService = new Google_Service_Analytics(...); $unsampledReports = $analyticsService->unsampledReports;
◆ call()
Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
- Return values
-
Google_Http_Request|expected_class | |
- Exceptions
-
◆ get()
Google_Service_Analytics_ManagementUnsampledReports_Resource::get |
( |
| $accountId, |
|
|
| $webPropertyId, |
|
|
| $profileId, |
|
|
| $unsampledReportId, |
|
|
| $optParams = array() ) |
Returns a single unsampled report.
(unsampledReports.get)
- Parameters
-
string | $accountId | Account ID to retrieve unsampled report for. |
string | $webPropertyId | Web property ID to retrieve unsampled reports for. |
string | $profileId | View (Profile) ID to retrieve unsampled report for. |
string | $unsampledReportId | ID of the unsampled report to retrieve. |
array | $optParams | Optional parameters. |
- Return values
-
◆ insert()
Create a new unsampled report.
(unsampledReports.insert)
- Parameters
-
string | $accountId | Account ID to create the unsampled report for. |
string | $webPropertyId | Web property ID to create the unsampled report for. |
string | $profileId | View (Profile) ID to create the unsampled report for. |
Google_UnsampledReport | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ listManagementUnsampledReports()
Google_Service_Analytics_ManagementUnsampledReports_Resource::listManagementUnsampledReports |
( |
| $accountId, |
|
|
| $webPropertyId, |
|
|
| $profileId, |
|
|
| $optParams = array() ) |
Lists unsampled reports to which the user has access.
(unsampledReports.listManagementUnsampledReports)
- Parameters
-
string | $accountId | Account ID to retrieve unsampled reports for. Must be a specific account ID, ~all is not supported. |
string | $webPropertyId | Web property ID to retrieve unsampled reports for. Must be a specific web property ID, ~all is not supported. |
string | $profileId | View (Profile) ID to retrieve unsampled reports for. Must be a specific view (profile) ID, ~all is not supported. |
array | $optParams | Optional parameters. |
@opt_param int max-results The maximum number of unsampled reports to include in this response. @opt_param int start-index An index of the first unsampled report to retrieve. Use this parameter as a pagination mechanism along with the max- results parameter.
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Analytics.php