App

@Serializable
class App(var name: String? = null, var bundle: String? = null, var domain: String? = null, var storeurl: String? = null, var ver: String? = null, var keywords: String? = null, var cat: Array<String>? = null, var sectioncat: Array<String>? = null, var pagecat: Array<String>? = null, var privacypolicy: Byte? = null, var paid: Byte? = null, var publisher: Publisher? = null)

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.

OpenRTB Section 3.2.14

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)

Properties

Link copied to clipboard

A platform-specific application identifier intended to be unique to the app and independent of the exchange. On Android, this should be a bundle or package name (e.g., com.foo.mygame). On iOS, it is typically a numeric ID.

Link copied to clipboard

Array of IAB content categories of the app.

Link copied to clipboard

Domain of the app (e.g., "adsbynimbus.com").

Link copied to clipboard

A list of keywords describing the app.

Link copied to clipboard

App name (may be aliased at the publisher’s request).

Link copied to clipboard

Array of IAB content categories that describe the current page or view of the app.

Link copied to clipboard

Indicates if the app is free or paid. (0 = Free, 1 = Paid)

Link copied to clipboard

Indicates if the app has a privacy policy. (0 = No, 1 = Yes)

Link copied to clipboard

Details about the publisher of the app.

Link copied to clipboard

Array of IAB content categories that describe the current section of the app.

Link copied to clipboard

App store URL for an installed app; for IQG 2.1 compliance.

Link copied to clipboard

Application version.