Class GoogleAdsSearchads360V23ServicesInsightsAudience
A set of users, defined by various characteristics, for which insights can be requested in AudienceInsightsService.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesInsightsAudience : IDirectResponseSchema
Properties
AgeRanges
Age ranges for the audience. If absent, the audience represents all people over 18 that match the other attributes.
Declaration
[JsonProperty("ageRanges")]
public virtual IList<GoogleAdsSearchads360V23CommonAgeRangeInfo> AgeRanges { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23CommonAgeRangeInfo> |
CountryLocations
Required. The countries for the audience.
Declaration
[JsonProperty("countryLocations")]
public virtual IList<GoogleAdsSearchads360V23CommonLocationInfo> CountryLocations { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23CommonLocationInfo> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Gender
Gender for the audience. If absent, the audience does not restrict by gender.
Declaration
[JsonProperty("gender")]
public virtual GoogleAdsSearchads360V23CommonGenderInfo Gender { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonGenderInfo |
IncomeRanges
Household income percentile ranges for the audience. If absent, the audience does not restrict by household income range.
Declaration
[JsonProperty("incomeRanges")]
public virtual IList<GoogleAdsSearchads360V23CommonIncomeRangeInfo> IncomeRanges { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23CommonIncomeRangeInfo> |
Lineups
Lineups representing the YouTube content viewed by the audience.
Declaration
[JsonProperty("lineups")]
public virtual IList<GoogleAdsSearchads360V23CommonAudienceInsightsLineup> Lineups { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23CommonAudienceInsightsLineup> |
ParentalStatus
Parental status for the audience. If absent, the audience does not restrict by parental status.
Declaration
[JsonProperty("parentalStatus")]
public virtual GoogleAdsSearchads360V23CommonParentalStatusInfo ParentalStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonParentalStatusInfo |
SubCountryLocations
Sub-country geographic location attributes. If present, each of these must be contained in one of the countries in this audience. If absent, the audience is geographically to the country_locations and no further.
Declaration
[JsonProperty("subCountryLocations")]
public virtual IList<GoogleAdsSearchads360V23CommonLocationInfo> SubCountryLocations { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23CommonLocationInfo> |
TopicAudienceCombinations
A combination of entity, category and user interest attributes defining the audience. The combination has a logical AND-of-ORs structure: Attributes within each InsightsAudienceAttributeGroup are combined with OR, and the combinations themselves are combined together with AND. For example, the expression (Entity OR Affinity) AND (In-Market OR Category) can be formed using two InsightsAudienceAttributeGroups with two Attributes each.
Declaration
[JsonProperty("topicAudienceCombinations")]
public virtual IList<GoogleAdsSearchads360V23ServicesInsightsAudienceAttributeGroup> TopicAudienceCombinations { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23ServicesInsightsAudienceAttributeGroup> |
UserList
User list to be targeted by the audience.
Declaration
[JsonProperty("userList")]
public virtual GoogleAdsSearchads360V23CommonUserListInfo UserList { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonUserListInfo |