DemandGenSettings
import type { DemandGenSettings } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";Settings for Demand Gen line items.
interface DemandGenSettings {
geoLanguageTargetingEnabled?: boolean;
linkedMerchantId?: bigint;
thirdPartyMeasurementConfigs?: ThirdPartyMeasurementConfigs;
}§Properties
§
geoLanguageTargetingEnabled?: boolean
[src]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.
§
linkedMerchantId?: bigint
[src]Optional. The ID of the merchant which is linked to the line item for product feed.
§
thirdPartyMeasurementConfigs?: ThirdPartyMeasurementConfigs
[src]Optional. The third party measurement settings for the Demand Gen line item.