UNPKG

gads

Version:

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

8 lines (7 loc) 323 B
import { BaseDynamicAllocationCreative } from './baseDynamicAllocationCreative'; import { LockedOrientation } from './lockedOrientation'; export interface AdMobBackfillCreative extends BaseDynamicAllocationCreative { additionalParameters?: string; publisherId?: string; lockedOrientation?: LockedOrientation; }