All Downloads are FREE. Search and download functionalities are using the official Maven repository.

oa-test.2.1.0.source-code.com_adgear_avro_openrtb_Publisher.thrift Maven / Gradle / Ivy

Go to download

Test module for other Anoa modules, which exposes complex records (OpenRTB bid requests) through utility classes for use in unit tests within other Anoa modules (anoa-core, for instance).

The newest version!
namespace * thrift.com.adgear.avro.openrtb


/** 3.3.8 Publisher Object
The publisher object itself and all of its parameters are optional, so default values are not provided. If an optional parameter is not specified, it should be considered unknown. */
struct Publisher {
  /** [1] Publisher ID on the exchange. */
  1: optional string id,
  /** [2] Publisher name (may be masked at publisher’s request). */
  2: optional string name,
  /** [3] Array of IAB content categories for the publisher. See Table 6.1 Content Categories. */
  3: optional list cat,
  /** [4] Publisher’s highest level domain name, for example “foopub.com”. */
  4: optional string domain
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy