Google Analytics API . management . remarketingAudience

Instance Methods

close()

Close httplib2 connections.

delete(accountId, webPropertyId, remarketingAudienceId)

Delete a remarketing audience.

get(accountId, webPropertyId, remarketingAudienceId)

Gets a remarketing audience to which the user has access.

insert(accountId, webPropertyId, body=None)

Creates a new remarketing audience.

list(accountId, webPropertyId, max_results=None, start_index=None, type=None)

Lists remarketing audiences to which the user has access.

patch(accountId, webPropertyId, remarketingAudienceId, body=None)

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

update(accountId, webPropertyId, remarketingAudienceId, body=None)

Updates an existing remarketing audience.

Method Details

close()
Close httplib2 connections.
delete(accountId, webPropertyId, remarketingAudienceId)
Delete a remarketing audience.

Args:
  accountId: string, Account ID to which the remarketing audience belongs. (required)
  webPropertyId: string, Web property ID to which the remarketing audience belongs. (required)
  remarketingAudienceId: string, The ID of the remarketing audience to delete. (required)
get(accountId, webPropertyId, remarketingAudienceId)
Gets a remarketing audience to which the user has access.

Args:
  accountId: string, The account ID of the remarketing audience to retrieve. (required)
  webPropertyId: string, The web property ID of the remarketing audience to retrieve. (required)
  remarketingAudienceId: string, The ID of the remarketing audience to retrieve. (required)

Returns:
  An object of the form:

    { # JSON template for an Analytics remarketing audience.
  "accountId": "A String", # Account ID to which this remarketing audience belongs.
  "audienceDefinition": { # The simple audience definition that will cause a user to be added to an audience.
    "includeConditions": { # JSON template for an Analytics Remarketing Include Conditions. # Defines the conditions to include users to the audience.
      "daysToLookBack": 42, # The look-back window lets you specify a time frame for evaluating the behavior that qualifies users for your audience. For example, if your filters include users from Central Asia, and Transactions Greater than 2, and you set the look-back window to 14 days, then any user from Central Asia whose cumulative transactions exceed 2 during the last 14 days is added to the audience.
      "isSmartList": True or False, # Boolean indicating whether this segment is a smart list. https://support.google.com/analytics/answer/4628577
      "kind": "analytics#includeConditions", # Resource type for include conditions.
      "membershipDurationDays": 42, # Number of days (in the range 1 to 540) a user remains in the audience.
      "segment": "A String", # The segment condition that will cause a user to be added to an audience.
    },
  },
  "audienceType": "A String", # The type of audience, either SIMPLE or STATE_BASED.
  "created": "A String", # Time this remarketing audience was created.
  "description": "A String", # The description of this remarketing audience.
  "id": "A String", # Remarketing Audience ID.
  "internalWebPropertyId": "A String", # Internal ID for the web property to which this remarketing audience belongs.
  "kind": "analytics#remarketingAudience", # Collection type.
  "linkedAdAccounts": [ # The linked ad accounts associated with this remarketing audience. A remarketing audience can have only one linkedAdAccount currently.
    { # JSON template for an Analytics Remarketing Audience Foreign Link.
      "accountId": "A String", # Account ID to which this linked foreign account belongs.
      "eligibleForSearch": True or False, # Boolean indicating whether this is eligible for search.
      "id": "A String", # Entity ad account link ID.
      "internalWebPropertyId": "A String", # Internal ID for the web property to which this linked foreign account belongs.
      "kind": "analytics#linkedForeignAccount", # Resource type for linked foreign account.
      "linkedAccountId": "A String", # The foreign account ID. For example the an Google Ads `linkedAccountId` has the following format XXX-XXX-XXXX.
      "remarketingAudienceId": "A String", # Remarketing audience ID to which this linked foreign account belongs.
      "status": "A String", # The status of this foreign account link.
      "type": "A String", # The type of the foreign account. For example, `ADWORDS_LINKS`, `DBM_LINKS`, `MCC_LINKS` or `OPTIMIZE`.
      "webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY to which this linked foreign account belongs.
    },
  ],
  "linkedViews": [ # The views (profiles) that this remarketing audience is linked to.
    "A String",
  ],
  "name": "A String", # The name of this remarketing audience.
  "stateBasedAudienceDefinition": { # A state based audience definition that will cause a user to be added or removed from an audience.
    "excludeConditions": { # Defines the conditions to exclude users from the audience.
      "exclusionDuration": "A String", # Whether to make the exclusion TEMPORARY or PERMANENT.
      "segment": "A String", # The segment condition that will cause a user to be removed from an audience.
    },
    "includeConditions": { # JSON template for an Analytics Remarketing Include Conditions. # Defines the conditions to include users to the audience.
      "daysToLookBack": 42, # The look-back window lets you specify a time frame for evaluating the behavior that qualifies users for your audience. For example, if your filters include users from Central Asia, and Transactions Greater than 2, and you set the look-back window to 14 days, then any user from Central Asia whose cumulative transactions exceed 2 during the last 14 days is added to the audience.
      "isSmartList": True or False, # Boolean indicating whether this segment is a smart list. https://support.google.com/analytics/answer/4628577
      "kind": "analytics#includeConditions", # Resource type for include conditions.
      "membershipDurationDays": 42, # Number of days (in the range 1 to 540) a user remains in the audience.
      "segment": "A String", # The segment condition that will cause a user to be added to an audience.
    },
  },
  "updated": "A String", # Time this remarketing audience was last modified.
  "webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY to which this remarketing audience belongs.
}
insert(accountId, webPropertyId, body=None)
Creates a new remarketing audience.

