---
title: "PATCH /userprofiles/{+profileId}/remarketingLists"
method: PATCH
path: "/userprofiles/{+profileId}/remarketingLists"
tags: ["remarketingLists"]
---

# PATCH /userprofiles/{+profileId}/remarketingLists

`PATCH /userprofiles/{+profileId}/remarketingLists`

Updates an existing remarketing list. This method supports patch semantics.

## Path parameters

- `profileId` string, required

## Query parameters

- `id` string, required

## Request body

- RemarketingList — Contains properties of a remarketing list. Remarketing enables you to create lists of users who have performed specific actions on a site, then target ads to members of those lists. This resource can be used to manage remarketing lists that are owned by your advertisers. To see all remarketing lists that are visible to your advertisers, including those that are shared to your advertiser or account, use the TargetableRemarketingLists resource.
  - `advertiserIdDimensionValue` DimensionValue — Represents a DimensionValue resource.
    - `id` string — The ID associated with the value if available.
    - `dimensionName` string — The name of the dimension.
    - `value` string — The value of the dimension.
    - `matchType` 'EXACT' | 'BEGINS_WITH' | 'CONTAINS' | 'WILDCARD_EXPRESSION' — Determines how the 'value' field is matched when filtering. If not specified, defaults to EXACT. If set to WILDCARD_EXPRESSION, '*' is allowed as a placeholder for variable length character sequences, and it can be escaped with a backslash. Note, only paid search dimensions ('dfa:paidSearch*') allow a matchType other than EXACT.
    - `kind` string — The kind of resource this is, in this case dfareporting#dimensionValue.
    - `etag` string — The eTag of this response for caching purposes.
  - `listSource` 'REMARKETING_LIST_SOURCE_OTHER' | 'REMARKETING_LIST_SOURCE_ADX' | 'REMARKETING_LIST_SOURCE_DFP' | 'REMARKETING_LIST_SOURCE_XFP' | 'REMARKETING_LIST_SOURCE_DFA' | 'REMARKETING_LIST_SOURCE_GA' | 'REMARKETING_LIST_SOURCE_YOUTUBE' | 'REMARKETING_LIST_SOURCE_DBM' | 'REMARKETING_LIST_SOURCE_GPLUS' | 'REMARKETING_LIST_SOURCE_DMP' | 'REMARKETING_LIST_SOURCE_PLAY_STORE' — Product from which this remarketing list was originated.
  - `description` string — Remarketing list description.
  - `accountId` string, int64 — Account ID of this remarketing list. This is a read-only, auto-generated field that is only returned in GET requests.
  - `lifeSpan` string, int64 — Number of days that a user should remain in the remarketing list without an impression. Acceptable values are 1 to 540, inclusive.
  - `name` string — Name of the remarketing list. This is a required field. Must be no greater than 128 characters long.
  - `subaccountId` string, int64 — Subaccount ID of this remarketing list. This is a read-only, auto-generated field that is only returned in GET requests.
  - `kind` string — Identifies what kind of resource this is. Value: the fixed string "dfareporting#remarketingList".
  - `advertiserId` string, int64 — Dimension value for the advertiser ID that owns this remarketing list. This is a required field.
  - `active` boolean — Whether this remarketing list is active.
  - `id` string, int64 — Remarketing list ID. This is a read-only, auto-generated field.
  - `listSize` string, int64 — Number of users currently in the list. This is a read-only field.
  - `listPopulationRule` ListPopulationRule — Remarketing List Population Rule.
    - `floodlightActivityId` string, int64 — Floodlight activity ID associated with this rule. This field can be left blank.
    - `floodlightActivityName` string — Name of floodlight activity associated with this rule. This is a read-only, auto-generated field.
    - `listPopulationClauses` ListPopulationClause[] — Clauses that make up this list population rule. Clauses are joined by ANDs, and the clauses themselves are made up of list population terms which are joined by ORs.
      - `terms` ListPopulationTerm[] — Terms of this list population clause. Each clause is made up of list population terms representing constraints and are joined by ORs.
        - `contains` boolean — Will be true if the term should check if the user is in the list and false if the term should check if the user is not in the list. This field is only relevant when type is set to LIST_MEMBERSHIP_TERM. False by default.
        - `remarketingListId` string, int64 — ID of the list in question. This field is only relevant when type is set to LIST_MEMBERSHIP_TERM.
        - `type` 'CUSTOM_VARIABLE_TERM' | 'LIST_MEMBERSHIP_TERM' | 'REFERRER_TERM' — List population term type determines the applicable fields in this object. If left unset or set to CUSTOM_VARIABLE_TERM, then variableName, variableFriendlyName, operator, value, and negation are applicable. If set to LIST_MEMBERSHIP_TERM then remarketingListId and contains are applicable. If set to REFERRER_TERM then operator, value, and negation are applicable.
        - `value` string — Literal to compare the variable to. This field is only relevant when type is left unset or set to CUSTOM_VARIABLE_TERM or REFERRER_TERM.
        - `variableName` string — Name of the variable (U1, U2, etc.) being compared in this term. This field is only relevant when type is set to null, CUSTOM_VARIABLE_TERM or REFERRER_TERM.
        - `negation` boolean — Whether to negate the comparison result of this term during rule evaluation. This field is only relevant when type is left unset or set to CUSTOM_VARIABLE_TERM or REFERRER_TERM.
        - `variableFriendlyName` string — Friendly name of this term's variable. This is a read-only, auto-generated field. This field is only relevant when type is left unset or set to CUSTOM_VARIABLE_TERM.
        - `operator` 'NUM_EQUALS' | 'NUM_LESS_THAN' | 'NUM_LESS_THAN_EQUAL' | 'NUM_GREATER_THAN' | 'NUM_GREATER_THAN_EQUAL' | 'STRING_EQUALS' | 'STRING_CONTAINS' — Comparison operator of this term. This field is only relevant when type is left unset or set to CUSTOM_VARIABLE_TERM or REFERRER_TERM.

## Response `200`

Successful response

---

[API](https://skmtc.dev/google/apis/dfareporting.md) · [All operations](https://skmtc.dev/google/apis/dfareporting/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/dfareporting/revisions/8163d57aeb31/schema)
