Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ServicesAudienceCompositionAttributeCluster

A collection of related attributes, with metadata and metrics, in an audience composition insights report.

Inheritance
object
GoogleAdsSearchads360V23ServicesAudienceCompositionAttributeCluster
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX