AI-generated Key Takeaways
- 
          
The page provides documentation for running a report using a POST request to a specified URL.
 - 
          
The request requires
profileIdandreportIdas path parameters. - 
          
Optional query parameters include an empty
bodyand asynchronousboolean. - 
          
The request body must be empty, and a successful response body contains a
Fileinstance. - 
          
Running the report requires authorization with the
https://www.googleapis.com/auth/dfareportingscope. 
- HTTP request
 - Path parameters
 - Query parameters
 - Request body
 - Response body
 - Authorization scopes
 - Try it!
 
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 | 
                
                   
 The Campaign Manager 360 user profile ID.  | 
              
reportId | 
                
                   
 The ID of the report.  | 
              
Query parameters
| Parameters | |
|---|---|
body | 
                
                   
 Empty body  | 
              
synchronous | 
                
                   
 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