billableOutcome property
The billable outcome of the insertion order.
Outcome based buying is deprecated. BILLABLE_OUTCOME_PAY_PER_IMPRESSION
is the only valid value.
Immutable. Possible string values are:
- "BILLABLE_OUTCOME_UNSPECIFIED" : Unspecified billable outcome.
- "BILLABLE_OUTCOME_PAY_PER_IMPRESSION" : Pay per impressions.
- "BILLABLE_OUTCOME_PAY_PER_CLICK" : Pay per click.
- "BILLABLE_OUTCOME_PAY_PER_VIEWABLE_IMPRESSION" : Pay per active view.
Implementation
core.String? billableOutcome;