Args:
  accountId: string, The account ID for which to create the remarketing audience. (required)
  webPropertyId: string, Web property ID for which to create the remarketing audience. (required)
  body: object, The request body.
    The object takes the form of:

{ # JSON template for an Analytics remarketing audience.
  "accountId": "A String", # Account ID to which this remarketing audience belongs.
  "audienceDefinition": { # The simple audience definition that will cause a user to be added to an audience.
    "includeConditions": { # JSON template for an Analytics Remarketing Include Conditions. # Defines the conditions to include users to the audience.
      "daysToLookBack": 42, # The look-back window lets you specify a time frame for evaluating the behavior that qualifies users for your audience. For example, if your filters include users from Central Asia, and Transactions Greater than 2, and you set the look-back window to 14 days, then any user from Central Asia whose cumulative transactions exceed 2 during the last 14 days is added to the audience.
      "isSmartList": True or False, # Boolean indicating whether this segment is a smart list. https://support.google.com/analytics/answer/4628577
      "kind": "analytics#includeConditions", # Resource type for include conditions.
      "membershipDurationDays": 42, # Number of days (in the range 1 to 540) a user remains in the audience.
      "segment": "A String", # The segment condition that will cause a user to be added to an audience.
    },
  },
  "audienceType": "A String", # The type of audience, either SIMPLE or STATE_BASED.
  "created": "A String", # Time this remarketing audience was created.
  "description": "A String", # The description of this remarketing audience.
  "id": "A String", # Remarketing Audience ID.
  "internalWebPropertyId": "A String", # Internal ID for the web property to which this remarketing audience belongs.
  "kind": "analytics#remarketingAudience", # Collection type.
  "linkedAdAccounts": [ # The linked ad accounts associated with this remarketing audience. A remarketing audience can have only one linkedAdAccount currently.
    { # JSON template for an Analytics Remarketing Audience Foreign Link.
      "accountId": "A String", # Account ID to which this linked foreign account belongs.
      "eligibleForSearch": True or False, # Boolean indicating whether this is eligible for search.
      "id": "A String", # Entity ad account link ID.
      "internalWebPropertyId": "A String", # Internal ID for the web property to which this linked foreign account belongs.
      "kind": "analytics#linkedForeignAccount", # Resource type for linked foreign account.
      "linkedAccountId": "A String", # The foreign account ID. For example the an Google Ads `linkedAccountId` has the following format XXX-XXX-XXXX.
      "remarketingAudienceId": "A String", # Remarketing audience ID to which this linked foreign account belongs.
      "status": "A String", # The status of this foreign account link.
      "type": "A String", # The type of the foreign account. For example, `ADWORDS_LINKS`, `DBM_LINKS`, `MCC_LINKS` or `OPTIMIZE`.
      "webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY to which this linked foreign account belongs.
    },
  ],
  "linkedViews": [ # The views (profiles) that this remarketing audience is linked to.
    "A String",
  ],
  "name": "A String", # The name of this remarketing audience.
  "stateBasedAudienceDefinition": { # A state based audience definition that will cause a user to be added or removed from an audience.
    "excludeConditions": { # Defines the conditions to exclude users from the audience.
      "exclusionDuration": "A String", # Whether to make the exclusion TEMPORARY or PERMANENT.
      "segment": "A String", # The segment condition that will cause a user to be removed from an audience.
    },
    "includeConditions": { # JSON template for an Analytics Remarketing Include Conditions. # Defines the conditions to include users to the audience.
      "daysToLookBack": 42, # The look-back window lets you specify a time frame for evaluating the behavior that qualifies users for your audience. For example, if your filters include users from Central Asia, and Transactions Greater than 2, and you set the look-back window to 14 days, then any user from Central Asia whose cumulative transactions exceed 2 during the last 14 days is added to the audience.
      "isSmartList": True or False, # Boolean indicating whether this segment is a smart list. https://support.google.com/analytics/answer/4628577
      "kind": "analytics#includeConditions", # Resource type for include conditions.
      "membershipDurationDays": 42, # Number of days (in the range 1 to 540) a user remains in the audience.
      "segment": "A String", # The segment condition that will cause a user to be added to an audience.
    },
  },
  "updated": "A String", # Time this remarketing audience was last modified.
  "webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY to which this remarketing audience belongs.
}


