Class DemandGenSettings
Settings for Demand Gen line items.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class DemandGenSettings : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GeoLanguageTargetingEnabled
Optional. Immutable. Whether location and language targeting can be set at the line item level. Otherwise, relevant targeting types must be assigned directly to the ad groups.
Declaration
[JsonProperty("geoLanguageTargetingEnabled")]
public virtual bool? GeoLanguageTargetingEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
LinkedMerchantId
Optional. The ID of the merchant which is linked to the line item for product feed.
Declaration
[JsonProperty("linkedMerchantId")]
public virtual long? LinkedMerchantId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ThirdPartyMeasurementConfigs
Optional. The third party measurement settings for the Demand Gen line item.
Declaration
[JsonProperty("thirdPartyMeasurementConfigs")]
public virtual ThirdPartyMeasurementConfigs ThirdPartyMeasurementConfigs { get; set; }
Property Value
| Type | Description |
|---|---|
| ThirdPartyMeasurementConfigs |