ManagementProfiles
class ManagementProfiles extends Resource (View source)
The "profiles" collection of methods.
Typical usage is:
$analyticsService = new Google\Service\Analytics(...);
$profiles = $analyticsService->management_profiles;
Methods
delete(string $accountId, string $webPropertyId, string $profileId, array $optParams = [])
Deletes a view (profile). (profiles.delete)
get(string $accountId, string $webPropertyId, string $profileId, array $optParams = [])
Gets a view (profile) to which the user has access. (profiles.get)
listManagementProfiles(string $accountId, string $webPropertyId, array $optParams = [])
Lists views (profiles) to which the user has access.
Details
delete(string $accountId, string $webPropertyId, string $profileId, array $optParams = [])
Deletes a view (profile). (profiles.delete)
Profile
get(string $accountId, string $webPropertyId, string $profileId, array $optParams = [])
Gets a view (profile) to which the user has access. (profiles.get)
Profile
insert(string $accountId, string $webPropertyId, Profile $postBody, array $optParams = [])
Create a new view (profile). (profiles.insert)
Profiles
listManagementProfiles(string $accountId, string $webPropertyId, array $optParams = [])
Lists views (profiles) to which the user has access.
(profiles.listManagementProfiles)
Profile
patch(string $accountId, string $webPropertyId, string $profileId, Profile $postBody, array $optParams = [])
Updates an existing view (profile). This method supports patch semantics.
(profiles.patch)