AppsReportingCampaign.BillingEvent
The billing event of the campaign at report time.
Declaration
string AppsReportingCampaign.BillingEventPossible Values
TAPSThe campaign is charged per tap.
IMPRESSIONSThe campaign is charged per thousand impressions (CPM).
Discussion
This determines which report metrics are actionable for cost analysis: TAPS billing pairs with tap-based cost metrics, while IMPRESSIONS billing pairs with CPM-based ones.
Example
{
"billingEvent": "TAPS"
}See ReportingBillingEvent for additional context.