Contents

BrandsReportingCampaign.BillingEvent

The billing event of the campaign at report time.

Declaration

string BrandsReportingCampaign.BillingEvent

Possible Values

TAPS

The campaign is charged per tap.

IMPRESSIONS

The campaign is charged per thousand impressions (CPM).

Discussion

Brands campaigns can use either billing model, so check this field before comparing cost-per-tap and cost-per-impression figures across rows.

Example

{
  "billingEvent": "TAPS"
}

See ReportingBillingEvent for additional context.