AI-generated Key Takeaways
-
The PATCH method at
https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/advertisersis used to update an existing advertiser. -
The URL uses gRPC Transcoding syntax.
-
The path parameter
profileIdis required and represents the user profile ID associated with the request. -
The query parameter
idis required and represents the Advertiser ID. -
The request and response bodies both contain an instance of the Advertiser resource.
-
This method requires the
https://www.googleapis.com/auth/dfatraffickingOAuth scope for authorization.
- 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