AI-generated Key Takeaways
- 
          This document outlines how to update an existing dynamic profile using the PUTHTTP method to the specified Google API endpoint.
- 
          The request body should contain an instance of a DynamicProfile object. 
- 
          A successful response will also contain an instance of a DynamicProfile object. 
- 
          Updating a dynamic profile requires the https://www.googleapis.com/auth/dfatraffickingauthorization scope.
Updates an existing dynamic profile.
HTTP request
PUT https://dfareporting.googleapis.com/dfareporting/v4/studio/dynamicProfiles
The URL uses gRPC Transcoding syntax.
Request body
The request body contains an instance of DynamicProfile.
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