ManagementProfileFilterLinks
class ManagementProfileFilterLinks extends Resource (View source)
The "profileFilterLinks" collection of methods.
Typical usage is:
$analyticsService = new Google\Service\Analytics(...);
$profileFilterLinks = $analyticsService->management_profileFilterLinks;
Methods
Delete a profile filter link. (profileFilterLinks.delete)
Returns a single profile filter link. (profileFilterLinks.get)
Create a new profile filter link. (profileFilterLinks.insert)
Lists all profile filter links for a profile.
Update an existing profile filter link. This method supports patch semantics.
Update an existing profile filter link. (profileFilterLinks.update)
Details
delete(string $accountId, string $webPropertyId, string $profileId, string $linkId, array $optParams = [])
Delete a profile filter link. (profileFilterLinks.delete)
ProfileFilterLink
get(string $accountId, string $webPropertyId, string $profileId, string $linkId, array $optParams = [])
Returns a single profile filter link. (profileFilterLinks.get)
ProfileFilterLink
insert(string $accountId, string $webPropertyId, string $profileId, ProfileFilterLink $postBody, array $optParams = [])
Create a new profile filter link. (profileFilterLinks.insert)
ProfileFilterLinks
listManagementProfileFilterLinks(string $accountId, string $webPropertyId, string $profileId, array $optParams = [])
Lists all profile filter links for a profile.
(profileFilterLinks.listManagementProfileFilterLinks)
ProfileFilterLink
patch(string $accountId, string $webPropertyId, string $profileId, string $linkId, ProfileFilterLink $postBody, array $optParams = [])
Update an existing profile filter link. This method supports patch semantics.
(profileFilterLinks.patch)
ProfileFilterLink
update(string $accountId, string $webPropertyId, string $profileId, string $linkId, ProfileFilterLink $postBody, array $optParams = [])
Update an existing profile filter link. (profileFilterLinks.update)