Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tag Manager API create trigger 500 error #3597

Open
weilinzung opened this issue Dec 20, 2024 · 1 comment
Open

Tag Manager API create trigger 500 error #3597

weilinzung opened this issue Dec 20, 2024 · 1 comment

Comments

@weilinzung
Copy link

We have encountered an issue with one of the Google Tag Manager API methods, which suddenly appears to be experiencing a 500 “Experienced an internal error” outage. Since there is no real public GTM API support team like Google Analytics, we appreciate it if you could direct us to the appropriate support channel to address this matter.

APIs Explorer:

POST https://tagmanager.googleapis.com/tagmanager/v2/accounts/{{account_id}}/containers/{{container_id}}/workspaces/2/triggers?key=[YOUR_API_KEY] HTTP/1.1

Authorization: Bearer [YOUR_ACCESS_TOKEN]
Accept: application/json
Content-Type: application/json

{
  "name": "Test trigger with filters",
  "type": "pageview",
  "filter": [
    {
      "parameter": [
        {
          "type": "boolean",
          "value": "true",
          "key": "ignore_case"
        },
        {
          "type": "template",
          "key": "arg1",
          "value": "thank"
        }
      ],
      "type": "matchRegex"
    }
  ]
}

unnamed

@weilinzung
Copy link
Author

Creating tags are having the same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant