TargetableRemarketingList class Null safety
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 faciliate 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.
read / write
- active ↔ bool?
-
Whether this targetable remarketing list is active.
read / write
- advertiserId ↔ String?
-
Dimension value for the advertiser ID that owns this targetable
remarketing list.
read / write
- advertiserIdDimensionValue ↔ DimensionValue?
-
Dimension value for the ID of the advertiser.
read / write
- description ↔ String?
-
Targetable remarketing list description.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- id ↔ String?
-
Targetable remarketing list ID.
read / write
- kind ↔ String?
-
Identifies what kind of resource this is.
read / write
- lifeSpan ↔ String?
-
Number of days that a user should remain in the targetable remarketing
list without an impression.
read / write
- listSize ↔ String?
-
Number of users currently in the list.
read / write
- listSource ↔ String?
-
Product from which this targetable remarketing list was originated.
Possible string values are:
read / write
- name ↔ String?
-
Name of the targetable remarketing list.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- subaccountId ↔ String?
-
Subaccount ID of this remarketing list.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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