GA4 Monthly Summary
このAPIは、Google Analytics 4(GA4)のレポートやCSVから抽出したテキストをもとに、感情を「ポジティブ/ネガティブ/ニュートラル」に分類しスコアを返します。 使いどころ: - 週次・月次レポートの自動要約で「良い/悪い傾向」を一目で把握 - 数値コメントの変化をSlackへ自動通知 - BI/ダッシュボードに組み込み、アラートトリガに活用 エンドポイント: - GET /v1/health … 稼働確認 - POST /v1/predict … { "text": "..." } を送ると { "label": "...", "score": 0.x } を返却
GA4 Monthly Summary endpoints
| Method | Endpoint | Description |
|---|---|---|
| v1 | ||
| GET |
/v1/health /v1/health |
Returns API status |
| POST |
/v1/predict /v1/predict |
Sends a text string and returns the analysis result |
GA4 Monthly Summary pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC Recommended | Free | 3 / hour |
|
| PRO | $9.99 / month | 12 / hour |
|
| ULTRA | $19.99 / month | — |
|