Class AudienceGroupAssignedTargetingOptionDetails
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 used as an INTERSECTION with other groups.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v1.Data
Assembly: Google.Apis.DisplayVideo.v1.dll
Syntax
public class AudienceGroupAssignedTargetingOptionDetails : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExcludedFirstAndThirdPartyAudienceGroup
The first and third party audience ids and recencies of the excluded first and third party audience group.
Used for negative targeting. The COMPLEMENT of the UNION of this group and other excluded audience groups is
used as an INTERSECTION to any positive audience targeting. All items are logically ‘OR’ of each other.
Warning: ACTIVITY_BASED
and FREQUENCY_CAP
audience types will be deprecated on May 20, 2023.
After this date, these audiences will not be able to be added to resource targeting. Read our feature
deprecation announcement for
more information.
Declaration
[JsonProperty("excludedFirstAndThirdPartyAudienceGroup")]
public virtual FirstAndThirdPartyAudienceGroup ExcludedFirstAndThirdPartyAudienceGroup { get; set; }
Property Value
Type | Description |
---|---|
FirstAndThirdPartyAudienceGroup |
ExcludedGoogleAudienceGroup
The Google audience ids of the excluded Google audience group. Used for negative targeting. The COMPLEMENT
of the UNION of this group and other excluded audience groups is used as an INTERSECTION to any positive
audience targeting. Only contains Affinity, In-market and Installed-apps type Google audiences. All items
are logically ‘OR’ of each other. Warning: GOOGLE_AUDIENCE_TYPE_INSTALLED_APPS
and
GOOGLE_AUDIENCE_TYPE_NEW_MOBILE_DEVICES
audience types will be deprecated on May 20, 2023. After this
date, these audiences will not be able to be added to resource targeting. Read our feature deprecation
announcement for more information.
Declaration
[JsonProperty("excludedGoogleAudienceGroup")]
public virtual GoogleAudienceGroup ExcludedGoogleAudienceGroup { get; set; }
Property Value
Type | Description |
---|---|
GoogleAudienceGroup |
IncludedCombinedAudienceGroup
The combined audience ids of the included combined audience group. Contains combined audience ids only.
Declaration
[JsonProperty("includedCombinedAudienceGroup")]
public virtual CombinedAudienceGroup IncludedCombinedAudienceGroup { get; set; }
Property Value
Type | Description |
---|---|
CombinedAudienceGroup |
IncludedCustomListGroup
The custom list ids of the included custom list group. Contains custom list ids only.
Declaration
[JsonProperty("includedCustomListGroup")]
public virtual CustomListGroup IncludedCustomListGroup { get; set; }
Property Value
Type | Description |
---|---|
CustomListGroup |
IncludedFirstAndThirdPartyAudienceGroups
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. Warning: ACTIVITY_BASED
and
FREQUENCY_CAP
audience types will be deprecated on May 20, 2023. After this date, these audiences will
not be able to be added to resource targeting. Read our feature deprecation
announcement for more
information.
Declaration
[JsonProperty("includedFirstAndThirdPartyAudienceGroups")]
public virtual IList<FirstAndThirdPartyAudienceGroup> IncludedFirstAndThirdPartyAudienceGroups { get; set; }
Property Value
Type | Description |
---|---|
IList<FirstAndThirdPartyAudienceGroup> |
IncludedGoogleAudienceGroup
The Google audience ids of the included Google audience group. Contains Google audience ids only.
Warning: GOOGLE_AUDIENCE_TYPE_INSTALLED_APPS
and GOOGLE_AUDIENCE_TYPE_NEW_MOBILE_DEVICES
audience
types will be deprecated on May 20, 2023. After this date, these audiences will not be able to be added
to resource targeting. Read our feature deprecation
announcement for more information.
Declaration
[JsonProperty("includedGoogleAudienceGroup")]
public virtual GoogleAudienceGroup IncludedGoogleAudienceGroup { get; set; }
Property Value
Type | Description |
---|---|
GoogleAudienceGroup |