AI-generated Key Takeaways
- 
          This method retrieves an account's active ad summary using its account ID. 
- 
          The HTTP request uses a GET method with specific path parameters for the user profile and summary account IDs. 
- 
          The request body for this operation must be empty. 
- 
          The response body, if successful, will contain an instance of AccountActiveAdSummary. 
- 
          Authorization requires the https://www.googleapis.com/auth/dfatraffickingOAuth scope.
Gets the account's active ad summary by account ID.
HTTP request
GET https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/accountActiveAdSummaries/{summaryAccountId}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| profileId | 
 User profile ID associated with this request. | 
| summaryAccountId | 
 Account ID. | 
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of AccountActiveAdSummary.
Authorization scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/dfatrafficking