AI-generated Key Takeaways
-
This guide details how to update an existing billing profile using the Display & Video 360 API.
-
The request involves a
PUT
method to a specific endpoint and requires aprofileId
as a path parameter. -
It uses a request body containing a
BillingProfile
instance and returns an updatedBillingProfile
upon success. -
Authorization is necessary and utilizes the
dfatrafficking
OAuth scope.
Updates an existing billing profile.
HTTP request
PUT https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/billingProfiles
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 BillingProfile
.
Response body
If successful, the response body contains an instance of BillingProfile
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/dfatrafficking