interface AdSystem {
    name: string;
    version?: string;
}

Properties

Properties

name: string

The name of the ad system that returned the ad.

version?: string

The version number of the ad system that returned the ad.