App
@Serializable
This object should be included if the ad supported content is a non-browser application (typically in mobile) as opposed to a website. A bid request must not contain both an App and a Site object. At a minimum, it is useful to provide an App ID or bundle, but this is not strictly required.
Constructors
Link copied to clipboard
constructor(name: String? = null, bundle: String? = null, domain: String? = null, storeurl: String? = null, ver: String? = null, keywords: String? = null, cat: Array<String>? = null, sectioncat: Array<String>? = null, pagecat: Array<String>? = null, privacypolicy: Byte? = null, paid: Byte? = null, publisher: Publisher? = null)