Returns:
  An object of the form:

    { # JSON template for an Analytics remarketing audience.
  "accountId": "A String", # Account ID to which this remarketing audience belongs.
  "audienceDefinition": { # The simple audience definition that will cause a user to be added to an audience.
    "includeConditions": { # JSON template for an Analytics Remarketing Include Conditions. # Defines the conditions to include users to the audience.
      "daysToLookBack": 42, # The look-back window lets you specify a time frame for evaluating the behavior that qualifies users for your audience. For example, if your filters include users from Central Asia, and Transactions Greater than 2, and you set the look-back window to 14 days, then any user from Central Asia whose cumulative transactions exceed 2 during the last 14 days is added to the audience.
      "isSmartList": True or False, # Boolean indicating whether this segment is a smart list. https://support.google.com/analytics/answer/4628577
      "kind": "analytics#includeConditions", # Resource type for include conditions.
      "membershipDurationDays": 42, # Number of days (in the range 1 to 540) a user remains in the audience.
      "segment": "A String", # The segment condition that will cause a user to be added to an audience.
    },
  },
  "audienceType": "A String", # The type of audience, either SIMPLE or STATE_BASED.
  "created": "A String", # Time this remarketing audience was created.
  "description": "A String", # The description of this remarketing audience.
  "id": "A String", # Remarketing Audience ID.
  "internalWebPropertyId": "A String", # Internal ID for the web property to which this remarketing audience belongs.
  "kind": "analytics#remarketingAudience", # Collection type.
  "linkedAdAccounts": [ # The linked ad accounts associated with this remarketing audience. A remarketing audience can have only one linkedAdAccount currently.
    { # JSON template for an Analytics Remarketing Audience Foreign Link.
      "accountId": "A String", # Account ID to which this linked foreign account belongs.
      "eligibleForSearch": True or False, # Boolean indicating whether this is eligible for search.
      "id": "A String", # Entity ad account link ID.
      "internalWebPropertyId": "A String", # Internal ID for the web property to which this linked foreign account belongs.
      "kind": "analytics#linkedForeignAccount", # Resource type for linked foreign account.
      "linkedAccountId": "A String", # The foreign account ID. For example the an Google Ads `linkedAccountId` has the following format XXX-XXX-XXXX.
      "remarketingAudienceId": "A String", # Remarketing audience ID to which this linked foreign account belongs.
      "status": "A String", # The status of this foreign account link.
      "type": "A String", # The type of the foreign account. For example, `ADWORDS_LINKS`, `DBM_LINKS`, `MCC_LINKS` or `OPTIMIZE`.
      "webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY to which this linked foreign account belongs.
    },
  ],
  "linkedViews": [ # The views (profiles) that this remarketing audience is linked to.
    "A String",
  ],
  "name": "A String", # The name of this remarketing audience.
  "stateBasedAudienceDefinition": { # A state based audience definition that will cause a user to be added or removed from an audience.
    "excludeConditions": { # Defines the conditions to exclude users from the audience.
      "exclusionDuration": "A String", # Whether to make the exclusion TEMPORARY or PERMANENT.
      "segment": "A String", # The segment condition that will cause a user to be removed from an audience.
    },
    "includeConditions": { # JSON template for an Analytics Remarketing Include Conditions. # Defines the conditions to include users to the audience.
      "daysToLookBack": 42, # The look-back window lets you specify a time frame for evaluating the behavior that qualifies users for your audience. For example, if your filters include users from Central Asia, and Transactions Greater than 2, and you set the look-back window to 14 days, then any user from Central Asia whose cumulative transactions exceed 2 during the last 14 days is added to the audience.
      "isSmartList": True or False, # Boolean indicating whether this segment is a smart list. https://support.google.com/analytics/answer/4628577
      "kind": "analytics#includeConditions", # Resource type for include conditions.
      "membershipDurationDays": 42, # Number of days (in the range 1 to 540) a user remains in the audience.
      "segment": "A String", # The segment condition that will cause a user to be added to an audience.
    },
  },
  "updated": "A String", # Time this remarketing audience was last modified.
  "webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY to which this remarketing audience belongs.
}
list(accountId, webPropertyId, max_results=None, start_index=None, type=None)
Lists remarketing audiences to which the user has access.

