The "profiles" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| delete ($accountId, $webPropertyId, $profileId, $optParams=array()) |
| Deletes a view (profile).
|
|
| get ($accountId, $webPropertyId, $profileId, $optParams=array()) |
| Gets a view (profile) to which the user has access.
|
|
| insert ($accountId, $webPropertyId, Google_Service_Analytics_Profile $postBody, $optParams=array()) |
| Create a new view (profile).
|
|
| listManagementProfiles ($accountId, $webPropertyId, $optParams=array()) |
| Lists views (profiles) to which the user has access.
|
|
| patch ($accountId, $webPropertyId, $profileId, Google_Service_Analytics_Profile $postBody, $optParams=array()) |
| Updates an existing view (profile).
|
|
| update ($accountId, $webPropertyId, $profileId, Google_Service_Analytics_Profile $postBody, $optParams=array()) |
| Updates an existing view (profile).
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "profiles" collection of methods.
Typical usage is: $analyticsService = new Google_Service_Analytics(...); $profiles = $analyticsService->profiles;
◆ 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
-
◆ delete()
Google_Service_Analytics_ManagementProfiles_Resource::delete |
( |
| $accountId, |
|
|
| $webPropertyId, |
|
|
| $profileId, |
|
|
| $optParams = array() ) |
Deletes a view (profile).
(profiles.delete)
- Parameters
-
string | $accountId | Account ID to delete the view (profile) for. |
string | $webPropertyId | Web property ID to delete the view (profile) for. |
string | $profileId | ID of the view (profile) to be deleted. |
array | $optParams | Optional parameters. |
◆ get()
Google_Service_Analytics_ManagementProfiles_Resource::get |
( |
| $accountId, |
|
|
| $webPropertyId, |
|
|
| $profileId, |
|
|
| $optParams = array() ) |
Gets a view (profile) to which the user has access.
(profiles.get)
- Parameters
-
string | $accountId | Account ID to retrieve the goal for. |
string | $webPropertyId | Web property ID to retrieve the goal for. |
string | $profileId | View (Profile) ID to retrieve the goal for. |
array | $optParams | Optional parameters. |
- Return values
-
◆ insert()
Create a new view (profile).
(profiles.insert)
- Parameters
-
string | $accountId | Account ID to create the view (profile) for. |
string | $webPropertyId | Web property ID to create the view (profile) for. |
Google_Profile | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ listManagementProfiles()
Google_Service_Analytics_ManagementProfiles_Resource::listManagementProfiles |
( |
| $accountId, |
|
|
| $webPropertyId, |
|
|
| $optParams = array() ) |
Lists views (profiles) to which the user has access.
(profiles.listManagementProfiles)
- Parameters
-
string | $accountId | Account ID for the view (profiles) to retrieve. Can either be a specific account ID or '~all', which refers to all the accounts to which the user has access. |
string | $webPropertyId | Web property ID for the views (profiles) to retrieve. Can either be a specific web property ID or '~all', which refers to all the web properties to which the user has access. |
array | $optParams | Optional parameters. |
@opt_param int max-results The maximum number of views (profiles) to include in this response. @opt_param int start-index An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.
- Return values
-
◆ patch()
Google_Service_Analytics_ManagementProfiles_Resource::patch |
( |
| $accountId, |
|
|
| $webPropertyId, |
|
|
| $profileId, |
|
|
Google_Service_Analytics_Profile | $postBody, |
|
|
| $optParams = array() ) |
Updates an existing view (profile).
This method supports patch semantics. (profiles.patch)
- Parameters
-
string | $accountId | Account ID to which the view (profile) belongs |
string | $webPropertyId | Web property ID to which the view (profile) belongs |
string | $profileId | ID of the view (profile) to be updated. |
Google_Profile | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ update()
Google_Service_Analytics_ManagementProfiles_Resource::update |
( |
| $accountId, |
|
|
| $webPropertyId, |
|
|
| $profileId, |
|
|
Google_Service_Analytics_Profile | $postBody, |
|
|
| $optParams = array() ) |
Updates an existing view (profile).
(profiles.update)
- Parameters
-
string | $accountId | Account ID to which the view (profile) belongs |
string | $webPropertyId | Web property ID to which the view (profile) belongs |
string | $profileId | ID of the view (profile) to be updated. |
Google_Profile | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Analytics.php