AI-generated Key Takeaways
- 
          The PATCH method at https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/targetingTemplatesis used to update an existing targeting template.
- 
          This request requires a profileIdas a path parameter and anidas a query parameter.
- 
          Both the request and response bodies contain an instance of TargetingTemplate.
- 
          Authorization requires the https://www.googleapis.com/auth/dfatraffickingOAuth scope.
- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Updates an existing targeting template. This method supports patch semantics.
HTTP request
PATCH https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/targetingTemplates
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| profileId | 
 User profile ID associated with this request. | 
Query parameters
| Parameters | |
|---|---|
| id | 
 Required. RemarketingList ID. | 
Request body
The request body contains an instance of TargetingTemplate.
Response body
If successful, the response body contains an instance of TargetingTemplate.
Authorization scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/dfatrafficking