Show / Hide Table of Contents

Class GoogleAdsSearchads360V23CommonAudienceInsightsAttributeMetadata

An audience attribute, with metadata about it, returned in response to a search.

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

Properties

Attribute

The attribute itself.

Declaration
[JsonProperty("attribute")]
public virtual GoogleAdsSearchads360V23CommonAudienceInsightsAttribute Attribute { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonAudienceInsightsAttribute

Dimension

The type of the attribute.

Declaration
[JsonProperty("dimension")]
public virtual string Dimension { get; set; }
Property Value
Type Description
string

DisplayInfo

A string that supplements the display_name to identify the attribute. If the dimension is TOPIC, this is a brief description of the Knowledge Graph entity, such as "American singer-songwriter". If the dimension is CATEGORY, this is the complete path to the category in The Product & Service taxonomy, for example "/Apparel/Clothing/Outerwear".

Declaration
[JsonProperty("displayInfo")]
public virtual string DisplayInfo { get; set; }
Property Value
Type Description
string

DisplayName

The human-readable name of the attribute.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

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

KnowledgeGraphAttributeMetadata

Special metadata for a Knowledge Graph Entity.

Declaration
[JsonProperty("knowledgeGraphAttributeMetadata")]
public virtual GoogleAdsSearchads360V23CommonKnowledgeGraphAttributeMetadata KnowledgeGraphAttributeMetadata { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonKnowledgeGraphAttributeMetadata

LineupAttributeMetadata

Special metadata for a YouTube Lineup.

Declaration
[JsonProperty("lineupAttributeMetadata")]
public virtual GoogleAdsSearchads360V23CommonLineupAttributeMetadata LineupAttributeMetadata { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonLineupAttributeMetadata

LocationAttributeMetadata

Special metadata for a Location.

Declaration
[JsonProperty("locationAttributeMetadata")]
public virtual GoogleAdsSearchads360V23CommonLocationAttributeMetadata LocationAttributeMetadata { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonLocationAttributeMetadata

PotentialYoutubeReach

An estimate of the number of reachable YouTube users matching this attribute in the requested location, or zero if that information is not available for this attribute. This field is not populated in every response.

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

SubscriberShare

The share of subscribers within this attribute, between and including 0 and 1. This field is not populated in every response.

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

UserInterestAttributeMetadata

Special metadata for a User Interest.

Declaration
[JsonProperty("userInterestAttributeMetadata")]
public virtual GoogleAdsSearchads360V23CommonUserInterestAttributeMetadata UserInterestAttributeMetadata { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonUserInterestAttributeMetadata

UserListAttributeMetadata

Special metadata for a User List.

Declaration
[JsonProperty("userListAttributeMetadata")]
public virtual GoogleAdsSearchads360V23CommonUserListAttributeMetadata UserListAttributeMetadata { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonUserListAttributeMetadata

ViewerShare

The share of viewers within this attribute, between and including 0 and 1. This field is not populated in every response.

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

YoutubeChannelMetadata

Special metadata for a YouTube channel.

Declaration
[JsonProperty("youtubeChannelMetadata")]
public virtual GoogleAdsSearchads360V23CommonYouTubeChannelAttributeMetadata YoutubeChannelMetadata { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonYouTubeChannelAttributeMetadata

YoutubeVideoMetadata

Special metadata for a YouTube video.

Declaration
[JsonProperty("youtubeVideoMetadata")]
public virtual GoogleAdsSearchads360V23CommonYouTubeVideoAttributeMetadata YoutubeVideoMetadata { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonYouTubeVideoAttributeMetadata

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX