Skip to main content
Composes data from the conversions table + recent webhook logs + integration freshness so the agent can answer “why didn’t I see purchase events this weekend?”.

When to use

  • “No purchase events from Shopify in the last 7 days — what’s wrong?”
  • “Why is my Facebook spend missing for last Tuesday?”
For overall tracking health, use get_space_health. For a specific page’s pixel check, use inspect_site + verify_pixel_events.

Parameters

Output

recent_webhooks carries the last 10 webhook receipts on the source over the requested window — use them as triage signals. For full per-fire detail (including PII-redacted payloads), follow up with get_webhook_event. # hint: footer surfaces the most likely root cause first (“Webhooks fired but no conversions recorded — possible event mapping issue.”).