Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ServicesPlannedProductReachForecast

The forecasted allocation and traffic metrics for a specific product at a point on the reach curve.

Inheritance
object
GoogleAdsSearchads360V23ServicesPlannedProductReachForecast
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 GoogleAdsSearchads360V23ServicesPlannedProductReachForecast : IDirectResponseSchema

Properties

CostMicros

The cost in micros. This may differ from the product's input allocation if one or more planned products cannot fulfill the budget because of limited inventory.

Declaration
[JsonProperty("costMicros")]
public virtual long? CostMicros { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PlannableProductCode

Selected product for planning. The product codes returned are within the set of the ones returned by ListPlannableProducts when using the same location ID.

Declaration
[JsonProperty("plannableProductCode")]
public virtual string PlannableProductCode { get; set; }
Property Value
Type Description
string

PlannedProductForecast

Forecasted traffic metrics for this product.

Declaration
[JsonProperty("plannedProductForecast")]
public virtual GoogleAdsSearchads360V23ServicesPlannedProductForecast PlannedProductForecast { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ServicesPlannedProductForecast

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX