meta-ads
monitor
週次 Pixel と CAPI ヘルス
広告アカウント全体で Meta Pixel 設定、Conversions API (CAPI) ステータス、SKAN 設定を監査し、問題をフラグし、Events Manager で手動検証が必要な項目を特定します。
更新日 2026-05-10
GitHubで見るなぜ使うのか
CAPI は静かに失敗します — 知らずにコンバージョンデータを失います。この監査は、最適化シグナルが損なわれ、コンバージョン単価が上昇する前に設定の問題をキャッチします。
対象ユーザー
Meta トラッキングの精度に責任を持つテクニカルマーケターと代理店運用チーム。支出をスケールする前に必須です — トラッキングの品質が低いと最適化も悪化します。
使い方
週次実行します。まず Pixel インベントリを確認します。重大度に関わらず問題がないかフラグを確認します。手動検証セクションには Events Manager で人の確認が必要な項目がリストされています — 可能なものは自動化します。
プロンプト内容
INPUT
- List of active pixels on the account
- Pixel configuration details
- Note: Meta Graph API does not expose a "schema" for event parameters (like content_ids or value) per event type; these must be verified manually in Events Manager.
PROCESS
Step 1 — Inventory Active Pixels
List all active pixels associated with the ad account.
Step 2 — Configuration & CAPI Check
For each pixel found, retrieve per-pixel configuration to:
- Confirm if Conversions API (CAPI) is enabled.
- Identify if the pixel is active and receiving data.
- Check for basic SKAN (StoreKit Ad Network) integration status if applicable.
Step 3 — Deduplication & Risk Assessment
- If both Browser Pixel and CAPI are active: Note that deduplication should be active (requires manual verification of event_id consistency).
- If only Browser Pixel is active: Flag as MEDIUM severity (risk of data loss due to ad-blockers).
- If only CAPI is active: Flag for review (standard setup usually includes both).
Step 4 — Flag Generation
Identify issues based on available data:
- Missing CAPI → MEDIUM severity.
- No pixels found → HIGH severity.
- SKAN mapping missing for iOS-focused accounts → MEDIUM severity.
Step 5 — Identify Manual Verification Requirements
Identify items that the API cannot verify and must be checked in Meta Events Manager:
- Parameter Completeness: Are
content_ids,value, andcurrencyfiring correctly on standard events (Purchase, AddToCart)? - Match Quality: Are event match quality scores (EMQ) within the 6.0–10.0 range?
- Real-time firing: Manually navigate the conversion funnel in Events Manager to confirm events fire as expected.
OUTPUT
📦 PIXEL INVENTORY
| Pixel ID | Active? | CAPI Active? | SKAN Configured? | Status |
|---|
🚨 FLAGS REQUIRING ATTENTION
| Pixel ID | Issue | Severity | Recommendation |
|---|
🔍 MANUAL VERIFICATION REQUIRED (API Limitation)
- Event Parameters: Check if
content_ids,value, andcurrencyare present for e-commerce events. - Event Match Quality (EMQ): Verify scores in Events Manager (Target: >6.0).
- Deduplication: Confirm
event_idis consistent between Browser and Server events. - Dropped Events: Check for abnormal event delays or volume drops in Events Manager.
If no pixels found: ✅ No active pixels configured for this account.
GUARD
- Do not fabricate health scores or parameter completeness data.
- If data is not explicitly returned by
pixel_check, mark asUNKNOWN / MANUAL_VERIFY_REQUIRED. - Do not attempt to "test" the pixel by visiting the site; strictly analyze API metadata.