Run a saved report
run_reportExecute a saved Google Ad Manager report and retrieve its rows, waiting for the asynchronous job to finish so you can analyze the results.
Instructions
Run a saved Ad Manager report and return its rows. Takes the report resource name from list_reports (e.g. 'networks/12345678/reports/42'). Reporting is asynchronous in Ad Manager; this waits for completion. Read-only — it runs an existing report definition and never modifies it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxRows | No | Maximum rows to return. | |
| reportName | Yes | Report resource name, e.g. 'networks/12345678/reports/42'. |