UNPKG

gads

Version:

An unofficial JS client library for the SOAP-based DFP Ads API

24 lines (23 loc) 1.19 kB
import { BaseObject } from './baseObject'; export interface CustomizableAttributes extends BaseObject { allowGeoTargetingCustomization?: boolean; allowAdUnitTargetingCustomization?: boolean; allowPlacementTargetingCustomization?: boolean; allowUserDomainTargetingCustomization?: boolean; allowBandwidthGroupTargetingCustomization?: boolean; allowBrowserTargetingCustomization?: boolean; allowBrowserLanguageTargetingCustomization?: boolean; allowOperatingSystemTargetingCustomization?: boolean; allowDeviceCapabilityTargetingCustomization?: boolean; allowDeviceCategoryTargetingCustomization?: boolean; allowMobileApplicationTargetingCustomization?: boolean; allowMobileCarrierTargetingCustomization?: boolean; allowMobileDeviceAndManufacturerTargetingCustomization?: boolean; allowAudienceSegmentTargetingCustomization?: boolean; isAllCustomTargetingKeysCustomizable?: boolean; customizableCustomTargetingKeyIds?: number[]; allowDaypartTargetingCustomization?: boolean; allowFrequencyCapsCustomization?: boolean; allowDeliverySettingsCustomization?: boolean; allowCreativePlaceholdersCustomization?: boolean; }