AI-generated Key Takeaways
-
This operation updates an existing advertiser using patch semantics, allowing for partial modifications.
-
The request requires specifying the profile ID in the path and the advertiser ID as a query parameter.
-
The request body should contain the updated advertiser information in the format of an
Advertiser
object. -
A successful response will return the updated
Advertiser
object. -
Authorization is needed with the
dfatrafficking
scope.
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Updates an existing advertiser. This method supports patch semantics.
HTTP request
PATCH 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. |
Query parameters
Parameters | |
---|---|
id |
Required. Advertiser ID. |
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