RemarketingList class

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.

Constructors

RemarketingList({String? accountId, bool? active, String? advertiserId, DimensionValue? advertiserIdDimensionValue, String? description, String? id, String? kind, String? lifeSpan, ListPopulationRule? listPopulationRule, String? listSize, String? listSource, String? name, String? subaccountId})
RemarketingList.fromJson(Map json_)

Properties

accountId String?
Account ID of this remarketing list.
getter/setter pair
active bool?
Whether this remarketing list is active.
getter/setter pair
advertiserId String?
Dimension value for the advertiser ID that owns this remarketing list.
getter/setter pair
advertiserIdDimensionValue DimensionValue?
Dimension value for the ID of the advertiser.
getter/setter pair
description String?
Remarketing list description.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
Remarketing list ID.
getter/setter pair
kind String?
Identifies what kind of resource this is.
getter/setter pair
lifeSpan String?
Number of days that a user should remain in the remarketing list without an impression.
getter/setter pair
listPopulationRule ListPopulationRule?
Rule used to populate the remarketing list with users.
getter/setter pair
listSize String?
Number of users currently in the list.
getter/setter pair
listSource String?
Product from which this remarketing list was originated. Possible string values are:
getter/setter pair
name String?
Name of the remarketing list.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subaccountId String?
Subaccount ID of this remarketing list.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited