Skip to main content

AggregateMetric

Sortable fields on marketingAggregate. Aggregated metrics are prefixed TOTAL_ (e.g. TOTAL_COST); computed ratio KPIs (CTR, CPM, ROAS, CAC, CPP, AOV) are not prefixed because they are not summed. RECORD_COUNT is always available regardless of which metrics you requested.

enum AggregateMetric {
TOTAL_COST
TOTAL_IMPRESSIONS
TOTAL_CLICKS
TOTAL_VISITS
TOTAL_FOSPHA_CONVERSIONS
TOTAL_FOSPHA_NEW_CONVERSIONS
TOTAL_FOSPHA_REVENUE
TOTAL_FOSPHA_NEW_REVENUE
TOTAL_AD_PLATFORM_CONVERSIONS
TOTAL_AD_PLATFORM_REVENUE
TOTAL_LAST_CLICK_CONVERSIONS
TOTAL_LAST_CLICK_REVENUE
TOTAL_SUBSCRIPTION_CONVERSIONS
TOTAL_SUBSCRIPTION_REVENUE
CTR
CPM
FOSPHA_PERCENTAGE_NEW_CONVERSIONS
FOSPHA_AOV
FOSPHA_CAC
FOSPHA_CPP
FOSPHA_ROAS
FOSPHA_NEW_ROAS
AD_PLATFORM_CPP
AD_PLATFORM_ROAS
LAST_CLICK_CPP
LAST_CLICK_ROAS
RECORD_COUNT
}

Values

AggregateMetric.TOTAL_COST

AggregateMetric.TOTAL_IMPRESSIONS

AggregateMetric.TOTAL_CLICKS

AggregateMetric.TOTAL_VISITS

AggregateMetric.TOTAL_FOSPHA_CONVERSIONS

AggregateMetric.TOTAL_FOSPHA_NEW_CONVERSIONS

AggregateMetric.TOTAL_FOSPHA_REVENUE

AggregateMetric.TOTAL_FOSPHA_NEW_REVENUE

AggregateMetric.TOTAL_AD_PLATFORM_CONVERSIONS

AggregateMetric.TOTAL_AD_PLATFORM_REVENUE

AggregateMetric.TOTAL_LAST_CLICK_CONVERSIONS

AggregateMetric.TOTAL_LAST_CLICK_REVENUE

AggregateMetric.TOTAL_SUBSCRIPTION_CONVERSIONS

AggregateMetric.TOTAL_SUBSCRIPTION_REVENUE

AggregateMetric.CTR

AggregateMetric.CPM

AggregateMetric.FOSPHA_PERCENTAGE_NEW_CONVERSIONS

AggregateMetric.FOSPHA_AOV

AggregateMetric.FOSPHA_CAC

AggregateMetric.FOSPHA_CPP

AggregateMetric.FOSPHA_ROAS

AggregateMetric.FOSPHA_NEW_ROAS

AggregateMetric.AD_PLATFORM_CPP

AggregateMetric.AD_PLATFORM_ROAS

AggregateMetric.LAST_CLICK_CPP

AggregateMetric.LAST_CLICK_ROAS

AggregateMetric.RECORD_COUNT

Member Of

AggregateSort input