AI-generated Key Takeaways
-
This operation updates an existing advertiser group within a specified user profile.
-
It uses an HTTP PUT request to the designated endpoint with the advertiser group details in the request body.
-
The request requires authorization with the
dfatrafficking
scope. -
Successful execution returns the updated advertiser group details in the response.
Updates an existing advertiser group.
HTTP request
PUT https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/advertiserGroups
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 AdvertiserGroup
.
Response body
If successful, the response body contains an instance of AdvertiserGroup
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/dfatrafficking