revenuePrecision property

String revenuePrecision
final

The precision of the revenue value for this ad.

Possible values:

  • "publisher_defined" - If the revenue is the price assigned to the line item by the publisher.
  • "exact" - If the revenue is the resulting price of a real-time auction.
  • "estimated" - If the revenue is the price obtained by auto-CPM.
  • "undefined" - If we do not have permission from the ad network to share impression-level data.
  • "" - An empty string, if revenue and precision are not valid (for example, in test mode).

Implementation

final String revenuePrecision;