TargetableRemarketingList class

Contains properties of a targetable 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 is a read-only view of a remarketing list to be used to facilitate targeting ads to specific lists. Remarketing lists that are owned by your advertisers and those that are shared to your advertisers or account are accessible via this resource. To manage remarketing lists that are owned by your advertisers, use the RemarketingLists resource.

Constructors

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

Properties

accountId String?
Account ID of this remarketing list.
getter/setter pair
active bool?
Whether this targetable remarketing list is active.
getter/setter pair
advertiserId String?
Dimension value for the advertiser ID that owns this targetable remarketing list.
getter/setter pair
advertiserIdDimensionValue DimensionValue?
Dimension value for the ID of the advertiser.
getter/setter pair
description String?
Targetable remarketing list description.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
Targetable 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 targetable remarketing list without an impression.
getter/setter pair
listSize String?
Number of users currently in the list.
getter/setter pair
listSource String?
Product from which this targetable remarketing list was originated. Possible string values are:
getter/setter pair
name String?
Name of the targetable 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