Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ServicesAudienceOverlapItem

An audience attribute, with metadata including the overlap between this attribute's potential YouTube reach and that of a primary attribute.

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

Properties

AttributeMetadata

The attribute and its metadata, including potential YouTube reach.

Declaration
[JsonProperty("attributeMetadata")]
public virtual GoogleAdsSearchads360V23CommonAudienceInsightsAttributeMetadata AttributeMetadata { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonAudienceInsightsAttributeMetadata

ETag

The ETag of the item.

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

PotentialYoutubeReachIntersection

The estimated size of the intersection of this audience attribute with the primary attribute, that is, the number of reachable YouTube users who match BOTH the primary attribute and this one.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX