Class GoogleAdsSearchads360V23ServicesAudienceCompositionMetrics
The share and index metrics associated with an attribute in an audience composition insights report.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesAudienceCompositionMetrics : IDirectResponseSchema
Properties
AudienceShare
The fraction (from 0 to 1 inclusive) of the specific audience that match the attribute.
Declaration
[JsonProperty("audienceShare")]
public virtual double? AudienceShare { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
BaselineAudienceShare
The fraction (from 0 to 1 inclusive) of the baseline audience that match the attribute.
Declaration
[JsonProperty("baselineAudienceShare")]
public virtual double? BaselineAudienceShare { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Index
The ratio of audience_share to baseline_audience_share, or zero if this ratio is undefined or is not meaningful.
Declaration
[JsonProperty("index")]
public virtual double? Index { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
Score
A relevance score from 0 to 1 inclusive.
Declaration
[JsonProperty("score")]
public virtual double? Score { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |