UNPKG

@dmgt/google-ad-manager-api

Version:
15 lines (13 loc) 334 B
import { Stats1 } from './Stats1' import { CreativeSetStats } from './CreativeSetStats' /** * stats * @targetNSAlias `tns` * @targetNamespace `https://www.google.com/apis/ads/publisher/v202505` */ export interface Stats { /** stats */ stats?: Stats1 /** creativeSetStats[] */ creativeSetStats?: Array<CreativeSetStats> }