Model differences between Sales+"Revenue-per-kpi", vs just Revenue #1020
-
|
Hi, I was wondering what the differences are in terms of modelling when I have both sales units and revenue, vs. just revenue? If I set a non-revenue KPI pointing at sales units, then supply the actual revenue-per-KPI in each time unit derived from revenue/sales, does that allow the model better opportunity to fit vs. say setting a revenue KPI and not providing the sales-units data? It feels like having both would allow the model to better understand response and the variation in revenue from sale in each time period... vs. just having revenue data where that variance isn't known. I generally get good models from each, I just wondered which is preferable where the choice is available? Clearly the former gives more accurate CPIK values for one thing! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hello @Jon77Ruler, Thank you for contacting us! You are right that there is a distinction between using revenue as the KPI vs. using a non-revenue KPI with
The assumption of constant revenue per KPI is a strong one, but there might be cases where it is preferred. For example, the relationship between price and sales units is generally monotonic (though not necessarily linear), whereas the relationship between price and revenue may be non-monotonic. If price level fluctuates considerably, then it may be more convenient from a modeling standpoint to use sales units as the KPI. (That said, another option is to use revenue as the KPI and convert "price" into a categorical variable.) The choice comes down to which model structure you prefer. If in doubt, the more straightforward option is to use revenue as the KPI. Do reach out if you have any further queries regarding this. Google Meridian Support Team |
Beta Was this translation helpful? Give feedback.
Hello @Jon77Ruler,
Thank you for contacting us!
You are right that there is a distinction between using revenue as the KPI vs. using a non-revenue KPI with
revenue_per_kpidata. Meridian estimates the causal effect of media on revenue in both cases, but the KPI is used as the model response variable.If you use a non-revenue KPI and provide revenue per KPI data, then it is assumed that the revenue per KPI is constant within each geo and time period and that each incremental KPI unit generates the same amount of revenue.
If you use revenue as the KPI, then no such assumption is not needed.
The assumption of constant revenue per KPI is a strong one, but there might be cases where it i…