Publisher

@Serializable
class Publisher(var name: String? = null, var domain: String? = null, var cat: Array<String>? = null)

This object describes the publisher of the media in which the ad will be displayed.

The publisher is typically the seller in an OpenRTB transaction.

OpenRTB Section 3.2.15

See also

Constructors

Link copied to clipboard
constructor(name: String? = null, domain: String? = null, cat: Array<String>? = null)

Properties

Link copied to clipboard

Array of IAB content categories that describe the publisher.

Link copied to clipboard

Highest level domain of the publisher (e.g., "adsbynimbus.com").

Link copied to clipboard

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