AudienceGroupAssignedTargetingOptionDetails class
Assigned audience group targeting option details. This will be populated in
the details field of an AssignedTargetingOption when targeting_type is
TARGETING_TYPE_AUDIENCE_GROUP
. The relation between each group is UNION,
except for excluded_first_and_third_party_audience_group and
excluded_google_audience_group, of which COMPLEMENT is UNION'ed with other
groups.
Constructors
Properties
- excludedFirstAndThirdPartyAudienceGroup ↔ FirstAndThirdPartyAudienceGroup
-
The first and third party audience ids and recencies of the excluded first
and third party audience group. Used for negative targeting. Its
COMPLEMENT is used to UNION other audience groups.
read / write
- excludedGoogleAudienceGroup ↔ GoogleAudienceGroup
-
The Google audience ids of the excluded Google audience group. Used for
negative targeting. It's COMPLEMENT is used to UNION other audience
groups. Only contains Affinity, In-market and Installed-apps type Google
audiences. All items are logically ‘OR’ of each other.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- includedCombinedAudienceGroup ↔ CombinedAudienceGroup
-
The combined audience ids of the included combined audience group.
Contains combined audience ids only.
read / write
- includedCustomListGroup ↔ CustomListGroup
-
The custom list ids of the included custom list group. Contains custom
list ids only.
read / write
-
includedFirstAndThirdPartyAudienceGroups
↔ List<
FirstAndThirdPartyAudienceGroup> -
The first and third party audience ids and recencies of included first and
third party audience groups. Each first and third party audience group
contains first and third party audience ids only. The relation between
each first and third party audience group is INTERSECTION, and the result
is UNION'ed with other audience groups. Repeated groups with same settings
will be ignored.
read / write
- includedGoogleAudienceGroup ↔ GoogleAudienceGroup
-
The Google audience ids of the included Google audience group. Contains
Google audience ids only.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
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