Use * syntax for faster search

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column
width50%
Panel

...

Table of Contents

Table of Contents
maxLevel2
indent20px
stylenone

Column
width

...

50%



Overview

On a campaign or line item,

...

a revenue value can be set

...

, which can be used to report on the revenue

...

made from running a given campaign.

...

In turn, a profit margin can be calculated by subtracting

...

spend from

...

revenue.


Revenue

...

  1. CPM - Cost Per Mille
  2. CPC - Cost Per Click. 
  3. CPCV - Cost Per Complete View
  4. CPA/CPI - Cost Per Acquisition/Installation

CPM

Revenue is calculated on a per-impression basis:

Revenue = Revenue Amount * impressions/1000

...

Calculation Methods

This article explains the various revenue calculation methods used in advertising campaigns and how to interpret these calculations in log files.

CPM (Cost Per Mille)

Revenue calculation based on impressions:

  • Formula: Revenue = Revenue Amount × (impressions ÷ 1000)
  • In log files: When revenue type is CPM, the revenue

...

  • value equals Revenue Amount

...

  • ÷ 1000 (

...

  • since each log line

...

  • represents a single impression)

...

CPC (Cost Per Click)

Note

Companion ad clicks are not included in CPC calculations

Revenue calculation based on user clicks:

  • Formula:

CPC

Revenue is calculated on a per-click basis:

  • Revenue = Revenue Amount

...

  • × clicks
  • In log files

...

  • : When revenue type is CPC, the revenue

...

  • value equals:
    • Revenue Amount when clicks = 1

...

    • Zero when no clicks occur

CPCV (Cost Per Complete View)

Revenue calculation based on completed video views:

  • Formula:

Note that this does not take companion ad clicks into consideration.

CPCV

Revenue is calculated on a per-completed-video-view basis:

  • Revenue = Revenue Amount

...

  • × Video Completes
  • In log files

...

  • : When revenue type is CPCV,

...

  • the revenue value equals:
    • Revenue Amount when video_completes = 1

...

    • Zero when the video is not completed

CPI/CPA

...

(Cost Per Installation/Acquisition)

Revenue calculation based on conversions:

  • Formula:

The calculation for these types is the same. Revenue is calculated on a per-conversion basis, where the conversion event is understood to be a purchase or lead generation activity for CPA or a mobile app installation for CPI:

  • Revenue = Revenue Amount

...

  • × conversions
  • In log files

...

  • : When revenue type is CPI or CPA,

...

  • the revenue value equals:
    • Revenue Amount

...

    • × conversions when conversions > 0

...

    • Zero when no conversions occur

Note

For CPI/CPA models, multiple conversions can be attributed to a single impression,

...

potentially resulting in a revenue value

...

greater than one conversion.

...

Due to these attribution complexities, we

...

recommend using Conversion Log files rather than Win Log files for accurate attribution and revenue calculation

...

.

Revenue ModelCalculation BasisFormulaLog File Representation
CPMImpressionsRevenue Amount × (impressions ÷ 1000)Revenue Amount ÷ 1000
CPCClicksRevenue Amount × clicksRevenue Amount (when clicks = 1)
CPCVVideo CompletesRevenue Amount × Video CompletesRevenue Amount (when video_completes = 1)
CPI/CPAConversionsRevenue Amount × conversionsRevenue Amount × conversions (when conversions > 0)



Revenue Priority for Line Items and Campaigns

...

Revenue can be set at either the campaign level or the line item level. If a revenue is set at the line item level, this takes precedence over any revenue setting at the campaign level. Campaign-level revenue will be applied for any line items without their own revenue setting.

Examples

Campaign: CPM $1.00; no line item settings

Revenue = $1.00 * (Impressions / 1000)

Campaign: CPM $1.00; Line Item: CPM $2.00

Revenue = $2.00 * (Impressions / 1000)

Campaign: CPM $1.00; Line Item: CPA $10.00, Conversions: 1

...

Note

Note: Impressions for

...

a line item that

...

does not drive a conversion will have revenue = 0 and will not have revenue calculated according to the campaign’s revenue type. If a revenue is set at the line item, the line item’s revenue calculation always is used instead of the campaign’s revenue setting.

Revenue = $10.00 * 1 = $10

Campaign: CPM $1.00; Line Items: one with CPM $2.00 (A), one without any setting (B)

Revenue = $2.00 * (ImpressionsA / 1000) + $1.00 * (ImpressionsB / 1000)

Back to Top