AccountsContainersWorkspacesGtagConfig
class AccountsContainersWorkspacesGtagConfig extends Resource (View source)
The "gtag_config" collection of methods.
Typical usage is:
$tagmanagerService = new Google\Service\TagManager(...);
$gtag_config = $tagmanagerService->accounts_containers_workspaces_gtag_config;
Methods
create(string $parent, GtagConfig $postBody, array $optParams = [])
Creates a Google tag config. (gtag_config.create)
delete(string $path, array $optParams = [])
Deletes a Google tag config. (gtag_config.delete)
get(string $path, array $optParams = [])
Gets a Google tag config. (gtag_config.get)
listAccountsContainersWorkspacesGtagConfig(string $parent, array $optParams = [])
Lists all Google tag configs in a Container.
update(string $path, GtagConfig $postBody, array $optParams = [])
Updates a Google tag config. (gtag_config.update)
Details
GtagConfig
create(string $parent, GtagConfig $postBody, array $optParams = [])
Creates a Google tag config. (gtag_config.create)
delete(string $path, array $optParams = [])
Deletes a Google tag config. (gtag_config.delete)
GtagConfig
get(string $path, array $optParams = [])
Gets a Google tag config. (gtag_config.get)
ListGtagConfigResponse
listAccountsContainersWorkspacesGtagConfig(string $parent, array $optParams = [])
Lists all Google tag configs in a Container.
(gtag_config.listAccountsContainersWorkspacesGtagConfig)
GtagConfig
update(string $path, GtagConfig $postBody, array $optParams = [])
Updates a Google tag config. (gtag_config.update)