Show / Hide Table of Contents

Class GoogleAdsSearchads360V23CommonAudienceInsightsAttribute

An audience attribute that can be used to request insights about the audience.

Inheritance
object
GoogleAdsSearchads360V23CommonAudienceInsightsAttribute
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23CommonAudienceInsightsAttribute : IDirectResponseSchema

Properties

AgeRange

An audience attribute defined by an age range.

Declaration
[JsonProperty("ageRange")]
public virtual GoogleAdsSearchads360V23CommonAgeRangeInfo AgeRange { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonAgeRangeInfo

Category

An audience attribute defined by interest in a Product & Service category.

Declaration
[JsonProperty("category")]
public virtual GoogleAdsSearchads360V23CommonAudienceInsightsCategory Category { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonAudienceInsightsCategory

Device

A device type. (Mobile, Desktop, Tablet)

Declaration
[JsonProperty("device")]
public virtual GoogleAdsSearchads360V23CommonDeviceInfo Device { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonDeviceInfo

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Entity

An audience attribute defined by interest in a topic represented by a Knowledge Graph entity.

Declaration
[JsonProperty("entity")]
public virtual GoogleAdsSearchads360V23CommonAudienceInsightsEntity Entity { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonAudienceInsightsEntity

Gender

An audience attribute defined by a gender.

Declaration
[JsonProperty("gender")]
public virtual GoogleAdsSearchads360V23CommonGenderInfo Gender { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonGenderInfo

IncomeRange

A household income percentile range.

Declaration
[JsonProperty("incomeRange")]
public virtual GoogleAdsSearchads360V23CommonIncomeRangeInfo IncomeRange { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonIncomeRangeInfo

Lineup

A YouTube Lineup.

Declaration
[JsonProperty("lineup")]
public virtual GoogleAdsSearchads360V23CommonAudienceInsightsLineup Lineup { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonAudienceInsightsLineup

Location

An audience attribute defined by a geographic location.

Declaration
[JsonProperty("location")]
public virtual GoogleAdsSearchads360V23CommonLocationInfo Location { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonLocationInfo

ParentalStatus

A Parental Status value (parent, or not a parent).

Declaration
[JsonProperty("parentalStatus")]
public virtual GoogleAdsSearchads360V23CommonParentalStatusInfo ParentalStatus { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonParentalStatusInfo

UserInterest

An Affinity or In-Market audience.

Declaration
[JsonProperty("userInterest")]
public virtual GoogleAdsSearchads360V23CommonUserInterestInfo UserInterest { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonUserInterestInfo

UserList

A User List.

Declaration
[JsonProperty("userList")]
public virtual GoogleAdsSearchads360V23CommonUserListInfo UserList { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonUserListInfo

YoutubeChannel

A YouTube channel.

Declaration
[JsonProperty("youtubeChannel")]
public virtual GoogleAdsSearchads360V23CommonYouTubeChannelInfo YoutubeChannel { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonYouTubeChannelInfo

YoutubeVideo

A YouTube video.

Declaration
[JsonProperty("youtubeVideo")]
public virtual GoogleAdsSearchads360V23CommonYouTubeVideoInfo YoutubeVideo { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonYouTubeVideoInfo

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX