googleapis / googleapis/google-api-nodejs-client
Tag Manager API create trigger 500 error
- 主要言語
- TypeScript
- スター
- 12.3k
- フォーク
- 2k
- 平均マージ
- 1日 9時間
- マージ済み PR(30日)
- 24
説明
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:
- Create Triggers: https://developers.google.com/tag-platform/tag-manager/api/v2/reference/accounts/containers/workspaces/triggers/create
- Attached is a simple request as an example:
```
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"
}
]
}
```

コントリビューションガイド
調査の方向性
このレポートでは Google Tag Manager Create Triggers エンドポイントを特定し、POST リクエストの例を提示していますが、リポジトリ内のファイルもテストも示していません。まずリクエストを再現し、失敗の原因がこのクライアントライブラリにあるのか外部 API にあるのかを判断してください。完了の条件は、リポジトリに実行可能な変更を加えること、または問題が API プロバイダー側にあることを確認することです。
索引モデルが issue の本文から書いたものです。
評価
- 領域
- api
- issue の種類
- バグ
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 15/100