RemarketingAudience class
JSON template for an Analytics remarketing audience.
Constructors
- RemarketingAudience()
- RemarketingAudience.fromJson(Map _json)
Properties
- accountId ↔ String
-
Account ID to which this remarketing audience belongs.
read / write
- audienceDefinition ↔ RemarketingAudienceAudienceDefinition
-
The simple audience definition that will cause a user to be added to an
audience.
read / write
- audienceType ↔ String
-
The type of audience, either SIMPLE or STATE_BASED.
read / write
- created ↔ DateTime
-
Time this remarketing audience was created.
read / write
- description ↔ String
-
The description of this remarketing audience.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- id ↔ String
-
Remarketing Audience ID.
read / write
- internalWebPropertyId ↔ String
-
Internal ID for the web property to which this remarketing audience
belongs.
read / write
- kind ↔ String
-
Collection type.
read / write
-
linkedAdAccounts
↔ List<
LinkedForeignAccount> -
The linked ad accounts associated with this remarketing audience. A
remarketing audience can have only one linkedAdAccount currently.
read / write
-
linkedViews
↔ List<
String> -
The views (profiles) that this remarketing audience is linked to.
read / write
- name ↔ String
-
The name of this remarketing audience.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- stateBasedAudienceDefinition ↔ RemarketingAudienceStateBasedAudienceDefinition
-
A state based audience definition that will cause a user to be added or
removed from an audience.
read / write
- updated ↔ DateTime
-
Time this remarketing audience was last modified.
read / write
- webPropertyId ↔ String
-
Web property ID of the form UA-XXXXX-YY to which this remarketing audience
belongs.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited