Show / Hide Table of Contents

Class DemandGenSettings

Settings for Demand Gen line items.

Inheritance
object
DemandGenSettings
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.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX