Class GoogleAdsSearchads360V23ServicesPlannedProduct
A product being planned for reach.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesPlannedProduct : IDirectResponseSchema
Properties
AdvancedProductTargeting
Targeting settings for the selected product. To list the available targeting for each product use ReachPlanService.ListPlannableProducts.
Declaration
[JsonProperty("advancedProductTargeting")]
public virtual GoogleAdsSearchads360V23ServicesAdvancedProductTargeting AdvancedProductTargeting { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23ServicesAdvancedProductTargeting |
BudgetMicros
Required. Maximum budget allocation in micros for the selected product. The value is specified in the selected planning currency_code. For example: 1 000 000$ = 1 000 000 000 000 micros.
Declaration
[JsonProperty("budgetMicros")]
public virtual long? BudgetMicros { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ConversionRate
Conversion rate as a decimal between 0 and 1, exclusive. For example: if 2% of ad interactions are expected to lead to conversions, conversion_rate should be 0.02. This field is required for DEMAND_GEN plannable products. It is not supported for other plannable products.
Declaration
[JsonProperty("conversionRate")]
public virtual double? ConversionRate { 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 |
PlannableProductCode
Required. Selected product for planning. The code associated with the ad product (for example: Trueview, Bumper). To list the available plannable product codes use ReachPlanService.ListPlannableProducts.
Declaration
[JsonProperty("plannableProductCode")]
public virtual string PlannableProductCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |