get_campaign_sub_reports
Retrieve per-variant or per-item report data for A/B test, variate, or RSS campaigns. Use after confirming campaign type with get_campaign_details.
Instructions
Retrieve child report data for A/B test, variate, or RSS campaign sub-items.
Read-only, no side effects. Returns empty data for regular campaigns; use get_campaign_report instead. Check campaign type with get_campaign_details first ('absplit', 'variate', 'rss').
Authenticated via API key. Max 10 concurrent requests. Safe to retry.
Args: campaign_id: Campaign ID (e.g. 'abc123def4'). Should be type 'absplit', 'variate', or 'rss'. Obtain from list_campaigns.
Returns: JSON with sub-reports. Format varies: A/B tests include per-variant opens, clicks, winner; RSS includes per-item send stats with dates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| campaign_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |