AI-generated Key Takeaways
-
The provided content outlines how to update an existing advertiser using an HTTP PUT request to a specific URL.
-
The request requires a
profileIdpath parameter, which is a string formatted as an int64. -
The request body contains an instance of an Advertiser object, and a successful response body also contains an instance of an Advertiser object.
-
Authorization for this operation requires the
https://www.googleapis.com/auth/dfatraffickingOAuth scope.
Updates an existing advertiser.
HTTP request
PUT 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 an instance of Advertiser.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/dfatrafficking