ManagementWebproperties
class ManagementWebproperties extends Resource (View source)
The "webproperties" collection of methods.
Typical usage is:
$analyticsService = new Google\Service\Analytics(...);
$webproperties = $analyticsService->management_webproperties;
Methods
Gets a web property to which the user has access. (webproperties.get)
Create a new property if the account has fewer than 20 properties. Web properties are visible in the Google Analytics interface only if they have at least one profile. (webproperties.insert)
Lists web properties to which the user has access.
Updates an existing web property. This method supports patch semantics.
Updates an existing web property. (webproperties.update)
Details
Webproperty
get(string $accountId, string $webPropertyId, array $optParams = [])
Gets a web property to which the user has access. (webproperties.get)
Webproperty
insert(string $accountId, Webproperty $postBody, array $optParams = [])
Create a new property if the account has fewer than 20 properties. Web properties are visible in the Google Analytics interface only if they have at least one profile. (webproperties.insert)
Webproperties
listManagementWebproperties(string $accountId, array $optParams = [])
Lists web properties to which the user has access.
(webproperties.listManagementWebproperties)
Webproperty
patch(string $accountId, string $webPropertyId, Webproperty $postBody, array $optParams = [])
Updates an existing web property. This method supports patch semantics.
(webproperties.patch)
Webproperty
update(string $accountId, string $webPropertyId, Webproperty $postBody, array $optParams = [])
Updates an existing web property. (webproperties.update)