Class GoogleAdsSearchads360V23ServicesConversionRateSuggestion
A conversion rate suggestion.
Implements
Inherited Members
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 |