@dmgt/google-ad-manager-api
Version:
Typed Google Ad Manager API
14 lines (12 loc) • 331 B
text/typescript
import { TargetedSizes } from './TargetedSizes'
/**
* inventorySizeTargeting
* @targetNSAlias `tns`
* @targetNamespace `https://www.google.com/apis/ads/publisher/v202411`
*/
export interface InventorySizeTargeting {
/** xsd:boolean */
isTargeted?: boolean
/** targetedSizes[] */
targetedSizes?: Array<TargetedSizes>
}