googleapis / google-api-php-client

A PHP client library for accessing Google APIs
Apache License 2.0
9.22k stars 3.52k forks source link

GTM - Missing endpoint for built-in triggers #2471

Closed psociety closed 1 year ago

psociety commented 1 year ago

Built-in triggers are not listed in triggers/list endpoint: https://developers.google.com/tag-platform/tag-manager/api/v2/reference/accounts/containers/workspaces/triggers/list

There's no parameter to make them show up or specific endpoint.

This is the ouput for v2:

Google\Service\TagManager\ListTriggersResponse Object
(
    [collection_key:protected] => trigger
    [nextPageToken] => 
    [triggerType:protected] => Google\Service\TagManager\Trigger
    [triggerDataType:protected] => array
    [internal_gapi_mappings:protected] => Array
        (
        )

    [modelData:protected] => Array
        (
        )

    [processed:protected] => Array
        (
        )
bshaffer commented 1 year ago

This seems to be an API question rather than a client library question. I'm closing this because there's nothing actionable for us to do on our end.