UNPKG

@dmgt/google-ad-manager-api

Version:
10 lines (9 loc) 232 B
/** * contentLabelTargeting * @targetNSAlias `tns` * @targetNamespace `https://www.google.com/apis/ads/publisher/v202408` */ export interface ContentLabelTargeting { /** xsd:long */ excludedContentLabelIds?: Array<number> }