UNPKG

@dmgt/google-ad-manager-api

Version:
16 lines (15 loc) 404 B
/** * 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> }