Method: targetingTemplates.patch

  • This method supports patch semantics to update an existing targeting template.

  • The HTTP request uses a PATCH method to the specified URL with a profileId path parameter.

  • A required query parameter 'id' is used to specify the RemarketingList ID.

  • The request body should contain an instance of TargetingTemplate, and a successful response body will also contain an instance of TargetingTemplate.

  • The request requires the https://www.googleapis.com/auth/dfatrafficking OAuth scope for authorization.

Updates an existing targeting template. This method supports patch semantics.

HTTP request

PATCH https://dfareporting.googleapis.com/dfareporting/v5/userprofiles/{profileId}/targetingTemplates

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
profileId

string (int64 format)

User profile ID associated with this request.

Query parameters

Parameters
id

string (int64 format)

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