Install any skill in seconds. Free to start, no credit card required.
Get Started Free →- **Purpose**: 各広告媒体(Google, Yahoo, Meta, LINE 等)の前日パフォーマンスを横断集計し、予算消化ペース・CPA推移・CV獲得状況を一目で把握する
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | 84% | 0% |
| case-12 | ✗→✓ | ▲ Improved | 50% | 0% |
| case-14 | ✗→✓ | ▲ Improved | 76% | 0% |
| case-15 | ✗→✓ | ▲ Improved | 98% | 0% |
| case-09 | ✓→✗ | ▼ Worse | 25% | 0% |
> 全媒体の広告パフォーマンスを日次で集計・比較し、運用チーム・アカウント担当者向けに配信する日次レポートスキル
毎朝の運用確認として定常実行する。前日の広告配信データが揃った段階(通常 AM 9:00 以降)でトリガーし、Slack等に配信する。急激なCPA悪化やCV激減が検知された場合は即時アラートとしても利用可能。
| Data Source | Format | Description | |-------------|--------|-------------| | 広告媒体CSVレポート | CSV / TSV(UTF-8 or UTF-16) | impressions, clicks, cost, conversions, CPA を含む日次データ | | 予算マスタ | CSV / JSON | 月次予算額、媒体別配分比率 |
| Data Source | Format | Description | |-------------|--------|-------------| | CPA目標値 | JSON / config | クライアント別・媒体別のCPA目標値 | | 過去実績データ | CSV | 過去30日間の日次データ(移動平均算出用) | | キャンペーン構成情報 | CSV | キャンペーン名とカテゴリのマッピング |
各媒体のCSV/TSVを読み込み、共通フォーマット(date, media, campaign, impressions, clicks, cost, conversions)に正規化する。UTF-16/TAB区切りの自動判定を含む。
全媒体合算の日次トータルを算出する。
媒体ごとに以下を算出する。
月間予算に対する消化ペースを日割りベースで評価する。
閾値に基づく自動判定と、推奨アクションを生成する。
【全体サマリー】
消化: ¥X,XXX,XXX(前日比 +X.X%)
CV: XX件(前日比 +X.X%)
CPA: ¥XX,XXX(前日比 +X.X%)
7日平均CPA: ¥XX,XXX(対比 +X.X%)
判定: ○正常 / △注意 / ×要対応| Metric | Good | Warning | Critical | |--------|------|---------|----------| | CPA対目標比 | ±10%以内 | ±20%超(目標比) | ±30%超(目標比) | | 予算消化率 | 90-105% | <80% or >110% | <60% or >130% | | CV前日比 | ±15%以内 | -30%以上の減少 | -50%以上の減少 | | Cost前日比 | ±20%以内 | ±30%超 | ±50%超 |
csvdate,media,campaign,impressions,clicks,cost,conversions 2026-04-14,Google,ブランド_検索,12500,890,124000,32 2026-04-14,Google,一般_検索,45000,1200,286000,18 2026-04-14,Yahoo,ブランド_検索,8900,520,89000,15 2026-04-14,Yahoo,ディスプレイ,120000,980,156000,8 2026-04-14,Meta,リード獲得,85000,2100,198000,22 2026-04-14,LINE,友だち追加,62000,1500,95000,12
===== 広告パフォーマンス日次レポート 2026/04/14 =====
【全体サマリー】
消化: ¥948,000(前日比 +3.2%)
CV: 107件(前日比 -5.3%)
CPA: ¥8,860(前日比 +9.0%)
7日平均CPA: ¥8,120(対比 +9.1%)
判定: ○正常
【媒体別サマリー】
媒体 | 消化 | CV | CPA | 前日比 | 消化率
Google | ¥410,000 | 50 | ¥8,200 | +2.1% | 48.2%
Yahoo | ¥245,000 | 23 | ¥10,652 | +8.5% | 52.1%
Meta | ¥198,000 | 22 | ¥9,000 | -1.2% | 45.8%
LINE | ¥95,000 | 12 | ¥7,917 | +0.5% | 41.3%
【重要ポイント】
① Yahoo CPA上昇 +8.5%
状況: ディスプレイ配信のCPAが前日比+15%
影響: 全体CPAを押し上げ
原因候補: クリエイティブ疲弊の可能性
【対応アクション】
- Yahoo ディスプレイのクリエイティブ成績を確認
- LINE 消化率が低いため入札調整を検討When executing this analysis skill:
You are performing Ad Daily Report (広告パフォーマンス日次レポート) analysis.
Key rules:
- Read all CSV/TSV files and normalize to a common schema (date, media, campaign, impressions, clicks, cost, conversions)
- Calculate daily totals, day-over-day changes (%), and 7-day moving averages
- Break down by media: cost, CV, CPA, CTR, CVR, budget pacing
- Apply judgment thresholds: CPA ±20% = warning, ±30% = critical; budget pacing <80% or >110% = flag
- Output: overall summary → media table → key findings (top 3) → action recommendations
- All numbers must be calculated from actual data, never estimated
- Flag data quality issues (missing media, date gaps) explicitly
Refer to the full SKILL.md for thresholds, output format, and detailed steps.Other measured skills in the registry, with their headline benchmark lift.