Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ServicesTargetingSuggestionMetrics

A suggested targetable audience relevant to the requested audience.

Inheritance
object
GoogleAdsSearchads360V23ServicesTargetingSuggestionMetrics
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 GoogleAdsSearchads360V23ServicesTargetingSuggestionMetrics : IDirectResponseSchema

Properties

AgeRanges

Suggested age targeting; may be empty indicating no age targeting.

Declaration
[JsonProperty("ageRanges")]
public virtual IList<GoogleAdsSearchads360V23CommonAgeRangeInfo> AgeRanges { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V23CommonAgeRangeInfo>

Coverage

The fraction (from 0 to 1 inclusive) of the requested audience that can be reached using the suggested targeting.

Declaration
[JsonProperty("coverage")]
public virtual double? Coverage { get; set; }
Property Value
Type Description
double?

ETag

The ETag of the item.

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

Gender

Suggested gender targeting. If present, this attribute has dimension GENDER.

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

Index

The ratio of coverage to the coverage of the baseline audience or zero if this ratio is undefined or is not meaningful.

Declaration
[JsonProperty("index")]
public virtual double? Index { get; set; }
Property Value
Type Description
double?

Locations

Suggested location targeting. These attributes all have dimension GEO_TARGET_COUNTRY or SUB_COUNTRY_LOCATION

Declaration
[JsonProperty("locations")]
public virtual IList<GoogleAdsSearchads360V23CommonAudienceInsightsAttributeMetadata> Locations { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V23CommonAudienceInsightsAttributeMetadata>

ParentalStatus

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

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

PotentialYoutubeReach

The approximate estimated number of people that can be reached on YouTube using this targeting.

Declaration
[JsonProperty("potentialYoutubeReach")]
public virtual long? PotentialYoutubeReach { get; set; }
Property Value
Type Description
long?

UserInterests

List of user interest attributes with metadata defining the audience. The combination has a logical AND-of-ORs structure: The attributes within each AudienceInsightsAttributeMetadataGroup are ORed, and the groups themselves are ANDed.

Declaration
[JsonProperty("userInterests")]
public virtual IList<GoogleAdsSearchads360V23CommonAudienceInsightsAttributeMetadataGroup> UserInterests { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V23CommonAudienceInsightsAttributeMetadataGroup>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX