googleapis / googleapis/google-api-nodejs-client

Tag Manager API create trigger 500 error

オープン
#3,597 コメント 1 件 リアクション 2 件 担当者 0 名 GitHub で見る
主要言語
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"
}
]
}
```

![unnamed](https://github.com/user-attachments/assets/bfa6b48e-c8ec-42e3-bd2a-f3d6ac49eb23)

コントリビューションガイド

コントリビューションガイドを開く

調査の方向性

このレポートでは Google Tag Manager Create Triggers エンドポイントを特定し、POST リクエストの例を提示していますが、リポジトリ内のファイルもテストも示していません。まずリクエストを再現し、失敗の原因がこのクライアントライブラリにあるのか外部 API にあるのかを判断してください。完了の条件は、リポジトリに実行可能な変更を加えること、または問題が API プロバイダー側にあることを確認することです。

索引モデルが issue の本文から書いたものです。

評価

領域
api
issue の種類
バグ
難易度
5/5
見積もり時間
1週間以上
活発さ
停滞
明瞭さ
説明が足りない
初心者へのやさしさ
15/100

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。