Class GoogleAdsSearchads360V23ServicesAudienceCompositionAttributeCluster
A collection of related attributes, with metadata and metrics, in an audience composition insights report.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesAudienceCompositionAttributeCluster : IDirectResponseSchema
Properties
Attributes
The individual attributes that make up this cluster, with metadata and metrics.
Declaration
[JsonProperty("attributes")]
public virtual IList<GoogleAdsSearchads360V23ServicesAudienceCompositionAttribute> Attributes { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23ServicesAudienceCompositionAttribute> |
ClusterDisplayName
The name of this cluster of attributes
Declaration
[JsonProperty("clusterDisplayName")]
public virtual string ClusterDisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ClusterMetrics
If the dimension associated with this cluster is YOUTUBE_CHANNEL, then cluster_metrics are metrics associated with the cluster as a whole. For other dimensions, this field is unset.
Declaration
[JsonProperty("clusterMetrics")]
public virtual GoogleAdsSearchads360V23ServicesAudienceCompositionMetrics ClusterMetrics { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23ServicesAudienceCompositionMetrics |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |