scenarioplanner.converters.mmm.MediaAnalysis

A wrapper for MediaAnalysis proto with derived properties.

channel_name

maybe_non_revenue_outcome Returns the nonrevenue-type Outcome, or None if it does not exist.
maybe_revenue_outcome Returns the revenue-type Outcome, or None if it does not exist.
non_revenue_outcome Returns the nonrevenue-type Outcome, or raises an error if it does not exist.
revenue_outcome Returns the revenue-type Outcome, or raises an error if it does not exist.
spend_info_pb

analysis_proto Dataclass field

Methods

__eq__

Return self==value.