AccountsContainersWorkspacesTemplates
class AccountsContainersWorkspacesTemplates extends Resource (View source)
The "templates" collection of methods.
Typical usage is:
$tagmanagerService = new Google\Service\TagManager(...);
$templates = $tagmanagerService->accounts_containers_workspaces_templates;
Methods
Creates a GTM Custom Template. (templates.create)
Deletes a GTM Template. (templates.delete)
Gets a GTM Template. (templates.get)
Lists all GTM Templates of a GTM container workspace.
Reverts changes to a GTM Template in a GTM Workspace. (templates.revert)
Updates a GTM Template. (templates.update)
Details
CustomTemplate
create(string $parent, CustomTemplate $postBody, array $optParams = [])
Creates a GTM Custom Template. (templates.create)
delete(string $path, array $optParams = [])
Deletes a GTM Template. (templates.delete)
CustomTemplate
get(string $path, array $optParams = [])
Gets a GTM Template. (templates.get)
ListTemplatesResponse
listAccountsContainersWorkspacesTemplates(string $parent, array $optParams = [])
Lists all GTM Templates of a GTM container workspace.
(templates.listAccountsContainersWorkspacesTemplates)
RevertTemplateResponse
revert(string $path, array $optParams = [])
Reverts changes to a GTM Template in a GTM Workspace. (templates.revert)
CustomTemplate
update(string $path, CustomTemplate $postBody, array $optParams = [])
Updates a GTM Template. (templates.update)