Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ServicesAudienceCompositionSection

A collection of related attributes of the same type in an audience composition insights report.

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

Properties

ClusteredAttributes

Additional attributes for this audience, grouped into clusters. Only populated if dimension is YOUTUBE_CHANNEL.

Declaration
[JsonProperty("clusteredAttributes")]
public virtual IList<GoogleAdsSearchads360V23ServicesAudienceCompositionAttributeCluster> ClusteredAttributes { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V23ServicesAudienceCompositionAttributeCluster>

Dimension

The type of the attributes in this section.

Declaration
[JsonProperty("dimension")]
public virtual string Dimension { 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

TopAttributes

The most relevant segments for this audience. If dimension is GENDER, AGE_RANGE or PARENTAL_STATUS, then this list of attributes is exhaustive.

Declaration
[JsonProperty("topAttributes")]
public virtual IList<GoogleAdsSearchads360V23ServicesAudienceCompositionAttribute> TopAttributes { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V23ServicesAudienceCompositionAttribute>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX