Marketing Metrics

Moving Average

Rolling calculation that smooths data fluctuations over time.

Definition

A moving average is a statistical calculation that creates a series of averages from different subsets of data over time. By recalculating the average over a sliding window — commonly 7 or 28 days for ad data — it separates trend from noise, smoothing out short-term fluctuations and random outliers in metrics like CPC, CTR, or ROAS. Daily platform numbers are often too volatile to act on directly; the moving average is the version you can actually make decisions on.

Examples

Daily conversions of 10, 14, 9, 12, 15, 11, 13 sum to 84, so the 7-day moving average is 12 per day — a stable trend line despite ±25% daily swings

7-day moving average of daily CPC to identify bidding trends

30-day moving average of ROAS to assess campaign health

Calculation

How to Calculate

Sum of values in the time window divided by the number of periods, where V represents values and n is the time window. The result is in the same units as the metric being smoothed (a CPC moving average is in dollars).

Formula

MA = (V₁ + V₂ + ... + Vₙ) / n

Operation Type

composite

Formula Variables

VIndividual metric values in the time window
nNumber of periods in the moving average window

Comparison

Related Metrics

Return on Ad Spend (ROAS)

Return on Ad Spend (ROAS) is a marketing performance metric that measures the revenue generated per dollar of advertising spend. Unlike ROI which considers all business costs, ROAS specifically evaluates advertising efficiency by comparing directly attributable revenue to ad spend. This metric is crucial for optimizing campaign performance, budget allocation, and overall marketing strategy.

Click-Through Rate (CTR)

Click-Through Rate (CTR) measures the ratio of clicks to impressions for a digital advertisement, email, or other clickable content. It's a fundamental metric for evaluating creative relevance, audience targeting quality, and overall ad effectiveness in driving user engagement. CTR varies significantly by format, placement, and channel, making context crucial for performance evaluation.

Conversion Rate

Conversion rate measures the percentage of users who complete a defined conversion action relative to the total number who had the opportunity to convert. This metric evaluates the effectiveness of marketing efforts, user experience, and overall funnel efficiency in driving desired outcomes. Conversion actions can range from purchases and form submissions to content downloads and subscription signups.

Cost Per Mille (CPM)

Cost Per Mille (CPM) represents the cost an advertiser pays to deliver 1,000 ad impressions to their target audience. This metric is fundamental for media planning and buying, enabling comparison of advertising costs across different platforms, formats, and audience segments. CPM pricing reflects placement quality, audience targeting precision, and market demand.

Engagement Rate

Engagement rate measures the share of an audience that interacted with content, calculated as (total engagements ÷ followers, reach, or impressions) × 100. Engagements typically include clicks, likes, comments, shares, saves, and reactions. The denominator definition varies by platform and report — always confirm which one a benchmark uses before comparing numbers.

Video Completion Rate (VCR)

Video Completion Rate measures the percentage of video ad impressions that are watched to 100% completion. This metric helps evaluate creative engagement, message delivery effectiveness, and audience targeting accuracy while accounting for video length and placement quality. VCR is particularly important for brand messaging where full creative viewing is crucial.

View Through Rate (VTR)

View Through Rate (VTR) most commonly measures the share of ad impressions that become platform-counted views: VTR = (counted views ÷ impressions) × 100, with YouTube TrueView counting a view at 30 seconds or completion. In attribution contexts, VTR instead means the share of impressions that led to a conversion without a click. Always confirm which meaning a report uses.

Impressions

Impressions measure the total number of times an advertisement is shown to users, regardless of whether they interact with it. Each time an ad appears on a screen counts as one impression, though viewability standards may require minimum exposure duration or percentage in view to count as a valid impression.

Share of Voice (SOV)

Share of Voice quantifies a brand's presence and visibility in the market compared to competitors or total market activity. It measures relative market presence across paid advertising impressions, organic social media engagement, PR mentions, and other trackable communications channels. SOV helps evaluate competitive position and communication effectiveness.

Churn Rate (CR)

Churn rate measures the proportion of customers who discontinue their relationship with a company during a specific timeframe. For subscription businesses, this means cancellations or non-renewals. For non-subscription businesses, churn is often defined as no purchase activity within a set period. It's a critical metric for evaluating customer retention and business health.

Customer Retention Rate (CRR)

Customer Retention Rate measures the proportion of customers who remain active with a company during a specific timeframe. For subscription businesses, this means continued subscriptions. For non-subscription businesses, retention is often defined as repeat purchase activity within a set period. It's a key metric for evaluating customer loyalty, satisfaction, and the effectiveness of retention strategies.

Return on Investment (ROI)

Return on Investment measures the profitability of an investment by comparing the net profit (revenue minus all costs) to the total investment cost. In marketing, it considers all costs including media spend, creative production, technology, overhead, and operational expenses, making it a more comprehensive metric than ROAS which focuses specifically on ad spend.

Exponential Moving Average (EMA)

An exponential moving average is a type of moving average that places greater weight on more recent data points, making it more responsive to recent changes while still smoothing out noise. Each period's EMA blends the newest value with the previous EMA, so older data fades exponentially rather than dropping out abruptly. This is particularly useful for metrics that require faster reaction to changes, such as fatigue inflections or post-launch drops.

Statistical Significance

Statistical significance indicates whether an observed difference between variants in an experiment is likely to be due to random chance or represents a genuine effect. In advertising, it helps determine if differences in key metrics like CTR, conversion rate, or ROAS between ad variants or campaigns represent real performance differences rather than random fluctuations. This is crucial for making data-driven optimization decisions and avoiding false conclusions based on temporary variations.