Args:
  accountId: string, The account ID of the remarketing audiences to retrieve. (required)
  webPropertyId: string, The web property ID of the remarketing audiences to retrieve. (required)
  max_results: integer, The maximum number of remarketing audiences to include in this response.
  start_index: integer, An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.
  type: string, A parameter

Returns:
  An object of the form:

    { # A remarketing audience collection lists Analytics remarketing audiences to which the user has access. Each resource in the collection corresponds to a single Analytics remarketing audience.
  "items": [ # A list of remarketing audiences.
    { # JSON template for an Analytics remarketing audience.
      "accountId": "A String", # Account ID to which this remarketing audience belongs.
      "audienceDefinition": { # The simple audience definition that will cause a user to be added to an audience.
        "includeConditions": { # JSON template for an Analytics Remarketing Include Conditions. # Defines the conditions to include users to the audience.
          "daysToLookBack": 42, # The look-back window lets you specify a time frame for evaluating the behavior that qualifies users for your audience. For example, if your filters include users from Central Asia, and Transactions Greater than 2, and you set the look-back window to 14 days, then any user from Central Asia whose cumulative transactions exceed 2 during the last 14 days is added to the audience.
          "isSmartList": True or False, # Boolean indicating whether this segment is a smart list. https://support.google.com/analytics/answer/4628577
          "kind": "analytics#includeConditions", # Resource type for include conditions.
          "membershipDurationDays": 42, # Number of days (in the range 1 to 540) a user remains in the audience.
          "segment": "A String", # The segment condition that will cause a user to be added to an audience.
        },
      },
      "audienceType": "A String", # The type of audience, either SIMPLE or STATE_BASED.
      "created": "A String", # Time this remarketing audience was created.
      "description": "A String", # The description of this remarketing audience.
      "id": "A String", # Remarketing Audience ID.
      "internalWebPropertyId": "A String", # Internal ID for the web property to which this remarketing audience belongs.
      "kind": "analytics#remarketingAudience", # Collection type.
      "linkedAdAccounts": [ # The linked ad accounts associated with this remarketing audience. A remarketing audience can have only one linkedAdAccount currently.
        { # JSON template for an Analytics Remarketing Audience Foreign Link.
          "accountId": "A String", # Account ID to which this linked foreign account belongs.
          "eligibleForSearch": True or False, # Boolean indicating whether this is eligible for search.
          "id": "A String", # Entity ad account link ID.
          "internalWebPropertyId": "A String", # Internal ID for the web property to which this linked foreign account belongs.
          "kind": "analytics#linkedForeignAccount", # Resource type for linked foreign account.
          "linkedAccountId": "A String", # The foreign account ID. For example the an Google Ads `linkedAccountId` has the following format XXX-XXX-XXXX.
          "remarketingAudienceId": "A String", # Remarketing audience ID to which this linked foreign account belongs.
          "status": "A String", # The status of this foreign account link.
          "type": "A String", # The type of the foreign account. For example, `ADWORDS_LINKS`, `DBM_LINKS`, `MCC_LINKS` or `OPTIMIZE`.
          "webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY to which this linked foreign account belongs.
        },
      ],
      "linkedViews": [ # The views (profiles) that this remarketing audience is linked to.
        "A String",
      ],
      "name": "A String", # The name of this remarketing audience.
      "stateBasedAudienceDefinition": { # A state based audience definition that will cause a user to be added or removed from an audience.
        "excludeConditions": { # Defines the conditions to exclude users from the audience.
          "exclusionDuration": "A String", # Whether to make the exclusion TEMPORARY or PERMANENT.
          "segment": "A String", # The segment condition that will cause a user to be removed from an audience.
        },
        "includeConditions": { # JSON template for an Analytics Remarketing Include Conditions. # Defines the conditions to include users to the audience.
          "daysToLookBack": 42, # The look-back window lets you specify a time frame for evaluating the behavior that qualifies users for your audience. For example, if your filters include users from Central Asia, and Transactions Greater than 2, and you set the look-back window to 14 days, then any user from Central Asia whose cumulative transactions exceed 2 during the last 14 days is added to the audience.
          "isSmartList": True or False, # Boolean indicating whether this segment is a smart list. https://support.google.com/analytics/answer/4628577
          "kind": "analytics#includeConditions", # Resource type for include conditions.
          "membershipDurationDays": 42, # Number of days (in the range 1 to 540) a user remains in the audience.
          "segment": "A String", # The segment condition that will cause a user to be added to an audience.
        },
      },
      "updated": "A String", # Time this remarketing audience was last modified.
      "webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY to which this remarketing audience belongs.
    },
  ],
  "itemsPerPage": 42, # The maximum number of resources the response can contain, regardless of the actual number of resources returned. Its value ranges from 1 to 1000 with a value of 1000 by default, or otherwise specified by the max-results query parameter.
  "kind": "analytics#remarketingAudiences", # Collection type.
  "nextLink": "A String", # Link to next page for this remarketing audience collection.
  "previousLink": "A String", # Link to previous page for this view (profile) collection.
  "startIndex": 42, # The starting index of the resources, which is 1 by default or otherwise specified by the start-index query parameter.
  "totalResults": 42, # The total number of results for the query, regardless of the number of results in the response.
  "username": "A String", # Email ID of the authenticated user
}
patch(accountId, webPropertyId, remarketingAudienceId, body=None)
Updates an existing remarketing audience. This method supports patch semantics.

