@dmgt/google-ad-manager-api
Version:
Typed Google Ad Manager API
15 lines (13 loc) • 334 B
text/typescript
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>
}