AI-generated Key Takeaways
-
This page provides documentation for updating an existing subaccount.
-
The update is performed using an HTTP PUT request to a specific URL that includes the user's profile ID.
-
The request body requires an instance of a Subaccount object, and the response body will also contain a Subaccount object if the update is successful.
-
The update operation requires specific OAuth authorization scope:
https://www.googleapis.com/auth/dfatrafficking.
Updates an existing subaccount.
HTTP request
PUT https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/subaccounts
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 Subaccount.
Response body
If successful, the response body contains an instance of Subaccount.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/dfatrafficking