AI-generated Key Takeaways
-
This API method allows you to retrieve a dynamic profile using its ID.
-
The HTTP request uses a GET method and includes the dynamic profile ID in the URL path.
-
The request body for this operation must be empty.
-
A successful response contains an instance of a DynamicProfile object.
-
Access requires authorization using the
https://www.googleapis.com/auth/dfatraffickingOAuth scope.
Gets a dynamic profile by ID.
HTTP request
GET https://dfareporting.googleapis.com/dfareporting/v4/studio/dynamicProfiles/{dynamicProfileId}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
dynamicProfileId
|
Required. Dynamic profile ID. |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of DynamicProfile
.
Authorization scopes
Requires the following OAuth scope:
-
https://www.googleapis.com/auth/dfatrafficking

