Skip to main content

Parameters

ParameterTypeRequiredDescription
dashboard_idintegerYes
formatstringNojson (default), csv, or yaml.

Output

{
  "id": 12,
  "name": "Weekly Performance",
  "layout": { "grid": [...] },
  "master_filters": [...],
  "reports": [
    { "id": 42, "name": "ROAS by Source", "report_type": "table", "metrics": ["roas"], "sources": ["facebook_ads", "google_ads"], "attribution_model": "last_touch", "group_by": ["sources"] }
  ]
}
For full report config, follow up with get_report_definition. To execute a report, use run_saved_report.