LineTerms

The seller guaranteed terms for this line.

JSON representation
{
  "billableEventCount": string,
  "costPerBillableEvent": {
    object (Money)
  },
  "performanceData": [
    {
      object (PerformanceData)
    }
  ]
}
Fields
billableEventCount

string (int64 format)

Required. Total billable events based on the details of this line.

costPerBillableEvent

object (Money)

Required. Cost per billable event.

performanceData[]

object (PerformanceData)

A list of supplemental performance data for this line.

PerformanceData

A single instance of performance data for this line.

JSON representation
{
  "adPlayCount": string
}
Fields
adPlayCount

string (int64 format)

An estimated number of ad plays. It must not be a negative number.