RemarketingAudience class
JSON template for an Analytics remarketing audience.
Constructors
-
RemarketingAudience({String? accountId, RemarketingAudienceAudienceDefinition? audienceDefinition, String? audienceType, DateTime? created, String? description, String? id, String? internalWebPropertyId, String? kind, List<
LinkedForeignAccount> ? linkedAdAccounts, List<String> ? linkedViews, String? name, RemarketingAudienceStateBasedAudienceDefinition? stateBasedAudienceDefinition, DateTime? updated, String? webPropertyId}) - RemarketingAudience.fromJson(Map json_)
Properties
- accountId ↔ String?
-
Account ID to which this remarketing audience belongs.
getter/setter pair
- audienceDefinition ↔ RemarketingAudienceAudienceDefinition?
-
The simple audience definition that will cause a user to be added to an
audience.
getter/setter pair
- audienceType ↔ String?
-
The type of audience, either SIMPLE or STATE_BASED.
getter/setter pair
- created ↔ DateTime?
-
Time this remarketing audience was created.
getter/setter pair
- description ↔ String?
-
The description of this remarketing audience.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
Remarketing Audience ID.
getter/setter pair
- internalWebPropertyId ↔ String?
-
Internal ID for the web property to which this remarketing audience
belongs.
getter/setter pair
- kind ↔ String?
-
Collection type.
getter/setter pair
-
linkedAdAccounts
↔ List<
LinkedForeignAccount> ? -
The linked ad accounts associated with this remarketing audience.
getter/setter pair
-
linkedViews
↔ List<
String> ? -
The views (profiles) that this remarketing audience is linked to.
getter/setter pair
- name ↔ String?
-
The name of this remarketing audience.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stateBasedAudienceDefinition ↔ RemarketingAudienceStateBasedAudienceDefinition?
-
A state based audience definition that will cause a user to be added or
removed from an audience.
getter/setter pair
- updated ↔ DateTime?
-
Time this remarketing audience was last modified.
getter/setter pair
- webPropertyId ↔ String?
-
Web property ID of the form UA-XXXXX-YY to which this remarketing audience
belongs.
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