The "uploads" collection of methods.
More...
|
| | call ($name, $arguments, $expected_class=null) |
| | TODO: This function needs simplifying.
|
| |
| | deleteUploadData ($accountId, $webPropertyId, $customDataSourceId, Google_Service_Analytics_AnalyticsDataimportDeleteUploadDataRequest $postBody, $optParams=array()) |
| | Delete data associated with a previous upload.
|
| |
| | get ($accountId, $webPropertyId, $customDataSourceId, $uploadId, $optParams=array()) |
| | List uploads to which the user has access.
|
| |
| | listManagementUploads ($accountId, $webPropertyId, $customDataSourceId, $optParams=array()) |
| | List uploads to which the user has access.
|
| |
| | uploadData ($accountId, $webPropertyId, $customDataSourceId, $optParams=array()) |
| | Upload data for a custom data source.
|
| |
|
|
| convertToArrayAndStripNulls ($o) |
| |
The "uploads" collection of methods.
Typical usage is: $analyticsService = new Google_Service_Analytics(...); $uploads = $analyticsService->uploads;
◆ 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
-
◆ deleteUploadData()
Delete data associated with a previous upload.
(uploads.deleteUploadData)
- Parameters
-
| string | $accountId | Account Id for the uploads to be deleted. |
| string | $webPropertyId | Web property Id for the uploads to be deleted. |
| string | $customDataSourceId | Custom data source Id for the uploads to be deleted. |
| Google_AnalyticsDataimportDeleteUploadDataRequest | $postBody | |
| array | $optParams | Optional parameters. |
◆ get()
| Google_Service_Analytics_ManagementUploads_Resource::get |
( |
| $accountId, |
|
|
| $webPropertyId, |
|
|
| $customDataSourceId, |
|
|
| $uploadId, |
|
|
| $optParams = array() ) |
List uploads to which the user has access.
(uploads.get)
- Parameters
-
| string | $accountId | Account Id for the upload to retrieve. |
| string | $webPropertyId | Web property Id for the upload to retrieve. |
| string | $customDataSourceId | Custom data source Id for upload to retrieve. |
| string | $uploadId | Upload Id to retrieve. |
| array | $optParams | Optional parameters. |
- Return values
-
◆ listManagementUploads()
| Google_Service_Analytics_ManagementUploads_Resource::listManagementUploads |
( |
| $accountId, |
|
|
| $webPropertyId, |
|
|
| $customDataSourceId, |
|
|
| $optParams = array() ) |
List uploads to which the user has access.
(uploads.listManagementUploads)
- Parameters
-
| string | $accountId | Account Id for the uploads to retrieve. |
| string | $webPropertyId | Web property Id for the uploads to retrieve. |
| string | $customDataSourceId | Custom data source Id for uploads to retrieve. |
| array | $optParams | Optional parameters. |
@opt_param int max-results The maximum number of uploads to include in this response. @opt_param int start-index A 1-based index of the first upload to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.
- Return values
-
◆ uploadData()
| Google_Service_Analytics_ManagementUploads_Resource::uploadData |
( |
| $accountId, |
|
|
| $webPropertyId, |
|
|
| $customDataSourceId, |
|
|
| $optParams = array() ) |
Upload data for a custom data source.
(uploads.uploadData)
- Parameters
-
| string | $accountId | Account Id associated with the upload. |
| string | $webPropertyId | Web property UA-string associated with the upload. |
| string | $customDataSourceId | Custom data source Id to which the data being uploaded belongs. |
| array | $optParams | Optional parameters. |
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Analytics.php