Args:
  accountId: string, The account ID of the remarketing audience to update. (required)
  webPropertyId: string, The web property ID of the remarketing audience to update. (required)
  remarketingAudienceId: string, The ID of the remarketing audience to update. (required)
  body: object, The request body.
    The object takes the form of:

{ # JSON template for an Analytics remarketing audience.
  "accountId": "A String", # Account ID to which this remarketing audience belongs.
  "audienceDefinition": { # The simple audience definition that will cause a user to be added to an audience.
    "includeConditions": { # JSON template for an Analytics Remarketing Include Conditions. # Defines the conditions to include users to the audience.
      "daysToLookBack": 42, # The look-back window lets you specify a time frame for evaluating the behavior that qualifies users for your audience. For example, if your filters include users from Central Asia, and Transactions Greater than 2, and you set the look-back window to 14 days, then any user from Central Asia whose cumulative transactions exceed 2 during the last 14 days is added to the audience.
      "isSmartList": True or False, # Boolean indicating whether this segment is a smart list. https://support.google.com/analytics/answer/4628577
      "kind": "analytics#includeConditions", # Resource type for include conditions.
      "membershipDurationDays": 42, # Number of days (in the range 1 to 540) a user remains in the audience.
      "segment": "A String", # The segment condition that will cause a user to be added to an audience.
    },
  },
  "audienceType": "A String", # The type of audience, either SIMPLE or STATE_BASED.
  "created": "A String", # Time this remarketing audience was created.
  "description": "A String", # The description of this remarketing audience.
  "id": "A String", # Remarketing Audience ID.
  "internalWebPropertyId": "A String", # Internal ID for the web property to which this remarketing audience belongs.
  "kind": "analytics#remarketingAudience", # Collection type.
  "linkedAdAccounts": [ # The linked ad accounts associated with this remarketing audience. A remarketing audience can have only one linkedAdAccount currently.
    { # JSON template for an Analytics Remarketing Audience Foreign Link.
      "accountId": "A String", # Account ID to which this linked foreign account belongs.
      "eligibleForSearch": True or False, # Boolean indicating whether this is eligible for search.
      "id": "A String", # Entity ad account link ID.
      "internalWebPropertyId": "A String", # Internal ID for the web property to which this linked foreign account belongs.
      "kind": "analytics#linkedForeignAccount", # Resource type for linked foreign account.
      "linkedAccountId": "A String", # The foreign account ID. For example the an Google Ads `linkedAccountId` has the following format XXX-XXX-XXXX.
      "remarketingAudienceId": "A String", # Remarketing audience ID to which this linked foreign account belongs.
      "status": "A String", # The status of this foreign account link.
      "type": "A String", # The type of the foreign account. For example, `ADWORDS_LINKS`, `DBM_LINKS`, `MCC_LINKS` or `OPTIMIZE`.
      "webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY to which this linked foreign account belongs.
    },
  ],
  "linkedViews": [ # The views (profiles) that this remarketing audience is linked to.
    "A String",
  ],
  "name": "A String", # The name of this remarketing audience.
  "stateBasedAudienceDefinition": { # A state based audience definition that will cause a user to be added or removed from an audience.
    "excludeConditions": { # Defines the conditions to exclude users from the audience.
      "exclusionDuration": "A String", # Whether to make the exclusion TEMPORARY or PERMANENT.
      "segment": "A String", # The segment condition that will cause a user to be removed from an audience.
    },
    "includeConditions": { # JSON template for an Analytics Remarketing Include Conditions. # Defines the conditions to include users to the audience.
      "daysToLookBack": 42, # The look-back window lets you specify a time frame for evaluating the behavior that qualifies users for your audience. For example, if your filters include users from Central Asia, and Transactions Greater than 2, and you set the look-back window to 14 days, then any user from Central Asia whose cumulative transactions exceed 2 during the last 14 days is added to the audience.
      "isSmartList": True or False, # Boolean indicating whether this segment is a smart list. https://support.google.com/analytics/answer/4628577
      "kind": "analytics#includeConditions", # Resource type for include conditions.
      "membershipDurationDays": 42, # Number of days (in the range 1 to 540) a user remains in the audience.
      "segment": "A String", # The segment condition that will cause a user to be added to an audience.
    },
  },
  "updated": "A String", # Time this remarketing audience was last modified.
  "webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY to which this remarketing audience belongs.
}


