Google Tag Manager araçları
Google Tag Manager'ın araçları: hesap/konteyner/çalışma alanı, etiket/tetikleyici/değişken oluşturma-düzenleme, izinler ve güvenli yayınlama (çalışma alanı → sürüm → publish).
Okuma · 7
list_gtm_accounts1 krediLists the Google Tag Manager accounts accessible by the connected user (path, accountId, name).
list_gtm_containers1 krediLists the containers of a GTM account (name, public id 'GTM-XXXX', containerId, usageContext=web/ios/android, path).
list_gtm_permissions1 krediLists the USER PERMISSIONS of a GTM account — who can access it and at what level (account: noAccess/user/admin; per-container: read/edit/approve/publish).
list_gtm_tags1 krediLists the TAGS in a workspace (name, tagId, type e.g.
list_gtm_triggers1 krediLists the TRIGGERS in a workspace (name, triggerId, type e.g.
list_gtm_variables1 krediLists the user-defined VARIABLES in a workspace (name, variableId, type e.g.
list_gtm_workspaces1 krediLists the workspaces of a container (name, workspaceId, path).
Oluşturma · 5
create_gtm_container5 krediCreates a new web CONTAINER in a GTM account — a fresh, isolated space (its own tags/triggers/variables + 'GTM-XXXX' id).
create_gtm_tag3 krediCreates a TAG in a workspace.
create_gtm_trigger3 krediCreates a TRIGGER in a workspace.
create_gtm_variable3 krediCreates a user-defined VARIABLE.
create_gtm_workspace3 krediCreates a new WORKSPACE in a container — an isolated draft area to stage tag/trigger/variable changes before publishing (GTM lets you run several in parallel).
Düzenle · Yayınla · İzin · 5
delete_gtm_container3 krediDELETES an entire GTM container permanently (IRREVERSIBLE — removes all its tags/triggers/variables/versions).
delete_gtm_entity3 krediDELETES a GTM tag / trigger / variable / workspace by its full `path` (IRREVERSIBLE).
manage_gtm_permissions3 krediGRANTS or REVOKES a user's access to a GTM account/containers.
publish_gtm_container3 krediPUBLISHES the workspace's staged changes LIVE: creates a container version from the workspace, then publishes it.
update_gtm_entity3 krediEDITS an existing GTM tag / trigger / variable / workspace by its full `path` (from list_gtm_tags/triggers/variables/workspaces).
Diğer
enable_gtm_builtin_variablesücretsizENABLES GTM built-in variables (Click URL, Form ID, Scroll Depth, Video Percent, Page Path…).
gtm_workspace_statusücretsizShows what is WAITING TO BE PUBLISHED in a GTM workspace — every pending tag/trigger/variable change (added, updated, deleted) plus any merge conflicts.
list_gtm_versionsücretsizLists a GTM container's VERSION HISTORY (newest first) and marks which one is currently LIVE.
rollback_gtm_versionücretsizROLLS BACK the live site to an EARLIER GTM container version — the undo for a bad publish.