Pro Plan15 minutesintermediate

Media Content Performance

Analyze which content performs best and optimize your editorial strategy.

mediacontentperformanceanalyticseditorial
Last updated: January 15, 2025

Measure content performance to understand what resonates with your audience and inform editorial decisions.

Content Performance Dashboard

Key Content Metrics

MetricDefinitionWhat It Tells You
PageviewsTotal loadsReach/volume
Unique ViewersDistinct readersAudience size
Avg Time on PageTime spent readingContent quality
Scroll Depth% of article seenEngagement
Exit RateLeft from articleContent satisfaction
SharesSocial amplificationViral potential

Performance Formula

Calculate a content score:

// Content performance score
function calculateContentScore(article) {
  const weightedScore =
    (article.pageviews / avgPageviews) * 0.2 +
    (article.timeOnPage / avgTimeOnPage) * 0.3 +
    (article.scrollDepth / 100) * 0.25 +
    (article.shares / avgShares) * 0.15 +
    (article.comments / avgComments) * 0.10;

  return Math.min(100, weightedScore * 20);
}

Analyzing Top Content

Top Articles Dashboard

View in AnalyticsContentTop Articles:

ArticleViewsTimeScrollScore
Major Event Coverage45K5:2082%95
Expert Analysis32K6:4588%92
Photo Gallery28K3:1045%78
Quick News55K1:2035%65

Filter by Time Period

Compare performance over time:

  • Today vs yesterday
  • This week vs last week
  • This month vs last month
  • Custom date ranges

Sort by Different Metrics

Not all content goals are the same:

  • Reach: Sort by pageviews
  • Engagement: Sort by time on page
  • Quality: Sort by scroll depth
  • Virality: Sort by shares

Content Lifecycle Analysis

The Content Curve

Track how content performs over time:

Time Since Publish% of Total Views
Hour 115%
Hours 2-630%
Hours 6-2425%
Days 2-720%
Week 2+10%

Evergreen vs Breaking

Breaking News Pattern:

Views peak in hours, decay quickly
Day 1: 80% of all views
Day 7: 2% of all views

Evergreen Pattern:

Steady views over time
Day 1: 10% of all views
Month 6: Still getting views

Track Content Age Performance

// Track by content age
zenovay('track','article_viewed', {
  article_id: 'art_12345',
  days_since_publish: 45,
  is_evergreen: true,
  last_updated: '2025-01-10'
});

Category Performance

Compare Categories

CategoryArticlesAvg ViewsAvg TimeAvg Score
Breaking12015K1:4572
Analysis458K5:3085
Opinion605K4:2078
Lifestyle806K3:0070

Category Insights

  • Breaking: High volume, lower engagement
  • Analysis: Lower volume, higher engagement
  • Opinion: Polarizing (shares OR bounces)
  • Lifestyle: Steady performer

Author Performance

Author Leaderboard

AuthorArticlesTotal ViewsAvg ScoreBest Article
Sarah Chen24320K82Expert Analysis
Mike Johnson35280K75Event Coverage
Lisa Park18190K88Deep Dive

Author Analytics

Track per author:

  • Publishing frequency
  • Average performance
  • Best performing topics
  • Audience engagement

Content Type Analysis

Compare Content Types

TypeAvg ViewsAvg TimeScrollCost/View
Long-form8K6:0075%$0.05
Short news15K1:3040%$0.02
Listicle12K2:3055%$0.03
Video6K4:00N/A$0.15
Gallery10K3:00N/A$0.04

Format Optimization

Different formats for different goals:

  • Traffic: Short news, listicles
  • Engagement: Long-form, video
  • Social: Listicles, galleries
  • Subscriptions: Analysis, exclusives

Headline Testing

A/B Test Headlines

// Track headline variant
zenovay('track','headline_test', {
  article_id: 'art_12345',
  variant: 'B',
  headline: 'You Won\'t Believe What Happened Next',
  shown_to: 'test_group_b'
});

Measure Headline Performance

VariantImpressionsClicksCTRTime on Page
A: Informative50K3.5K7.0%4:30
B: Curiosity50K4.8K9.6%2:45

Insight: Curiosity headlines get more clicks but lower engagement.

Content Recirculation

Track Internal Navigation

// Track how readers move between articles
zenovay('track','recirculation', {
  from_article: 'art_12345',
  to_article: 'art_67890',
  method: 'related_articles',
  position: 2
});

Recirculation Metrics

MethodClicks% of Traffic
Related articles45K35%
Category links28K22%
Author articles12K9%
Trending widget18K14%
Recommendations25K20%

Content Decay Analysis

Identify Declining Content

Track content that needs refresh:

// Compare current vs historical performance
zenovay('track','content_decay', {
  article_id: 'art_12345',
  views_30d_ago: 500,
  views_current: 50,
  decay_rate: 90, // percent decline
  is_evergreen: true,
  needs_refresh: true
});

Refresh Opportunities

ArticleAgeCurrent ViewsPeak ViewsAction
Guide to X180d20/day500/dayRefresh
Best Y of 2024365d5/day1000/dayUpdate
How to Z90d100/day200/dayMonitor

Content Attribution

Traffic Source by Content

SourceTop Content TypeEngagement
Google SearchEvergreen guidesHigh
Google NewsBreaking storiesMedium
FacebookLifestyle, visualLow
Twitter/XBreaking, opinionMedium
EmailCurated picksHighest

SEO Performance

Track search-driven content:

  • Ranking keywords
  • Search traffic trend
  • Click-through rate
  • SERP position

Content Goals

Set Content Goals

  1. Go to GoalsCreate
  2. Set content goals:
    • Pageviews per article
    • Average time on page
    • Scroll depth threshold
    • Shares per article

Goal Examples

GoalMetricTarget
ReachPageviews10K/article
EngagementAvg time3+ minutes
QualityScroll 75%+40% of readers
ViralityShares100/article

Content Reporting

Weekly Content Report

Include:

  • Top 10 articles
  • Category breakdown
  • Author performance
  • Traffic sources
  • Trending topics
  • Recommendations

Monthly Analysis

Deep dive:

  • Content themes that worked
  • Format comparisons
  • Seasonal trends
  • Investment ROI

Editorial Insights

Data-Driven Decisions

Use data to inform:

  • What to cover: Topics that resonate
  • How to cover: Optimal format/length
  • When to publish: Peak engagement times
  • Who should write: Author-topic fit

Content Calendar Optimization

DayBest ContentEngagement
MondayAnalysisHigh
TuesdayHow-toMedium
WednesdayNewsMedium
ThursdayOpinionMedium
FridayLifestyleHigh
WeekendEvergreenMedium

Best Practices

Content Measurement

  1. Define success per content type

    • News: Speed, reach
    • Analysis: Engagement, shares
    • Guides: Evergreen traffic
  2. Track the full lifecycle

    • Publish to peak
    • Peak to decline
    • Refresh opportunities
  3. Connect to business goals

    • Subscriptions driven
    • Ad revenue generated
    • Audience growth

Avoid Vanity Metrics

  • Pageviews alone aren't success
  • Consider quality metrics
  • Balance reach and engagement

Next Steps

Was this article helpful?