Returns:
  An object of the form:

    { # JSON template for an Analytics remarketing audience.
  "accountId": "A String", # Account ID to which this remarketing audience belongs.
  "audienceDefinition": { # The simple audience definition that will cause a user to be added to an audience.
    "includeConditions": { # JSON template for an Analytics Remarketing Include Conditions. # Defines the conditions to include users to the audience.
      "daysToLookBack": 42, # The look-back window lets you specify a time frame for evaluating the behavior that qualifies users for your audience. For example, if your filters include users from Central Asia, and Transactions Greater than 2, and you set the look-back window to 14 days, then any user from Central Asia whose cumulative transactions exceed 2 during the last 14 days is added to the audience.
      "isSmartList": True or False, # Boolean indicating whether this segment is a smart list. https://support.google.com/analytics/answer/4628577
      "kind": "analytics#includeConditions", # Resource type for include conditions.
      "membershipDurationDays": 42, # Number of days (in the range 1 to 540) a user remains in the audience.
      "segment": "A String", # The segment condition that will cause a user to be added to an audience.
    },
  },
  "audienceType": "A String", # The type of audience, either SIMPLE or STATE_BASED.
  "created": "A String", # Time this remarketing audience was created.
  "description": "A String", # The description of this remarketing audience.
  "id": "A String", # Remarketing Audience ID.
  "internalWebPropertyId": "A String", # Internal ID for the web property to which this remarketing audience belongs.
  "kind": "analytics#remarketingAudience", # Collection type.
  "linkedAdAccounts": [ # The linked ad accounts associated with this remarketing audience. A remarketing audience can have only one linkedAdAccount currently.
    { # JSON template for an Analytics Remarketing Audience Foreign Link.
      "accountId": "A String", # Account ID to which this linked foreign account belongs.
      "eligibleForSearch": True or False, # Boolean indicating whether this is eligible for search.
      "id": "A String", # Entity ad account link ID.
      "internalWebPropertyId": "A String", # Internal ID for the web property to which this linked foreign account belongs.
      "kind": "analytics#linkedForeignAccount", # Resource type for linked foreign account.
      "linkedAccountId": "A String", # The foreign account ID. For example the an Google Ads `linkedAccountId` has the following format XXX-XXX-XXXX.
      "remarketingAudienceId": "A String", # Remarketing audience ID to which this linked foreign account belongs.
      "status": "A String", # The status of this foreign account link.
      "type": "A String", # The type of the foreign account. For example, `ADWORDS_LINKS`, `DBM_LINKS`, `MCC_LINKS` or `OPTIMIZE`.
      "webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY to which this linked foreign account belongs.
    },
  ],
  "linkedViews": [ # The views (profiles) that this remarketing audience is linked to.
    "A String",
  ],
  "name": "A String", # The name of this remarketing audience.
  "stateBasedAudienceDefinition": { # A state based audience definition that will cause a user to be added or removed from an audience.
    "excludeConditions": { # Defines the conditions to exclude users from the audience.
      "exclusionDuration": "A String", # Whether to make the exclusion TEMPORARY or PERMANENT.
      "segment": "A String", # The segment condition that will cause a user to be removed from an audience.
    },
    "includeConditions": { # JSON template for an Analytics Remarketing Include Conditions. # Defines the conditions to include users to the audience.
      "daysToLookBack": 42, # The look-back window lets you specify a time frame for evaluating the behavior that qualifies users for your audience. For example, if your filters include users from Central Asia, and Transactions Greater than 2, and you set the look-back window to 14 days, then any user from Central Asia whose cumulative transactions exceed 2 during the last 14 days is added to the audience.
      "isSmartList": True or False, # Boolean indicating whether this segment is a smart list. https://support.google.com/analytics/answer/4628577
      "kind": "analytics#includeConditions", # Resource type for include conditions.
      "membershipDurationDays": 42, # Number of days (in the range 1 to 540) a user remains in the audience.
      "segment": "A String", # The segment condition that will cause a user to be added to an audience.
    },
  },
  "updated": "A String", # Time this remarketing audience was last modified.
  "webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY to which this remarketing audience belongs.
}
update(accountId, webPropertyId, remarketingAudienceId, body=None)
Updates an existing remarketing audience.

