Method: reports.run

  • The page provides documentation for running a report using a POST request to a specified URL.

  • The request requires profileId and reportId as path parameters.

  • Optional query parameters include an empty body and a synchronous boolean.

  • The request body must be empty, and a successful response body contains a File instance.

  • Running the report requires authorization with the https://www.googleapis.com/auth/dfareporting scope.

Runs a report.

HTTP request

POST https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/reports/{reportId}/run

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
profileId

string (int64 format)

The Campaign Manager 360 user profile ID.

reportId

string (int64 format)

The ID of the report.

Query parameters

Parameters
body

object

Empty body

synchronous

boolean

If set and true, tries to run the report synchronously.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of File.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/dfareporting