@dmgt/google-ad-manager-api
Version:
Typed Google Ad Manager API
17 lines (15 loc) • 378 B
text/typescript
import { Targeting } from './Targeting'
import { CreativePlaceholders } from './CreativePlaceholders'
/**
* targets
* @targetNSAlias `tns`
* @targetNamespace `https://www.google.com/apis/ads/publisher/v202408`
*/
export interface Targets {
/** xsd:string */
name?: string
/** targeting */
targeting?: Targeting
/** creative */
creative?: CreativePlaceholders
}