AccountsContainersDestinations
class AccountsContainersDestinations extends Resource (View source)
The "destinations" collection of methods.
Typical usage is:
$tagmanagerService = new Google\Service\TagManager(...);
$destinations = $tagmanagerService->accounts_containers_destinations;
Methods
get(string $path, array $optParams = [])
Gets a Destination. (destinations.get)
link(string $parent, array $optParams = [])
Adds a Destination to this Container and removes it from the Container to which it is currently linked. (destinations.link)
listAccountsContainersDestinations(string $parent, array $optParams = [])
Lists all Destinations linked to a GTM Container.
Details
Destination
get(string $path, array $optParams = [])
Gets a Destination. (destinations.get)
Destination
link(string $parent, array $optParams = [])
Adds a Destination to this Container and removes it from the Container to which it is currently linked. (destinations.link)
ListDestinationsResponse
listAccountsContainersDestinations(string $parent, array $optParams = [])
Lists all Destinations linked to a GTM Container.
(destinations.listAccountsContainersDestinations)