The "profileFilterLinks" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| delete ($accountId, $webPropertyId, $profileId, $linkId, $optParams=array()) |
| Delete a profile filter link.
|
|
| get ($accountId, $webPropertyId, $profileId, $linkId, $optParams=array()) |
| Returns a single profile filter link.
|
|
| insert ($accountId, $webPropertyId, $profileId, Google_Service_Analytics_ProfileFilterLink $postBody, $optParams=array()) |
| Create a new profile filter link.
|
|
| listManagementProfileFilterLinks ($accountId, $webPropertyId, $profileId, $optParams=array()) |
| Lists all profile filter links for a profile.
|
|
| patch ($accountId, $webPropertyId, $profileId, $linkId, Google_Service_Analytics_ProfileFilterLink $postBody, $optParams=array()) |
| Update an existing profile filter link.
|
|
| update ($accountId, $webPropertyId, $profileId, $linkId, Google_Service_Analytics_ProfileFilterLink $postBody, $optParams=array()) |
| Update an existing profile filter link.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "profileFilterLinks" collection of methods.
Typical usage is: $analyticsService = new Google_Service_Analytics(...); $profileFilterLinks = $analyticsService->profileFilterLinks;
◆ 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_ManagementProfileFilterLinks_Resource::delete |
( |
| $accountId, |
|
|
| $webPropertyId, |
|
|
| $profileId, |
|
|
| $linkId, |
|
|
| $optParams = array() ) |
Delete a profile filter link.
(profileFilterLinks.delete)
- Parameters
-
string | $accountId | Account ID to which the profile filter link belongs. |
string | $webPropertyId | Web property Id to which the profile filter link belongs. |
string | $profileId | Profile ID to which the filter link belongs. |
string | $linkId | ID of the profile filter link to delete. |
array | $optParams | Optional parameters. |
◆ get()
Google_Service_Analytics_ManagementProfileFilterLinks_Resource::get |
( |
| $accountId, |
|
|
| $webPropertyId, |
|
|
| $profileId, |
|
|
| $linkId, |
|
|
| $optParams = array() ) |
Returns a single profile filter link.
(profileFilterLinks.get)
- Parameters
-
string | $accountId | Account ID to retrieve profile filter link for. |
string | $webPropertyId | Web property Id to retrieve profile filter link for. |
string | $profileId | Profile ID to retrieve filter link for. |
string | $linkId | ID of the profile filter link. |
array | $optParams | Optional parameters. |
- Return values
-
◆ insert()
Create a new profile filter link.
(profileFilterLinks.insert)
- Parameters
-
string | $accountId | Account ID to create profile filter link for. |
string | $webPropertyId | Web property Id to create profile filter link for. |
string | $profileId | Profile ID to create filter link for. |
Google_ProfileFilterLink | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ listManagementProfileFilterLinks()
Google_Service_Analytics_ManagementProfileFilterLinks_Resource::listManagementProfileFilterLinks |
( |
| $accountId, |
|
|
| $webPropertyId, |
|
|
| $profileId, |
|
|
| $optParams = array() ) |
Lists all profile filter links for a profile.
(profileFilterLinks.listManagementProfileFilterLinks)
- Parameters
-
string | $accountId | Account ID to retrieve profile filter links for. |
string | $webPropertyId | Web property Id for profile filter links for. Can either be a specific web property ID or '~all', which refers to all the web properties that user has access to. |
string | $profileId | Profile ID to retrieve filter links for. Can either be a specific profile ID or '~all', which refers to all the profiles that user has access to. |
array | $optParams | Optional parameters. |
@opt_param int max-results The maximum number of profile filter links 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()
Update an existing profile filter link.
This method supports patch semantics. (profileFilterLinks.patch)
- Parameters
-
string | $accountId | Account ID to which profile filter link belongs. |
string | $webPropertyId | Web property Id to which profile filter link belongs |
string | $profileId | Profile ID to which filter link belongs |
string | $linkId | ID of the profile filter link to be updated. |
Google_ProfileFilterLink | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ update()
Update an existing profile filter link.
(profileFilterLinks.update)
- Parameters
-
string | $accountId | Account ID to which profile filter link belongs. |
string | $webPropertyId | Web property Id to which profile filter link belongs |
string | $profileId | Profile ID to which filter link belongs |
string | $linkId | ID of the profile filter link to be updated. |
Google_ProfileFilterLink | $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