Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ServicesConversionRateSuggestion

A conversion rate suggestion.

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

Properties

ConversionRate

The suggested conversion rate. The value is between 0 and 1 (exclusive).

Declaration
[JsonProperty("conversionRate")]
public virtual double? ConversionRate { get; set; }
Property Value
Type Description
double?

ConversionRateModel

Model type used to calculate the suggested conversion rate.

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

ETag

The ETag of the item.

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

PlannableProductCode

The code associated with the plannable product (for example: DEMAND_GEN). To list all plannable product codes, use ReachPlanService.ListPlannableProducts.

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

SurfaceTargeting

The surfaces associated with the plannable product. If not present, the conversion rate is considered surface agnostic for this product.

Declaration
[JsonProperty("surfaceTargeting")]
public virtual GoogleAdsSearchads360V23ServicesSurfaceTargeting SurfaceTargeting { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ServicesSurfaceTargeting

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX