@dmgt/google-ad-manager-api
Version:
Typed Google Ad Manager API
16 lines (15 loc) • 404 B
text/typescript
/**
* contentTargeting
* @targetNSAlias `tns`
* @targetNamespace `https://www.google.com/apis/ads/publisher/v202411`
*/
export interface ContentTargeting {
/** xsd:long */
targetedContentIds?: Array<number>
/** xsd:long */
excludedContentIds?: Array<number>
/** xsd:long */
targetedVideoContentBundleIds?: Array<number>
/** xsd:long */
excludedVideoContentBundleIds?: Array<number>
}