지금 당장 시작하고 싶으신가요? 개발자 가이드를 읽어봅니다. API를 사용하는 각 애플리케이션은 사용자를 등록하고, 사용자를 승인하고, API로 작업하기 위해 몇 가지 단계를 거쳐야 합니다. 개발자 가이드에서는 각 단계를 안내하며, 최종적으로 맞춤설정할 수 있는 애플리케이션을 만들 수 있습니다.
개념 개요
API는 계층적으로 구성된 여러 Google 태그 관리자 구성 항목을 노출합니다. 각 사용자 계정에는 하나 이상의 컨테이너가 있을 수 있으며 각 컨테이너에 하나 이상의 작업공간을 포함할 수 있습니다. 작업공간을 사용하면 컨테이너의 변수, 기본 제공 변수, 트리거, 폴더, 태그를 동시에 여러 번 수정할 수 있습니다. 작업공간을 원하는 대로 수정한 후에는 버전을 만들고, 미리 보고, 게시할 수 있습니다. 권한 리소스를 사용하면 계정 수준에서 사용자 권한을 관리할 수 있습니다. 다음 다이어그램은 항목 간의 상위-하위 관계를 보여줍니다.
그림 1: Google 태그 관리자 리소스의
상위-하위 관계
Google Tag Manager API는 각 항목을 리소스로 노출합니다. 특정 종류의 리소스 목록은 컬렉션을 구성합니다. API는 항목 목록을 반환하기 위해 쿼리할 수 있는 URI에 각 컬렉션을 노출합니다.
API의 메서드와 메서드가 반환하는 데이터에 관한 자세한 설명은 태그 관리자 API 참조를 확인하세요.
할당량 정책
Google 태그 관리자 API는 수백만 개의 작업을 처리합니다. 시스템이 처리할 수 있는 것보다 더 많은 작업을 수신하지 않도록 보호하고 시스템 리소스를 균등하게 분배하려면 할당량 시스템을 사용해야 합니다. 구체적인 한도는 한도 및 할당량 가이드를 참조하세요.
[null,null,["최종 업데이트: 2024-05-01(UTC)"],[[["The Google Tag Manager API grants authorized users access to Google Tag Manager configuration data, allowing management of accounts, containers, workspaces, tags, triggers, and other related entities."],["Before using the API, developers need to register their application, authorize the user, and understand the workflow as detailed in the Developer's Guide."],["Google Tag Manager resources are organized hierarchically, with accounts containing containers, containers containing workspaces, and workspaces containing various elements like tags, triggers, and variables."],["The API utilizes a quota system to ensure equitable resource distribution and protect the system from overload, with specific limits outlined in the Limits and Quotas guide."],["Further information and guidance on working with the API can be found in the Developer's Guide and the Tag Manager API Reference."]]],["The Google Tag Manager API allows authorized users to manage configuration data. Key actions include managing accounts, containers, destinations, workspaces, tags, triggers, folders, variables, versions, and user permissions. Users can modify variables, built-in variables, triggers, folders, and tags within workspaces. The API's resources are organized hierarchically, enabling the creation, preview, and publishing of versions, as well as the management of user permissions at the account level. Quotas are used to protect system resources.\n"]]