Confidence Interval

A confidence interval provides a range of values that likely contains the true value of a metric, given a certain confidence level. In digital advertising, it helps marketers understand the reliability of their performance measurements and make more informed decisions about campaign optimization. Wider intervals suggest more uncertainty, while narrower intervals indicate more precise estimates of true performance.

Sample Size

Sample size refers to the number of observations or data points collected in a sample, and is a crucial factor in determining the precision of statistical estimates. In advertising, it directly impacts the confidence, reliability, and validity of metrics such as conversion rates, click-through rates, and return on ad spend (ROAS). The larger the sample size, the more reliable the results, as smaller samples can lead to more variability and less confidence in the conclusions drawn from the data.

Variance

Variance is the average of the squared differences between each data point and the mean — the foundational measure of how spread out a metric's values are. In digital advertising, variance quantifies the volatility of metrics like daily CPA, ROAS, or CTR: a campaign averaging a $50 CPA with low variance delivers predictable results, while the same average with high variance swings between cheap and expensive days. Because the differences are squared, variance is expressed in squared units, so practitioners usually report its square root — the standard deviation — while variance itself powers significance tests and sample-size math.

False Positive

A false positive occurs when a test, algorithm, or detection system incorrectly identifies a positive result when the condition being tested for is not actually present. In marketing analytics, false positives can lead to incorrect conclusions about campaign performance, audience behavior, or anomaly detection, potentially resulting in misallocated resources or inappropriate optimization decisions.

Overfitting

Overfitting occurs when a statistical model or machine learning algorithm captures random noise and fluctuations in training data rather than the underlying pattern, resulting in excellent performance on historical data but poor generalization to new data. In marketing analytics, overfitting leads to optimization decisions based on statistical artifacts rather than genuine insights, often resulting in disappointing performance when strategies are implemented.

False Negative

A false negative occurs when a test, algorithm, or detection system fails to identify a condition or event that is actually present. In digital advertising, false negatives represent missed opportunities where the system fails to recognize valuable signals, such as potential conversions, fraud instances, or relevant audience segments. These errors can lead to underreporting of performance, missed optimization opportunities, and inefficient resource allocation.

Population Mean

The population mean is the average value of a variable calculated using all members of a population, rather than just a sample. In digital advertising, it represents the true average value of metrics like conversion rate, CTR, or CPC across the entire audience or campaign. Unlike sample means which contain sampling error, the population mean is the actual parameter being estimated in statistical analysis, though it's often impossible to measure directly due to resource constraints.

Anomaly Detection

Anomaly detection is the systematic process of identifying data points that deviate significantly from expected patterns using statistical methods and machine learning. In digital advertising, it's crucial for detecting performance issues, fraud, tracking problems, and other irregularities that require immediate attention. The process typically involves establishing baseline performance patterns, setting statistical thresholds, and automatically flagging deviations that exceed normal variance ranges.

Standard Deviation

Standard deviation quantifies the amount of variation in advertising metrics, helping marketers understand performance volatility and set appropriate monitoring thresholds. It is the square root of the variance, expressed in the same units as the metric itself — for roughly normal data, about 68% of observations fall within one standard deviation of the mean and about 95% within two. In digital advertising, it's crucial for identifying abnormal performance and creating optimization rules that account for natural fluctuations.

Best Used For

  • Smoothing highly variable daily metrics
  • Identifying true performance trends
  • Reducing impact of outliers and seasonality
  • Making data-driven optimization decisions

How AdSights helps you track Moving Average

Daily creative metrics are too noisy to read raw, but over-smoothed dashboards hide fatigue until weeks after it starts. AdSights tracks each variant on smoothed trend lines tuned to the metric's volatility, so a genuine CTR decline separates from daily noise early — a creative refresh at the first real inflection, not after a month of wasted spend.

Want AI to track Moving Average across your creative automatically?

Request early access

Supplemental Resources

Frequently asked questions

Common questions about Moving Average, answered.

What window should I use for a moving average of ad metrics?
Match the window to the decision speed. A 7-day window is the workhorse for ad data because it cancels the weekday/weekend cycle exactly while staying responsive; 14 or 28 days suit strategic reads like monthly ROAS trends; 3-day windows track fast-moving launches but keep more noise. The trade-off is fixed: longer windows are smoother but lag reality by roughly half the window length.
What is the difference between a simple and an exponential moving average?
A simple moving average weights every period in the window equally — a day from a week ago counts the same as yesterday. An exponential moving average (EMA) applies exponentially decaying weights so recent data dominates, reacting faster to genuine changes at the cost of slightly less smoothing. Use the simple version for stable reporting baselines; prefer an EMA when catching turning points quickly matters, like fatigue detection.
Can a moving average hide creative fatigue?
Yes — smoothing trades responsiveness for stability, so a long window can mask the early inflection where a creative starts decaying. A 28-day average of a fatiguing ad's CTR keeps coasting on old, healthy data after the recent days have broken down. The fix is reading two horizons together: a short or exponential average for detection, a longer one for confirmation. A short line persistently below the long one means fatigue is underway.

Related Terms

Statistical Significance

Related term

metrics, similar

Exponential Moving Average (EMA)

Related term

metrics, similar

Standard Deviation

Related term

metrics, component

Anomaly Detection

Related term

metrics, similar

Mentioned in

Articles from the AdSights blog that discuss Moving Average.