Structured Google Tag Manager API reference for LLMs. Enables AI agents to automate tag management, configure triggers, and manage variables. Integrates with Claude, ChatGPT, and other LLM-based agents for operations teams.
git clone https://github.com/paolobietolini/gtm-api-for-llms.gitStructured Google Tag Manager API reference for LLMs. Enables AI agents to automate tag management, configure triggers, and manage variables. Integrates with Claude, ChatGPT, and other LLM-based agents for operations teams.
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/paolobietolini/gtm-api-for-llmsCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
I need to automate tag management for [COMPANY] in the [INDUSTRY] sector. Using the GTM API for LLMs, create a workflow to [SPECIFIC TASK] with the following [DATA]. Provide the API calls and expected responses.
# GTM API Workflow for [COMPANY] in the [INDUSTRY] Sector
## Objective
Automate the process of updating tag configurations for [SPECIFIC TASK] using the GTM API for LLMs.
## API Calls
1. **Get Current Tags**:
```json
{
"endpoint": "https://www.googleapis.com/tagmanager/v2/accounts/[ACCOUNT_ID]/containers/[CONTAINER_ID]/tags",
"method": "GET"
}
```
**Expected Response**: A list of current tags with their configurations.
2. **Update Tag Configuration**:
```json
{
"endpoint": "https://www.googleapis.com/tagmanager/v2/accounts/[ACCOUNT_ID]/containers/[CONTAINER_ID]/tags/[TAG_ID]",
"method": "PUT",
"body": {
"name": "Updated Tag for [SPECIFIC TASK]",
"type": "CLICK",
"parameters": [
{
"type": "TEMPLATE",
"key": "gaProperty",
"value": "UA-XXXXXX-Y"
}
]
}
}
```
**Expected Response**: Confirmation of the updated tag configuration.
## Next Steps
- Verify the updated tag configurations in the GTM interface.
- Monitor the performance of the updated tags.
- Document the changes for future reference.Deploy marketing and analytics tags without code changes
Automated Meeting Reports Transcripts Notes Video Coaching
Unlock data insights with interactive dashboards and collaborative analytics capabilities.
Free Accounting Software
Enterprise workflow automation and service management platform
Automate your spreadsheet tasks with AI power
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan