Page Summary
-
A new dynamic profile is inserted using a POST request to the specified URL.
-
The request body needs to include an instance of DynamicProfile.
-
A successful request will return a newly created instance of DynamicProfile in the response body.
-
The request requires the
https://www.googleapis.com/auth/dfatraffickingOAuth scope for authorization.
Inserts a new dynamic profile.
HTTP request
POST https://dfareporting.googleapis.com/dfareporting/v5/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 a newly created instance of DynamicProfile.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/dfatrafficking