Args:
  accountId: string, The account ID of the remarketing audience to update. (required)
  webPropertyId: string, The web property ID of the remarketing audience to update. (required)
  remarketingAudienceId: string, The ID of the remarketing audience to update. (required)
  body: object, The request body.
    The object takes the form of:

{ # JSON template for an Analytics remarketing audience.
  "accountId": "A String", # Account ID to which this remarketing audience belongs.
  "audienceDefinition": { # The simple audience definition that will cause a user to be added to an audience.
    "includeConditions": { # JSON template for an Analytics Remarketing Include Conditions. # Defines the conditions to include users to the audience.
      "daysToLookBack": 42, # The look-back window lets you specify a time frame for evaluating the behavior that qualifies users for your audience. For example, if your filters include users from Central Asia, and Transactions Greater than 2, and you set the look-back window to 14 days, then any user from Central Asia whose cumulative transactions exceed 2 during the last 14 days is added to the audience.
      "isSmartList": True or False, # Boolean indicating whether this segment is a smart list. https://support.google.com/analytics/answer/4628577
      "kind": "analytics#includeConditions", # Resource type for include conditions.
      "membershipDurationDays": 42, # Number of days (in the range 1 to 540) a user remains in the audience.
      "segment": "A String", # The segment condition that will cause a user to be added to an audience.
    },
  },
  "audienceType": "A String", # The type of audience, either SIMPLE or STATE_BASED.
  "created": "A String", # Time this remarketing audience was created.
  "description": "A String", # The description of this remarketing audience.
  "id": "A String", # Remarketing Audience ID.
  "internalWebPropertyId": "A String", # Internal ID for the web property to which this remarketing audience belongs.
  "kind": "analytics#remarketingAudience", # Collection type.
  "linkedAdAccounts": [ # The linked ad accounts associated with this remarketing audience. A remarketing audience can have only one linkedAdAccount currently.
    { # JSON template for an Analytics Remarketing Audience Foreign Link.
      "accountId": "A String", # Account ID to which this linked foreign account belongs.
      "eligibleForSearch": True or False, # Boolean indicating whether this is eligible for search.
      "id": "A String", # Entity ad account link ID.
      "internalWebPropertyId": "A String", # Internal ID for the web property to which this linked foreign account belongs.
      "kind": "analytics#linkedForeignAccount", # Resource type for linked foreign account.
      "linkedAccountId": "A String", # The foreign account ID. For example the an Google Ads `linkedAccountId` has the following format XXX-XXX-XXXX.
      "remarketingAudienceId": "A String", # Remarketing audience ID to which this linked foreign account belongs.
      "status": "A String", # The status of this foreign account link.
      "type": "A String", # The type of the foreign account. For example, `ADWORDS_LINKS`, `DBM_LINKS`, `MCC_LINKS` or `OPTIMIZE`.
      "webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY to which this linked foreign account belongs.
    },
  ],
  "linkedViews": [ # The views (profiles) that this remarketing audience is linked to.
    "A String",
  ],
  "name": "A String", # The name of this remarketing audience.
  "stateBasedAudienceDefinition": { # A state based audience definition that will cause a user to be added or removed from an audience.
    "excludeConditions": { # Defines the conditions to exclude users from the audience.
      "exclusionDuration": "A String", # Whether to make the exclusion TEMPORARY or PERMANENT.
      "segment": "A String", # The segment condition that will cause a user to be removed from an audience.
    },
    "includeConditions": { # JSON template for an Analytics Remarketing Include Conditions. # Defines the conditions to include users to the audience.
      "daysToLookBack": 42, # The look-back window lets you specify a time frame for evaluating the behavior that qualifies users for your audience. For example, if your filters include users from Central Asia, and Transactions Greater than 2, and you set the look-back window to 14 days, then any user from Central Asia whose cumulative transactions exceed 2 during the last 14 days is added to the audience.
      "isSmartList": True or False, # Boolean indicating whether this segment is a smart list. https://support.google.com/analytics/answer/4628577
      "kind": "analytics#includeConditions", # Resource type for include conditions.
      "membershipDurationDays": 42, # Number of days (in the range 1 to 540) a user remains in the audience.
      "segment": "A String", # The segment condition that will cause a user to be added to an audience.
    },
  },
  "updated": "A String", # Time this remarketing audience was last modified.
  "webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY to which this remarketing audience belongs.
}


