Page Summary
-
LineTerms represents the seller guaranteed terms for a line.
-
LineTerms includes the total billable events, the cost per billable event, and a list of supplemental performance data.
-
PerformanceData provides a single instance of performance data for a line, including an estimated number of ad plays.
The seller guaranteed terms for this line.
| JSON representation |
|---|
{ "billableEventCount": string, "costPerBillableEvent": { object ( |
| Fields | |
|---|---|
billableEventCount |
Required. Total billable events based on the details of this line. |
costPerBillableEvent |
Required. Cost per billable event. |
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 |
An estimated number of ad plays. It must not be a negative number. |