Class GoogleAdsSearchads360V23ServicesAudienceCompositionSection
A collection of related attributes of the same type in an audience composition insights report.
Implements
Inherited Members
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> |