Class GoogleAdsSearchads360V23ServicesGenerateReachForecastResponse
Response message containing the generated reach curve.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesGenerateReachForecastResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OnTargetAudienceMetrics
Reference on target audiences for this curve.
Declaration
[JsonProperty("onTargetAudienceMetrics")]
public virtual GoogleAdsSearchads360V23ServicesOnTargetAudienceMetrics OnTargetAudienceMetrics { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23ServicesOnTargetAudienceMetrics |
ReachCurve
The generated reach curve for the planned product mix.
Declaration
[JsonProperty("reachCurve")]
public virtual GoogleAdsSearchads360V23ServicesReachCurve ReachCurve { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23ServicesReachCurve |