AI-generated Key Takeaways
-
Inserts a new advertiser into a specified user profile using an HTTP POST request.
-
The request body should contain an Advertiser object, and a newly created Advertiser object is returned upon successful execution.
-
Requires authorization with the
dfatrafficking
scope.
Inserts a new advertiser.
HTTP request
POST https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/advertisers
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
profileId |
User profile ID associated with this request. |
Request body
The request body contains an instance of Advertiser
.
Response body
If successful, the response body contains a newly created instance of Advertiser
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/dfatrafficking