The "webpropertyUserLinks" collection of methods.
More...
|
| | call ($name, $arguments, $expected_class=null) |
| | TODO: This function needs simplifying.
|
| |
| | delete ($accountId, $webPropertyId, $linkId, $optParams=array()) |
| | Removes a user from the given web property.
|
| |
| | insert ($accountId, $webPropertyId, Google_Service_Analytics_EntityUserLink $postBody, $optParams=array()) |
| | Adds a new user to the given web property.
|
| |
| | listManagementWebpropertyUserLinks ($accountId, $webPropertyId, $optParams=array()) |
| | Lists webProperty-user links for a given web property.
|
| |
| | update ($accountId, $webPropertyId, $linkId, Google_Service_Analytics_EntityUserLink $postBody, $optParams=array()) |
| | Updates permissions for an existing user on the given web property.
|
| |
|
|
| convertToArrayAndStripNulls ($o) |
| |
The "webpropertyUserLinks" collection of methods.
Typical usage is: $analyticsService = new Google_Service_Analytics(...); $webpropertyUserLinks = $analyticsService->webpropertyUserLinks;
◆ 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_ManagementWebpropertyUserLinks_Resource::delete |
( |
| $accountId, |
|
|
| $webPropertyId, |
|
|
| $linkId, |
|
|
| $optParams = array() ) |
Removes a user from the given web property.
(webpropertyUserLinks.delete)
- Parameters
-
| string | $accountId | Account ID to delete the user link for. |
| string | $webPropertyId | Web Property ID to delete the user link for. |
| string | $linkId | Link ID to delete the user link for. |
| array | $optParams | Optional parameters. |
◆ insert()
Adds a new user to the given web property.
(webpropertyUserLinks.insert)
- Parameters
-
| string | $accountId | Account ID to create the user link for. |
| string | $webPropertyId | Web Property ID to create the user link for. |
| Google_EntityUserLink | $postBody | |
| array | $optParams | Optional parameters. |
- Return values
-
◆ listManagementWebpropertyUserLinks()
| Google_Service_Analytics_ManagementWebpropertyUserLinks_Resource::listManagementWebpropertyUserLinks |
( |
| $accountId, |
|
|
| $webPropertyId, |
|
|
| $optParams = array() ) |
Lists webProperty-user links for a given web property.
(webpropertyUserLinks.listManagementWebpropertyUserLinks)
- Parameters
-
| string | $accountId | Account ID which the given web property belongs to. |
| string | $webPropertyId | Web Property ID for the webProperty-user links to retrieve. Can either be a specific web property ID or '~all', which refers to all the web properties that user has access to. |
| array | $optParams | Optional parameters. |
@opt_param int max-results The maximum number of webProperty-user Links to include in this response. @opt_param int start-index An index of the first webProperty-user link to retrieve. Use this parameter as a pagination mechanism along with the max- results parameter.
- Return values
-
◆ update()
Updates permissions for an existing user on the given web property.
(webpropertyUserLinks.update)
- Parameters
-
| string | $accountId | Account ID to update the account-user link for. |
| string | $webPropertyId | Web property ID to update the account-user link for. |
| string | $linkId | Link ID to update the account-user link for. |
| Google_EntityUserLink | $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