Returns:
  An object of the form:

    { # JSON template for an Analytics remarketing audience.
  "accountId": "A String", # Account ID to which this remarketing audience belongs.
  "audienceDefinition": { # The simple audience definition that will cause a user to be added to an audience.
    "includeConditions": { # JSON template for an Analytics Remarketing Include Conditions. # Defines the conditions to include users to the audience.
      "daysToLookBack": 42, # The look-back window lets you specify a time frame for evaluating the behavior that qualifies users for your audience. For example, if your filters include users from Central Asia, and Transactions Greater than 2, and you set the look-back window to 14 days, then any user from Central Asia whose cumulative transactions exceed 2 during the last 14 days is added to the audience.
      "isSmartList": True or False, # Boolean indicating whether this segment is a smart list. https://support.google.com/analytics/answer/4628577
      "kind": "analytics#includeConditions", # Resource type for include conditions.
      "membershipDurationDays": 42, # Number of days (in the range 1 to 540) a user remains in the audience.
      "segment": "A String", # The segment condition that will cause a user to be added to an audience.
    },
  },
  "audienceType": "A String", # The type of audience, either SIMPLE or STATE_BASED.
  "created": "A String", # Time this remarketing audience was created.
  "description": "A String", # The description of this remarketing audience.
  "id": "A String", # Remarketing Audience ID.
  "internalWebPropertyId": "A String", # Internal ID for the web property to which this remarketing audience belongs.
  "kind": "analytics#remarketingAudience", # Collection type.
  "linkedAdAccounts": [ # The linked ad accounts associated with this remarketing audience. A remarketing audience can have only one linkedAdAccount currently.
    { # JSON template for an Analytics Remarketing Audience Foreign Link.
      "accountId": "A String", # Account ID to which this linked foreign account belongs.
      "eligibleForSearch": True or False, # Boolean indicating whether this is eligible for search.
      "id": "A String", # Entity ad account link ID.
      "internalWebPropertyId": "A String", # Internal ID for the web property to which this linked foreign account belongs.
      "kind": "analytics#linkedForeignAccount", # Resource type for linked foreign account.
      "linkedAccountId": "A String", # The foreign account ID. For example the an Google Ads `linkedAccountId` has the following format XXX-XXX-XXXX.
      "remarketingAudienceId": "A String", # Remarketing audience ID to which this linked foreign account belongs.
      "status": "A String", # The status of this foreign account link.
      "type": "A String", # The type of the foreign account. For example, `ADWORDS_LINKS`, `DBM_LINKS`, `MCC_LINKS` or `OPTIMIZE`.
      "webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY to which this linked foreign account belongs.
    },
  ],
  "linkedViews": [ # The views (profiles) that this remarketing audience is linked to.
    "A String",
  ],
  "name": "A String", # The name of this remarketing audience.
  "stateBasedAudienceDefinition": { # A state based audience definition that will cause a user to be added or removed from an audience.
    "excludeConditions": { # Defines the conditions to exclude users from the audience.
      "exclusionDuration": "A String", # Whether to make the exclusion TEMPORARY or PERMANENT.
      "segment": "A String", # The segment condition that will cause a user to be removed from an audience.
    },
    "includeConditions": { # JSON template for an Analytics Remarketing Include Conditions. # Defines the conditions to include users to the audience.
      "daysToLookBack": 42, # The look-back window lets you specify a time frame for evaluating the behavior that qualifies users for your audience. For example, if your filters include users from Central Asia, and Transactions Greater than 2, and you set the look-back window to 14 days, then any user from Central Asia whose cumulative transactions exceed 2 during the last 14 days is added to the audience.
      "isSmartList": True or False, # Boolean indicating whether this segment is a smart list. https://support.google.com/analytics/answer/4628577
      "kind": "analytics#includeConditions", # Resource type for include conditions.
      "membershipDurationDays": 42, # Number of days (in the range 1 to 540) a user remains in the audience.
      "segment": "A String", # The segment condition that will cause a user to be added to an audience.
    },
  },
  "updated": "A String", # Time this remarketing audience was last modified.
  "webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY to which this remarketing audience belongs.
}