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, start_index=None, max_results=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.
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.
"linkedViews": [ # The views (profiles) that this remarketing audience is linked to.
"A String",
],
"accountId": "A String", # Account ID to which this remarketing audience belongs.
"description": "A String", # The description of this remarketing audience.
"internalWebPropertyId": "A String", # Internal ID for the web property to which this remarketing audience belongs.
"updated": "A String", # Time this remarketing audience was last modified.
"stateBasedAudienceDefinition": { # A state based audience definition that will cause a user to be added or removed from an audience.
"includeConditions": { # JSON template for an Analytics Remarketing Include Conditions. # Defines the conditions to include users to the audience.
"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.
"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.
"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.
},
"excludeConditions": { # Defines the conditions to exclude users from the audience.
"segment": "A String", # The segment condition that will cause a user to be removed from an audience.
"exclusionDuration": "A String", # Whether to make the exclusion TEMPORARY or PERMANENT.
},
},
"name": "A String", # The name of this remarketing audience.
"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.
"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.
"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.
"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.
},
},
"kind": "analytics#remarketingAudience", # Collection type.
"webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY to which this remarketing audience belongs.
"created": "A String", # Time this remarketing audience was created.
"id": "A String", # Remarketing Audience ID.
"audienceType": "A String", # The type of audience, either SIMPLE or STATE_BASED.
"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.
"eligibleForSearch": True or False, # Boolean indicating whether this is eligible for search.
"type": "A String", # The type of the foreign account. For example, `ADWORDS_LINKS`, `DBM_LINKS`, `MCC_LINKS` or `OPTIMIZE`.
"status": "A String", # The status of this foreign account link.
"id": "A String", # Entity ad account link ID.
"linkedAccountId": "A String", # The foreign account ID. For example the an Google Ads `linkedAccountId` has the following format XXX-XXX-XXXX.
"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.
"remarketingAudienceId": "A String", # Remarketing audience ID to which this linked foreign account belongs.
"accountId": "A String", # Account ID to which this linked foreign account belongs.
"webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY to which this linked foreign account 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.
"linkedViews": [ # The views (profiles) that this remarketing audience is linked to.
"A String",
],
"accountId": "A String", # Account ID to which this remarketing audience belongs.
"description": "A String", # The description of this remarketing audience.
"internalWebPropertyId": "A String", # Internal ID for the web property to which this remarketing audience belongs.
"updated": "A String", # Time this remarketing audience was last modified.
"stateBasedAudienceDefinition": { # A state based audience definition that will cause a user to be added or removed from an audience.
"includeConditions": { # JSON template for an Analytics Remarketing Include Conditions. # Defines the conditions to include users to the audience.
"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.
"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.
"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.
},
"excludeConditions": { # Defines the conditions to exclude users from the audience.
"segment": "A String", # The segment condition that will cause a user to be removed from an audience.
"exclusionDuration": "A String", # Whether to make the exclusion TEMPORARY or PERMANENT.
},
},
"name": "A String", # The name of this remarketing audience.
"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.
"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.
"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.
"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.
},
},
"kind": "analytics#remarketingAudience", # Collection type.
"webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY to which this remarketing audience belongs.
"created": "A String", # Time this remarketing audience was created.
"id": "A String", # Remarketing Audience ID.
"audienceType": "A String", # The type of audience, either SIMPLE or STATE_BASED.
"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.
"eligibleForSearch": True or False, # Boolean indicating whether this is eligible for search.
"type": "A String", # The type of the foreign account. For example, `ADWORDS_LINKS`, `DBM_LINKS`, `MCC_LINKS` or `OPTIMIZE`.
"status": "A String", # The status of this foreign account link.
"id": "A String", # Entity ad account link ID.
"linkedAccountId": "A String", # The foreign account ID. For example the an Google Ads `linkedAccountId` has the following format XXX-XXX-XXXX.
"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.
"remarketingAudienceId": "A String", # Remarketing audience ID to which this linked foreign account belongs.
"accountId": "A String", # Account ID to which this linked foreign account belongs.
"webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY to which this linked foreign account belongs.
},
],
}
Returns:
An object of the form:
{ # JSON template for an Analytics remarketing audience.
"linkedViews": [ # The views (profiles) that this remarketing audience is linked to.
"A String",
],
"accountId": "A String", # Account ID to which this remarketing audience belongs.
"description": "A String", # The description of this remarketing audience.
"internalWebPropertyId": "A String", # Internal ID for the web property to which this remarketing audience belongs.
"updated": "A String", # Time this remarketing audience was last modified.
"stateBasedAudienceDefinition": { # A state based audience definition that will cause a user to be added or removed from an audience.
"includeConditions": { # JSON template for an Analytics Remarketing Include Conditions. # Defines the conditions to include users to the audience.
"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.
"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.
"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.
},
"excludeConditions": { # Defines the conditions to exclude users from the audience.
"segment": "A String", # The segment condition that will cause a user to be removed from an audience.
"exclusionDuration": "A String", # Whether to make the exclusion TEMPORARY or PERMANENT.
},
},
"name": "A String", # The name of this remarketing audience.
"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.
"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.
"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.
"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.
},
},
"kind": "analytics#remarketingAudience", # Collection type.
"webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY to which this remarketing audience belongs.
"created": "A String", # Time this remarketing audience was created.
"id": "A String", # Remarketing Audience ID.
"audienceType": "A String", # The type of audience, either SIMPLE or STATE_BASED.
"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.
"eligibleForSearch": True or False, # Boolean indicating whether this is eligible for search.
"type": "A String", # The type of the foreign account. For example, `ADWORDS_LINKS`, `DBM_LINKS`, `MCC_LINKS` or `OPTIMIZE`.
"status": "A String", # The status of this foreign account link.
"id": "A String", # Entity ad account link ID.
"linkedAccountId": "A String", # The foreign account ID. For example the an Google Ads `linkedAccountId` has the following format XXX-XXX-XXXX.
"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.
"remarketingAudienceId": "A String", # Remarketing audience ID to which this linked foreign account belongs.
"accountId": "A String", # Account ID to which this linked foreign account belongs.
"webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY to which this linked foreign account belongs.
},
],
}
list(accountId, webPropertyId, start_index=None, max_results=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)
start_index: integer, An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.
max_results: integer, The maximum number of remarketing audiences to include in this response.
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.
"nextLink": "A String", # Link to next page for this remarketing audience collection.
"items": [ # A list of remarketing audiences.
{ # JSON template for an Analytics remarketing audience.
"linkedViews": [ # The views (profiles) that this remarketing audience is linked to.
"A String",
],
"accountId": "A String", # Account ID to which this remarketing audience belongs.
"description": "A String", # The description of this remarketing audience.
"internalWebPropertyId": "A String", # Internal ID for the web property to which this remarketing audience belongs.
"updated": "A String", # Time this remarketing audience was last modified.
"stateBasedAudienceDefinition": { # A state based audience definition that will cause a user to be added or removed from an audience.
"includeConditions": { # JSON template for an Analytics Remarketing Include Conditions. # Defines the conditions to include users to the audience.
"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.
"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.
"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.
},
"excludeConditions": { # Defines the conditions to exclude users from the audience.
"segment": "A String", # The segment condition that will cause a user to be removed from an audience.
"exclusionDuration": "A String", # Whether to make the exclusion TEMPORARY or PERMANENT.
},
},
"name": "A String", # The name of this remarketing audience.
"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.
"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.
"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.
"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.
},
},
"kind": "analytics#remarketingAudience", # Collection type.
"webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY to which this remarketing audience belongs.
"created": "A String", # Time this remarketing audience was created.
"id": "A String", # Remarketing Audience ID.
"audienceType": "A String", # The type of audience, either SIMPLE or STATE_BASED.
"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.
"eligibleForSearch": True or False, # Boolean indicating whether this is eligible for search.
"type": "A String", # The type of the foreign account. For example, `ADWORDS_LINKS`, `DBM_LINKS`, `MCC_LINKS` or `OPTIMIZE`.
"status": "A String", # The status of this foreign account link.
"id": "A String", # Entity ad account link ID.
"linkedAccountId": "A String", # The foreign account ID. For example the an Google Ads `linkedAccountId` has the following format XXX-XXX-XXXX.
"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.
"remarketingAudienceId": "A String", # Remarketing audience ID to which this linked foreign account belongs.
"accountId": "A String", # Account ID to which this linked foreign account belongs.
"webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY to which this linked foreign account belongs.
},
],
},
],
"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.
"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.
"username": "A String", # Email ID of the authenticated user
"totalResults": 42, # The total number of results for the query, regardless of the number of results in the response.
}
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.
"linkedViews": [ # The views (profiles) that this remarketing audience is linked to.
"A String",
],
"accountId": "A String", # Account ID to which this remarketing audience belongs.
"description": "A String", # The description of this remarketing audience.
"internalWebPropertyId": "A String", # Internal ID for the web property to which this remarketing audience belongs.
"updated": "A String", # Time this remarketing audience was last modified.
"stateBasedAudienceDefinition": { # A state based audience definition that will cause a user to be added or removed from an audience.
"includeConditions": { # JSON template for an Analytics Remarketing Include Conditions. # Defines the conditions to include users to the audience.
"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.
"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.
"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.
},
"excludeConditions": { # Defines the conditions to exclude users from the audience.
"segment": "A String", # The segment condition that will cause a user to be removed from an audience.
"exclusionDuration": "A String", # Whether to make the exclusion TEMPORARY or PERMANENT.
},
},
"name": "A String", # The name of this remarketing audience.
"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.
"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.
"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.
"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.
},
},
"kind": "analytics#remarketingAudience", # Collection type.
"webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY to which this remarketing audience belongs.
"created": "A String", # Time this remarketing audience was created.
"id": "A String", # Remarketing Audience ID.
"audienceType": "A String", # The type of audience, either SIMPLE or STATE_BASED.
"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.
"eligibleForSearch": True or False, # Boolean indicating whether this is eligible for search.
"type": "A String", # The type of the foreign account. For example, `ADWORDS_LINKS`, `DBM_LINKS`, `MCC_LINKS` or `OPTIMIZE`.
"status": "A String", # The status of this foreign account link.
"id": "A String", # Entity ad account link ID.
"linkedAccountId": "A String", # The foreign account ID. For example the an Google Ads `linkedAccountId` has the following format XXX-XXX-XXXX.
"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.
"remarketingAudienceId": "A String", # Remarketing audience ID to which this linked foreign account belongs.
"accountId": "A String", # Account ID to which this linked foreign account belongs.
"webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY to which this linked foreign account belongs.
},
],
}
Returns:
An object of the form:
{ # JSON template for an Analytics remarketing audience.
"linkedViews": [ # The views (profiles) that this remarketing audience is linked to.
"A String",
],
"accountId": "A String", # Account ID to which this remarketing audience belongs.
"description": "A String", # The description of this remarketing audience.
"internalWebPropertyId": "A String", # Internal ID for the web property to which this remarketing audience belongs.
"updated": "A String", # Time this remarketing audience was last modified.
"stateBasedAudienceDefinition": { # A state based audience definition that will cause a user to be added or removed from an audience.
"includeConditions": { # JSON template for an Analytics Remarketing Include Conditions. # Defines the conditions to include users to the audience.
"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.
"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.
"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.
},
"excludeConditions": { # Defines the conditions to exclude users from the audience.
"segment": "A String", # The segment condition that will cause a user to be removed from an audience.
"exclusionDuration": "A String", # Whether to make the exclusion TEMPORARY or PERMANENT.
},
},
"name": "A String", # The name of this remarketing audience.
"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.
"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.
"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.
"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.
},
},
"kind": "analytics#remarketingAudience", # Collection type.
"webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY to which this remarketing audience belongs.
"created": "A String", # Time this remarketing audience was created.
"id": "A String", # Remarketing Audience ID.
"audienceType": "A String", # The type of audience, either SIMPLE or STATE_BASED.
"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.
"eligibleForSearch": True or False, # Boolean indicating whether this is eligible for search.
"type": "A String", # The type of the foreign account. For example, `ADWORDS_LINKS`, `DBM_LINKS`, `MCC_LINKS` or `OPTIMIZE`.
"status": "A String", # The status of this foreign account link.
"id": "A String", # Entity ad account link ID.
"linkedAccountId": "A String", # The foreign account ID. For example the an Google Ads `linkedAccountId` has the following format XXX-XXX-XXXX.
"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.
"remarketingAudienceId": "A String", # Remarketing audience ID to which this linked foreign account belongs.
"accountId": "A String", # Account ID to which this linked foreign account belongs.
"webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY to which this linked foreign account 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.
"linkedViews": [ # The views (profiles) that this remarketing audience is linked to.
"A String",
],
"accountId": "A String", # Account ID to which this remarketing audience belongs.
"description": "A String", # The description of this remarketing audience.
"internalWebPropertyId": "A String", # Internal ID for the web property to which this remarketing audience belongs.
"updated": "A String", # Time this remarketing audience was last modified.
"stateBasedAudienceDefinition": { # A state based audience definition that will cause a user to be added or removed from an audience.
"includeConditions": { # JSON template for an Analytics Remarketing Include Conditions. # Defines the conditions to include users to the audience.
"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.
"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.
"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.
},
"excludeConditions": { # Defines the conditions to exclude users from the audience.
"segment": "A String", # The segment condition that will cause a user to be removed from an audience.
"exclusionDuration": "A String", # Whether to make the exclusion TEMPORARY or PERMANENT.
},
},
"name": "A String", # The name of this remarketing audience.
"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.
"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.
"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.
"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.
},
},
"kind": "analytics#remarketingAudience", # Collection type.
"webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY to which this remarketing audience belongs.
"created": "A String", # Time this remarketing audience was created.
"id": "A String", # Remarketing Audience ID.
"audienceType": "A String", # The type of audience, either SIMPLE or STATE_BASED.
"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.
"eligibleForSearch": True or False, # Boolean indicating whether this is eligible for search.
"type": "A String", # The type of the foreign account. For example, `ADWORDS_LINKS`, `DBM_LINKS`, `MCC_LINKS` or `OPTIMIZE`.
"status": "A String", # The status of this foreign account link.
"id": "A String", # Entity ad account link ID.
"linkedAccountId": "A String", # The foreign account ID. For example the an Google Ads `linkedAccountId` has the following format XXX-XXX-XXXX.
"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.
"remarketingAudienceId": "A String", # Remarketing audience ID to which this linked foreign account belongs.
"accountId": "A String", # Account ID to which this linked foreign account belongs.
"webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY to which this linked foreign account belongs.
},
],
}
Returns:
An object of the form:
{ # JSON template for an Analytics remarketing audience.
"linkedViews": [ # The views (profiles) that this remarketing audience is linked to.
"A String",
],
"accountId": "A String", # Account ID to which this remarketing audience belongs.
"description": "A String", # The description of this remarketing audience.
"internalWebPropertyId": "A String", # Internal ID for the web property to which this remarketing audience belongs.
"updated": "A String", # Time this remarketing audience was last modified.
"stateBasedAudienceDefinition": { # A state based audience definition that will cause a user to be added or removed from an audience.
"includeConditions": { # JSON template for an Analytics Remarketing Include Conditions. # Defines the conditions to include users to the audience.
"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.
"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.
"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.
},
"excludeConditions": { # Defines the conditions to exclude users from the audience.
"segment": "A String", # The segment condition that will cause a user to be removed from an audience.
"exclusionDuration": "A String", # Whether to make the exclusion TEMPORARY or PERMANENT.
},
},
"name": "A String", # The name of this remarketing audience.
"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.
"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.
"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.
"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.
},
},
"kind": "analytics#remarketingAudience", # Collection type.
"webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY to which this remarketing audience belongs.
"created": "A String", # Time this remarketing audience was created.
"id": "A String", # Remarketing Audience ID.
"audienceType": "A String", # The type of audience, either SIMPLE or STATE_BASED.
"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.
"eligibleForSearch": True or False, # Boolean indicating whether this is eligible for search.
"type": "A String", # The type of the foreign account. For example, `ADWORDS_LINKS`, `DBM_LINKS`, `MCC_LINKS` or `OPTIMIZE`.
"status": "A String", # The status of this foreign account link.
"id": "A String", # Entity ad account link ID.
"linkedAccountId": "A String", # The foreign account ID. For example the an Google Ads `linkedAccountId` has the following format XXX-XXX-XXXX.
"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.
"remarketingAudienceId": "A String", # Remarketing audience ID to which this linked foreign account belongs.
"accountId": "A String", # Account ID to which this linked foreign account belongs.
"webPropertyId": "A String", # Web property ID of the form UA-XXXXX-YY to which this linked foreign account belongs.
},
],
}