Contents

AppsReportingCampaign.BillingEvent

The billing event of the campaign at report time.

Declaration

string AppsReportingCampaign.BillingEvent

Possible Values

TAPS

The campaign is charged per tap.

IMPRESSIONS

The 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.