Class PlannedProduct
Configuration for a specific product in the plan.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v4.Data
Assembly: Google.Apis.DisplayVideo.v4.dll
Syntax
public class PlannedProduct : IDirectResponseSchema
Properties
AdvancedProductTargeting
Optional. Optional line item level targeting overrides.
Declaration
[JsonProperty("advancedProductTargeting")]
public virtual AdvancedProductTargeting AdvancedProductTargeting { get; set; }
Property Value
| Type | Description |
|---|---|
| AdvancedProductTargeting |
BudgetMicros
Required. The budget for this product in micros.
Declaration
[JsonProperty("budgetMicros")]
public virtual long? BudgetMicros { 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
Required. The code for the product, e.g. "VIDEO_REACH_CAMPAIGN".
Declaration
[JsonProperty("plannableProductCode")]
public virtual string PlannableProductCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |