AI-generated Key Takeaways
-
The
PATCHmethod is used to update an existing campaign. -
The request URL uses gRPC Transcoding syntax.
-
The request requires a
profileIdin the path and a requiredidin the query parameters. -
The request and response bodies contain an instance of Campaign.
-
The request 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 campaign. This method supports patch semantics.
HTTP request
PATCH https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/campaigns
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
profileId |
User profile ID associated with this request. |
Query parameters
| Parameters | |
|---|---|
id |
Required. Campaign ID. |
Request body
The request body contains an instance of Campaign.
Response body
If successful, the response body contains an instance of Campaign.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/dfatrafficking