scenarioplanner.converters.dataframe.marketing_analyses_converters.MediaRoiConverter

Outputs a "MediaROI" table.

Inherits From: Converter

When called, this converter yields a data frame with the columns:

  • "Channel"
  • "Spend"
  • "Effectiveness"
  • "ROI"
  • "ROI CI Low" The confidence interval (low) of "ROI" above.
  • "ROI CI High" The confidence interval (high) of "ROI" above.
  • "Marginal ROI"
  • "Is Revenue KPI" A boolean indicating whether "ROI" refers to revenue or generic KPI.
  • "Analysis Period" A human-readable analysis period.
  • "Analysis Date Start" A string formatted with Meridian date format: YYYY-mm-dd
  • "Analysis Date End" A string formatted with Meridian date format: YYYY-mm-dd

Methods

__call__

View source

Call self as a function.