<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Metrics data and research | Audiencers</title>
	<atom:link href="https://theaudiencers.com/tag/metrics-data-and-research/feed/" rel="self" type="application/rss+xml" />
	<link>https://theaudiencers.com/tag/metrics-data-and-research/</link>
	<description>Engagement, conversion &#38; retention</description>
	<lastBuildDate>Mon, 17 Aug 2026 08:54:08 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://theaudiencers.com/wp-content/uploads/2025/11/cropped-Favicon-Audiencers-Black@2x-32x32.png</url>
	<title>Metrics data and research | Audiencers</title>
	<link>https://theaudiencers.com/tag/metrics-data-and-research/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Synthetic audiences: where they help, where they stop, and how to run one</title>
		<link>https://theaudiencers.com/synthetic-audiences-where-they-help-where-they-stop-and-how-to-run-one/</link>
		
		<dc:creator><![CDATA[Khalil A. Cassimally]]></dc:creator>
		<pubDate>Mon, 17 Aug 2026 08:47:53 +0000</pubDate>
				<category><![CDATA[Operations]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Metrics data and research]]></category>
		<category><![CDATA[Product and strategy execution]]></category>
		<guid isPermaLink="false">https://theaudiencers.com/?p=53659</guid>

					<description><![CDATA[<p>Understand and use synthetic audiences to make better decisions whilst understanding the limitations of this method </p>
<p>The post <a href="https://theaudiencers.com/synthetic-audiences-where-they-help-where-they-stop-and-how-to-run-one/">Synthetic audiences: where they help, where they stop, and how to run one</a> appeared first on <a href="https://theaudiencers.com">Audiencers</a>.</p>
]]></description>
										<content:encoded><![CDATA[        <div
            class="poool-engage-element"
                            id="engage-pre-content-banner"
                                ></div>
    
<p class="wp-block-paragraph">Khalil A. Cassimally is an audience consultant and coach who helps organisations align teams around change, user needs and AI. </p>



<p class="wp-block-paragraph">Synthetic audiences promise fast, cheap reader feedback, but the claims made for them are easy to misread. Drawing on recent research and his own practice, he shares a practical four-step way to use synthetic audiences to:</p>



<ul class="wp-block-list">
<li>Recognise where synthetic feedback stops being trustworthy</li>



<li>Run a panel grounded in material your newsroom already has</li>



<li>Test language, narrow options and surface objections before committing</li>
</ul>



<style data-wp-block-html="css">
.ta-box{background:#f2f7f2!important;border:0!important;border-top:4px solid #f5e663!important;border-radius:10px!important;padding:24px 28px!important;margin:2rem 0!important}
.ta-box .ta-top{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;margin:0 0 12px!important;padding:0!important;border:0!important}
.ta-box .ta-title{font-family:ui-monospace,Menlo,monospace!important;font-weight:700!important;font-size:15px!important;text-transform:none!important;letter-spacing:0!important}
.ta-box .ta-btn{font-family:ui-monospace,Menlo,monospace!important;font-size:13px!important;font-weight:400!important;line-height:1.2!important;padding:6px 14px!important;border:1px solid #1d9e75!important;background:#fff!important;background-image:none!important;color:#1d9e75!important;border-radius:6px!important;cursor:pointer!important;white-space:nowrap!important;text-transform:none!important;letter-spacing:0!important;box-shadow:none!important;width:auto!important;height:auto!important;min-width:0!important}
.ta-box .ta-btn:hover{background:#1d9e75!important;color:#fff!important}
.ta-box .ta-text{font-family:ui-monospace,Menlo,monospace!important;font-size:15px!important;line-height:1.7!important;white-space:pre-wrap!important;margin:0!important;padding:0!important;background:none!important;background-color:transparent!important;border:0!important;border-radius:0!important;overflow:visible!important;max-height:none!important}
.ta-box .ta-text{box-shadow:none!important;filter:none!important;outline:none!important}
</style>

<div class="ta-box">
  <div class="ta-top">
    <span class="ta-title">Key takeaways to copy &amp; share</span>
    <button type="button" class="ta-btn" onclick="taCopy(this)">Copy</button>
  </div>
  <pre class="ta-text">&gt; Audience consultant Khalil Cassimally's rule is to use synthetic audiences to narrow, never to decide. They rank options and surface objections, but cannot tell you magnitudes like willingness to pay

&gt; Start with the decision you need to make, not the question you want to ask. Most synthetic research fails by producing interesting material nobody was ever going to act on

&gt; Ground the panel in words real readers actually wrote. Old interview transcripts, cancellation reasons, unread survey comments. The test is whether you can name the humans inside the system

&gt; Most teams only ever count responses. The better question is where your draft conflicts with what you have documented about a reader, which is analysis rather than impersonation

&gt; Tell it to answer as a reader rather than an analyst, and that indifference is valid. Then validate whatever survives with real people, which is where the saving comes from</pre>
</div>

<script>
function taCopy(btn){
  var box = btn.closest('.ta-box');
  var t = box.querySelector('.ta-text').innerText;
  navigator.clipboard.writeText(t + '\n\nvia ' + window.location.origin + window.location.pathname).then(function(){
    btn.textContent = 'Copied';
    setTimeout(function(){ btn.textContent = 'Copy'; }, 2000);
  });
}
</script>



<p class="wp-block-paragraph">Audience research in most newsrooms comes in two states. Either we talk to real people or we don’t do it at all. In my experience, the second is far more common than the first.</p>



<p class="wp-block-paragraph">And where research does happen, rather than being systematic, it tends to happen once in a while. Worse still, its insights usually go into a report or a slide deck, which just sits in a shared drive.</p>



<h2 class="wp-block-heading">What we lose by not doing research</h2>



<p class="wp-block-paragraph">Organisations that research their audiences well outperform the ones that don’t. The gap is not small. A <a href="https://maze.co/resources/research-maturity-report/">study</a> compared companies with mature research practices against those with weak ones across a dozen business outcomes. On revenue, 47% of high-maturity organisations reported a positive impact against 11% of low-maturity ones. On customer retention, 58% against 24%. Averaged across every outcome measured, the research-mature organisations came out 2.3 times ahead.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img data-dominant-color="646769" data-has-transparency="true" style="--dominant-color: #646769;" fetchpriority="high" decoding="async" width="1024" height="576" sizes="(max-width: 1024px) 100vw, 1024px" src="https://theaudiencers.com/wp-content/uploads/2026/08/image-3-1024x576.png" alt="audience research is important" class="wp-image-53664 has-transparency" srcset="https://theaudiencers.com/wp-content/uploads/2026/08/image-3-1024x576.png 1024w, https://theaudiencers.com/wp-content/uploads/2026/08/image-3-300x169.png 300w, https://theaudiencers.com/wp-content/uploads/2026/08/image-3-768x432.png 768w, https://theaudiencers.com/wp-content/uploads/2026/08/image-3-1536x864.png 1536w, https://theaudiencers.com/wp-content/uploads/2026/08/image-3-332x187.png 332w, https://theaudiencers.com/wp-content/uploads/2026/08/image-3-664x374.png 664w, https://theaudiencers.com/wp-content/uploads/2026/08/image-3-688x387.png 688w, https://theaudiencers.com/wp-content/uploads/2026/08/image-3-1376x774.png 1376w, https://theaudiencers.com/wp-content/uploads/2026/08/image-3-1044x587.png 1044w, https://theaudiencers.com/wp-content/uploads/2026/08/image-3-1400x788.png 1400w, https://theaudiencers.com/wp-content/uploads/2026/08/image-3-1920x1080.png 1920w, https://theaudiencers.com/wp-content/uploads/2026/08/image-3.png 2048w" /></figure>
</div>


<p class="wp-block-paragraph">None of that is unique to the media but the mechanism is familiar to anyone who has been a part of a redesign that’s gone badly. Knowing what readers actually think changes what gets built. Not knowing means guessing, and guesses compound.</p>



<h2 class="wp-block-heading">The questions most research doesn&#8217;t tackle</h2>



<p class="wp-block-paragraph">        <div
            class="restricted-content"
            data-poool-mode="excerpt"
            data-poool="80"
                    >
            Few newsrooms are commissioning representative surveys. Meanwhile interviews cost real money and real weeks. Plenty of newsrooms also treat editorial instinct as the senior evidence, with audience feedback consulted after instinct has already decided. The effect is the same either way. When there is appetite for research, it goes to the bigger decisions while everything else gets settled without evidence.</p>



<p class="wp-block-paragraph">That leaves a whole category of question permanently unanswered. The recurring ones, where we need to know:</p>



<ul class="wp-block-list">
<li>How a piece of content will serve the users we are trying to reach</li>



<li>Which of several options is weakest, before we invest in any of them</li>



<li>What objections a change is likely to run into</li>



<li>How different groups of users will react to the same thing</li>
</ul>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img data-dominant-color="1a2124" data-has-transparency="true" style="--dominant-color: #1a2124;" decoding="async" width="1024" height="576" sizes="(max-width: 1024px) 100vw, 1024px" src="https://theaudiencers.com/wp-content/uploads/2026/08/image-1024x576.png" alt="When to consider synthetic research" class="wp-image-53660 has-transparency" srcset="https://theaudiencers.com/wp-content/uploads/2026/08/image-1024x576.png 1024w, https://theaudiencers.com/wp-content/uploads/2026/08/image-300x169.png 300w, https://theaudiencers.com/wp-content/uploads/2026/08/image-768x432.png 768w, https://theaudiencers.com/wp-content/uploads/2026/08/image-1536x864.png 1536w, https://theaudiencers.com/wp-content/uploads/2026/08/image-332x187.png 332w, https://theaudiencers.com/wp-content/uploads/2026/08/image-664x374.png 664w, https://theaudiencers.com/wp-content/uploads/2026/08/image-688x387.png 688w, https://theaudiencers.com/wp-content/uploads/2026/08/image-1376x774.png 1376w, https://theaudiencers.com/wp-content/uploads/2026/08/image-1044x587.png 1044w, https://theaudiencers.com/wp-content/uploads/2026/08/image-1400x788.png 1400w, https://theaudiencers.com/wp-content/uploads/2026/08/image-1920x1080.png 1920w, https://theaudiencers.com/wp-content/uploads/2026/08/image.png 2048w" /></figure>
</div>


<p class="wp-block-paragraph">To take one example: whether a new onboarding flow feels like a data grab. Too small to commission a study for, and it creates uncertainty that festers within the onboarding team. So somebody decides on instinct, usually whoever is most senior, and the instinct becomes the decision. It might well be right. Nobody will ever know though because nothing was tested.</p>



<p class="wp-block-paragraph">This is the gap synthetic audiences fill. They don’t have to replace the research we already do well. What they change is the dozens of small calls a month that currently run on somebody’s hunch. And for the many newsrooms doing no audience research at all, the comparison isn’t between synthetic feedback and properly-designed research. It’s between synthetic feedback and nothing, and synthetic feedback done well beats nothing.</p>



<p class="wp-block-paragraph">The value is that a whole class of decisions moves from opinion to evidence, at a cost and speed that makes asking routine.</p>



<h2 class="wp-block-heading">What a synthetic audience is</h2>



<p class="wp-block-paragraph">“Synthetic audience” is an umbrella term, and the field hasn’t settled on what sits under it. You’ll see people use synthetic personas, synthetic users, digital twins, synthetic panels and silicon samples loosely and sometimes interchangeably. I’m using three here because the differences between them change what we can trust.</p>



<ul class="wp-block-list">
<li><strong>A synthetic user</strong> is an LLM given a description of a type of person and asked to respond as they would. We write the description – the segment’s age range and media habits, whatever we know – put it in the prompt, and ask the question. Nothing sits underneath it. What comes back is the model’s averaged sense of what somebody matching that description would say, assembled from everything in its training data about people like that.</li>



<li><strong>A digital twin</strong> is built from one real person’s own material: an interview transcript, their survey answers, their support emails, their behaviour on our site. That material goes into the prompt and the model answers new questions as that person. It’s also possible to fine-tune a commercially available LLM on the material instead of putting it in the prompt. Academic studies from <a href="https://arxiv.org/abs/2411.10109">Stanford</a> and <a href="https://arxiv.org/abs/2509.19088">Columbia</a> tested that route, and neither found it beat simply placing the person’s words in the prompt. Which is good news for small teams: building a twin should not require any substantial engineering lift.</li>



<li><strong>A synthetic panel</strong> is either of the above, multiplied. We can build twenty or fifty across our segments, put the same question to all of them, and read the pattern rather than any single answer.</li>
</ul>



<h2 class="wp-block-heading">What synthetic audiences are good for</h2>



<p class="wp-block-paragraph">A number of use cases have emerged. These four have the clearest evidence behind them:</p>



<p class="wp-block-paragraph"><strong>Testing language before it goes out.</strong> Paywall messages, membership appeals, onboarding copy, campaign framing. We put the draft in front of a synthetic panel and ask what they find unclear and what would make them stop reading. This is the highest-value use, partly because language is what these models handle best, and partly because it’s a decision we make most often.</p>



<p class="wp-block-paragraph"><strong>Narrowing a field of options.</strong> Six newsletter concepts, or four pricing structures. The panel won’t tell us which one to launch. But it will reliably tell us which ones are weakest. So, the real research budget goes to the survivors. Spindrift Beverage Co., a US drinks brand, <a href="https://www.wsj.com/business/ai-startup-aaru-young-founders-35da7f87">used a synthetic panel</a> to choose between new product concepts. It reached the same answer in a week that a 500-person consumer study had taken two months to produce.</p>



<p class="wp-block-paragraph"><strong>Surfacing objections we haven’t thought of.</strong> Ask the panel what would stop them subscribing, or what they’d assume about us from our about page, and we get a list of concerns to check. Where synthetic panels have been compared against real research, they have identified <a href="https://getminds.ai/blog/synthetic-vs-real-respondents-accuracy">the same themes and the same objections</a>. The magnitude and the proportions differ, the list doesn’t.</p>



<p class="wp-block-paragraph"><strong>Comparing groups against the same thing.</strong> Put one paywall message to a synthetic lapsed-subscriber panel and a synthetic loyal-reader panel, then read the difference. Relative comparison is where these systems are most useful.</p>



<p class="wp-block-paragraph">You may have spotted that all of the four use cases narrow or pressure-test rather than decide.</p>



<h2 class="wp-block-heading">How accurate are synthetic audiences</h2>



<p class="wp-block-paragraph">A figure of around 85% circulates in coverage of this field, usually without much explanation. Read quickly, it suggests a synthetic version of a person gets 85 out of every 100 answers right. That isn’t what was measured.</p>



<p class="wp-block-paragraph">The figure comes from <a href="https://arxiv.org/abs/2411.10109">the Stanford study</a>. Researchers interviewed just over a thousand people at length. They built a digital twin of each person from their interview transcript. Then they tested whether the twin could predict that person’s answers to a survey the person had already completed.</p>



<p class="wp-block-paragraph">But they didn’t score the twin’s answers against the persons’ answers and leave it at that. Because if we ask a person to fill the same survey again two weeks later, they match their own earlier answers only about eight times in ten. (Memory shifts!) So, the fair question is not whether a twin matches perfectly. It’s how a twin does against that eight-in-ten human benchmark.</p>



<p class="wp-block-paragraph">Researchers found that the synthetic twins reached roughly 85% of that human benchmark – so, not 85% of the answers.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img data-dominant-color="191d17" data-has-transparency="true" style="--dominant-color: #191d17;" decoding="async" width="1024" height="576" sizes="(max-width: 1024px) 100vw, 1024px" src="https://theaudiencers.com/wp-content/uploads/2026/08/image-4-1024x576.png" alt="how synthetic responses match to human responses" class="wp-image-53666 has-transparency" srcset="https://theaudiencers.com/wp-content/uploads/2026/08/image-4-1024x576.png 1024w, https://theaudiencers.com/wp-content/uploads/2026/08/image-4-300x169.png 300w, https://theaudiencers.com/wp-content/uploads/2026/08/image-4-768x432.png 768w, https://theaudiencers.com/wp-content/uploads/2026/08/image-4-1536x864.png 1536w, https://theaudiencers.com/wp-content/uploads/2026/08/image-4-332x187.png 332w, https://theaudiencers.com/wp-content/uploads/2026/08/image-4-664x374.png 664w, https://theaudiencers.com/wp-content/uploads/2026/08/image-4-688x387.png 688w, https://theaudiencers.com/wp-content/uploads/2026/08/image-4-1376x774.png 1376w, https://theaudiencers.com/wp-content/uploads/2026/08/image-4-1044x587.png 1044w, https://theaudiencers.com/wp-content/uploads/2026/08/image-4-1400x788.png 1400w, https://theaudiencers.com/wp-content/uploads/2026/08/image-4-1920x1080.png 1920w, https://theaudiencers.com/wp-content/uploads/2026/08/image-4.png 2048w" /></figure>
</div>


<p class="wp-block-paragraph">The figure tells us that synthetic twins built on rich individual material carry genuine signals about the people they came from.</p>



<p class="wp-block-paragraph">The evidence in this field is still early, and most of it comes from outside media. For me, that’s another reason to use synthetic audiences for narrowing rather than deciding, which is what the rest of this piece argues for.</p>



<h2 class="wp-block-heading">Where synthetic audiences stop</h2>



<p class="wp-block-paragraph"><strong>They can’t tell us how much.</strong> <a href="https://arxiv.org/abs/2509.19088">Synthetic responses cluster.</a> Real people spread out more across opinions, while synthetic ones converge towards each other. A panel can tell us which option comes out ahead. It can’t tell us by how much, which rules out adoption rates, willingness to pay, satisfaction scores and anything else where the size of the number is the finding.</p>



<p class="wp-block-paragraph"><strong>They can’t show us the small segments that matter.</strong> Clustering also means that the users at the edges disappear: the share of subscribers already on their way to cancelling, or the small core of superfans who account for a disproportionate slice of revenue. Those groups are small because they’re specific, and specificity is something a synthetic panel loses.</p>



<p class="wp-block-paragraph"><strong>They tilt in a consistent direction.</strong> <a href="https://lanceaai.substack.com/p/the-hallucinated-empathy-problem">Synthetic respondents tend to be WEIRD</a> (Western, Educated, Industrialised, Rich, and Democratic). They come out <a href="https://arxiv.org/abs/2509.19088">more comfortable with technology, less worried about privacy, better informed and more agreeable</a> than the people they’re modelled on.</p>



<p class="wp-block-paragraph"><strong>They shouldn’t speak for communities we haven’t spoken to.</strong> A team in the US building a WhatsApp media-literacy service for the Indian diaspora tried synthetic personas and <a href="https://youtu.be/mANdTOP4j9w?si=I8RbwhOHosKz9qKO&amp;t=1473">got the diaspora as Westernised media imagines it</a>. They caught it because they knew what the actual community sounds like. This is the kind of stereotype that synthetic responses can perpetuate.</p>



<h2 class="wp-block-heading">How to start experimenting with synthetic audiences</h2>



<p class="wp-block-paragraph">Running a synthetic panel takes four steps, and each exists to make the next one worth doing.</p>



<p class="wp-block-paragraph">The first fixes what you’re actually trying to settle, so you don’t generate material nobody acts on. The second decides what evidence the panel stands on, which sets how much weight its answers can carry. The third picks the kind of question you’re putting to it, which determines whether the answer is usable at all. The fourth gets an honest answer out, then records it in a form a colleague can judge for themselves rather than take on trust.</p>



<p class="wp-block-paragraph">Set up once, the marginal cost of the next question is close to nothing. That’s the point. You’re building something you put questions to whenever they come up.</p>



<h2 class="wp-block-heading">1. Fix the decision before you write the question</h2>



<p class="wp-block-paragraph">Most synthetic research fails before a panel is ever built, by producing interesting material nobody was going to act on in the first place.</p>



<p class="wp-block-paragraph">Understand what you’re trying to achieve – what decision you’re hoping to make. Then determine the insights you need to inform the decision. Then figure out how to get those insights from a synthetic panel.</p>



<p class="wp-block-paragraph">This ensures that the work you’re going to do is aligned with what you’re working towards. This is the step that stops the output becoming a slide nobody uses.</p>



<figure class="wp-block-image size-large"><img data-dominant-color="040a0b" data-has-transparency="true" style="--dominant-color: #040a0b;" loading="lazy" decoding="async" width="1024" height="576" sizes="(max-width: 1024px) 100vw, 1024px" src="https://theaudiencers.com/wp-content/uploads/2026/08/image-5-1024x576.png" alt="How to work towards objectives" class="wp-image-53668 has-transparency" srcset="https://theaudiencers.com/wp-content/uploads/2026/08/image-5-1024x576.png 1024w, https://theaudiencers.com/wp-content/uploads/2026/08/image-5-300x169.png 300w, https://theaudiencers.com/wp-content/uploads/2026/08/image-5-768x432.png 768w, https://theaudiencers.com/wp-content/uploads/2026/08/image-5-1536x864.png 1536w, https://theaudiencers.com/wp-content/uploads/2026/08/image-5-332x187.png 332w, https://theaudiencers.com/wp-content/uploads/2026/08/image-5-664x374.png 664w, https://theaudiencers.com/wp-content/uploads/2026/08/image-5-688x387.png 688w, https://theaudiencers.com/wp-content/uploads/2026/08/image-5-1376x774.png 1376w, https://theaudiencers.com/wp-content/uploads/2026/08/image-5-1044x587.png 1044w, https://theaudiencers.com/wp-content/uploads/2026/08/image-5-1400x788.png 1400w, https://theaudiencers.com/wp-content/uploads/2026/08/image-5-1920x1080.png 1920w, https://theaudiencers.com/wp-content/uploads/2026/08/image-5.png 2048w" /></figure>



<h2 class="wp-block-heading">2. Decide what data the panel is standing on</h2>



<p class="wp-block-paragraph">What a panel stands on sets the ceiling on everything after it. The same question put to a well-grounded panel and an ungrounded one produces answers that may look similar but instead mean completely different things.</p>



<p class="wp-block-paragraph">There are three levels:</p>



<ul class="wp-block-list">
<li><strong>Nothing.</strong> A prompt describing a reader, with no evidence underneath it. What comes back is the model’s general impression of people like that.</li>



<li><strong>Demographics.</strong> Market or audience data about the segment you’re aiming at. Better, and still a description of a category rather than of anybody.</li>



<li><strong>Real material from real readers.</strong> Words that actual people you can name said or wrote.</li>
</ul>



<p class="wp-block-paragraph">The test is whether you can name the humans whose words are in the system. If you can’t, you’re on one of the first two levels.</p>



<p class="wp-block-paragraph">Reaching the third level may be easier than it looks, depending on what your newsroom has kept. Worth looking for:</p>



<ul class="wp-block-list">
<li>Past interview transcripts, from any research project, however old</li>



<li>Open-text answers from surveys (which usually go unread)</li>



<li>Subscriber cancellation reasons</li>



<li>Support and complaints emails</li>



<li>Comments and community posts</li>
</ul>



<figure class="wp-block-image size-large"><img data-dominant-color="0d1719" data-has-transparency="true" style="--dominant-color: #0d1719;" loading="lazy" decoding="async" width="1024" height="576" sizes="(max-width: 1024px) 100vw, 1024px" src="https://theaudiencers.com/wp-content/uploads/2026/08/image-2-1024x576.png" alt="How to consolidate data" class="wp-image-53662 has-transparency" srcset="https://theaudiencers.com/wp-content/uploads/2026/08/image-2-1024x576.png 1024w, https://theaudiencers.com/wp-content/uploads/2026/08/image-2-300x169.png 300w, https://theaudiencers.com/wp-content/uploads/2026/08/image-2-768x432.png 768w, https://theaudiencers.com/wp-content/uploads/2026/08/image-2-1536x864.png 1536w, https://theaudiencers.com/wp-content/uploads/2026/08/image-2-332x187.png 332w, https://theaudiencers.com/wp-content/uploads/2026/08/image-2-664x374.png 664w, https://theaudiencers.com/wp-content/uploads/2026/08/image-2-688x387.png 688w, https://theaudiencers.com/wp-content/uploads/2026/08/image-2-1376x774.png 1376w, https://theaudiencers.com/wp-content/uploads/2026/08/image-2-1044x587.png 1044w, https://theaudiencers.com/wp-content/uploads/2026/08/image-2-1400x788.png 1400w, https://theaudiencers.com/wp-content/uploads/2026/08/image-2-1920x1080.png 1920w, https://theaudiencers.com/wp-content/uploads/2026/08/image-2.png 2048w" /></figure>



<p class="wp-block-paragraph">Prepare the material by anonymising the person and keeping the detail that makes them specific: their circumstances, and what they came to you for. Spread it across your segments rather than piling it up. Fifteen people covering five reader types beats forty of the same type.</p>



<h2 class="wp-block-heading">3. Pick the job</h2>



<p class="wp-block-paragraph">There’s more than one kind of question you can put to a synthetic panel. Two are worth setting out here, because most teams use the first but never the second. Choosing deliberately between them is what separates a usable answer from a merely plausible one.</p>



<ul class="wp-block-list">
<li><strong>Count them.</strong> Put the same question to the whole panel and use the aggregate: which of six concepts is weakest, or which objection comes up most often. Read the ranking and ignore the margins. This is the workhorse, and it’s subject to the tilt described earlier.</li>



<li><strong>Analyse against them.</strong> Instead of asking how users would react to a membership appeal, ask where that appeal conflicts with what you’ve documented about them. The model isn’t being asked to be anyone. It compares your draft against a profile you wrote and can check, then hands back specific points of friction you can verify or throw out. Most teams never try this, and it’s the job best matched to what these systems genuinely do well, which is analyse language.</li>
</ul>



<h2 class="wp-block-heading">4. Make it argue back, then record what you did</h2>



<p class="wp-block-paragraph">Left alone, these models are agreeable, and an agreeable panel tends to tell you what you already believe.</p>



<p class="wp-block-paragraph">Three things to build into the prompt:</p>



<ul class="wp-block-list">
<li><strong>Tell it to answer as a reader rather than as an analyst.</strong> Otherwise the responses arrive sounding like a dull report, with tidy conclusions no human user would share.</li>



<li><strong>Tell it that being indifferent is a valid answer.</strong> Plenty of readers genuinely don’t care, and a panel where everyone holds a strong view is already wrong.</li>



<li><strong>Show it a few examples of how real people answered a similar question,</strong> with any polished phrasing taken out.</li>
</ul>



<p class="wp-block-paragraph">Then narrow with the panel and validate the surviving one or two options with real people. You’re only testing what has already survived something, which is where the saving comes from.</p>



<p class="wp-block-paragraph">Finally, write up what you ran: who the panel was defined as, what it was grounded in, what you showed it, what you asked, what came back, and what still needs checking. Synthetic output is convincing whether or not it happens to be right. In one study, experienced researchers reviewing persona material <a href="https://dl.acm.org/doi/10.1145/3613905.3650860">could not reliably say which of it had been written by people</a>. Making the output less convincing doesn’t help either, because results that read as obviously machine-made don’t get acted on. Since you can’t remove the believability, the write-up is what stops a plausible answer becoming a fact by repetition.</p>



<h2 class="wp-block-heading">Start with the research you already have</h2>



<p class="wp-block-paragraph">The case for synthetic audiences isn’t that they closely match real readers. Academic testing has consistently found that they don’t. The case is that most audience questions in most newsrooms are currently answered by whoever is most senior in the room, and a synthetic panel grounded in things our actual readers said is better than that.</p>



<p class="wp-block-paragraph">So, use them to narrow, not to decide. Ground them in real material, and know which level you’re on. Ask them to compare and to analyse. Keep them away from magnitudes, from the small segments that may matter most, and from communities you haven’t met. And, finally, validate what survives with people.</p>



<p class="wp-block-paragraph">To get started: find the research your newsroom already commissioned and hasn’t opened since – the launch interviews, the subscriber survey, last year’s churn study – and work out which of this month’s decisions it could answer, if only you could ask it questions.        </div>
                <div
            class="poool-access-paywall locked"
            id="poool-widget-737d48d8a974d"
                            data-blocking-method="client"
                                                                            data-page-type="free"
                    ></div>
        <div className="engage-post-paywall-banner" data-display-on="release"></div>
    </p>
      <div data-ta-component="payment-form"></div>
            <div
            class="poool-engage-element"
                            id="engage-post-content-banner"
                                ></div>
            <div
            class="poool-engage-element"
                            id="engage-fullscreen-banner"
                                ></div>
    <p>The post <a href="https://theaudiencers.com/synthetic-audiences-where-they-help-where-they-stop-and-how-to-run-one/">Synthetic audiences: where they help, where they stop, and how to run one</a> appeared first on <a href="https://theaudiencers.com">Audiencers</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>What the F Are You Doing? Why frequency is the metric that matters in the AI era</title>
		<link>https://theaudiencers.com/what-the-f-are-you-doing-why-frequency-is-the-metric-that-matters-in-the-ai-era/</link>
		
		<dc:creator><![CDATA[Mark Zohar]]></dc:creator>
		<pubDate>Mon, 06 Jul 2026 13:43:29 +0000</pubDate>
				<category><![CDATA[Decisions]]></category>
		<category><![CDATA[Engagement]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Metrics data and research]]></category>
		<guid isPermaLink="false">https://theaudiencers.com/?p=52569</guid>

					<description><![CDATA[<p>Why the "F" in RFV is the metric that survives the AI era, and how you can develop it</p>
<p>The post <a href="https://theaudiencers.com/what-the-f-are-you-doing-why-frequency-is-the-metric-that-matters-in-the-ai-era/">What the F Are You Doing? Why frequency is the metric that matters in the AI era</a> appeared first on <a href="https://theaudiencers.com">Audiencers</a>.</p>
]]></description>
										<content:encoded><![CDATA[        <div
            class="poool-engage-element"
                            id="engage-pre-content-banner"
                                ></div>
    
<pre class="wp-block-verse"><a href="https://www.linkedin.com/in/markzohar/" target="_blank" rel="noreferrer noopener">Mark Zohar</a>, President and CEO of <a href="https://viafoura.com/" target="_blank" rel="noreferrer noopener">Viafoura</a>, shares why he believes that Frequency (the F in RFV) is the most important metric to be tracking in an era where content is increasingly a commodity that AI can summarize, paraphrase, and serve without ever sending a click your way.</pre>



<p class="wp-block-paragraph">The publishing industry has spent the better part of two decades chasing the wrong metrics.</p>



<p class="wp-block-paragraph">Publishers chased reach when scale was the story. They chased pageviews when programmatic told us impressions were currency. And now, in an AI era where Google’s AI Overviews, ChatGPT, Perplexity, and a growing constellation of answer engines are intercepting traffic before it ever reaches a publisher’s domain, the old playbook isn’t just tired. It’s broken.</p>



<p class="wp-block-paragraph">So here’s the question every publisher CEO, CRO, and audience leader should be asking right now:</p>



<p class="wp-block-paragraph"><strong><em>What the F are you doing?</em></strong></p>



<h2 class="wp-block-heading">The &#8220;F&#8221; in RFV is the metric that survives the AI era</h2>



<p class="wp-block-paragraph">RFV (Recency, Frequency, Volume) has been a customer-analytics staple for decades. Recency tells you when someone last showed up. Volume tells you how much content they consumed while they were there. But of those three letters, Frequency is the one that quietly does the heavy lifting. <strong>Frequency tells you whether you have a business.</strong></p>



<p class="wp-block-paragraph">Frequency is the metric that tracks habit formation. It’s the metric that signals brand loyalty. It’s the leading indicator of customer lifetime value, registration propensity, and subscription conversion. And in an environment where AI is steadily eroding the casual, search-driven, one-and-done visit, Frequency is the only metric that compounds in your favor.</p>



<p class="wp-block-paragraph">If a reader visits you once a month because Google sent them, you don’t have a reader. You have a rounding error.</p>



<p class="wp-block-paragraph">If that same reader visits you twelve times a month because they want to be there, to weigh in, to read what others are saying, to participate in a live conversation with your journalists, to follow a topic they care about, then you have a customer. You have ad inventory that actually performs. You have a registration waiting to happen. You have a subscriber in the making.        <div
            class="restricted-content"
            data-poool-mode="excerpt"
            data-poool="80"
                    >
            </p>



<h2 class="wp-block-heading">AI broke the funnel. Community rebuilds it.</h2>



<p class="wp-block-paragraph">The uncomfortable truth is that the open web’s traditional acquisition funnel, SEO at the top, content in the middle, monetization at the bottom, was always borrowed infrastructure. Publishers rented audience from platforms, and now those platforms are keeping the audience for themselves.</p>



<p class="wp-block-paragraph">The publishers who will win the next decade are the ones who own the relationship, not rent it. And ownership doesn’t come from content alone anymore. Content is increasingly a commodity that AI can summarize, paraphrase, and serve without ever sending a click your way.</p>



<p class="wp-block-paragraph">What AI cannot replicate is <strong>community</strong>. It cannot replicate the experience of debating a local election with your neighbors in a comment thread moderated by your newsroom. It cannot replicate a live Q&amp;A with the reporter who broke the story. It cannot replicate the feeling of being recognized, replied to, and known by a brand you trust.</p>



<p class="wp-block-paragraph">This is where Frequency lives.</p>



<h2 class="wp-block-heading">The Frequency Loop</h2>



<p class="wp-block-paragraph">When publishers invest in community-building experiences like commenting, Live Q&amp;As, topic-based chats, polls, personalized feeds, and real-time notifications, something powerful happens. Readers stop coming back for the content alone. They start coming back for the conversation.</p>



<p class="wp-block-paragraph">That shift creates what I call the <strong>Frequency Loop</strong></p>



<figure class="wp-block-image"><img data-dominant-color="f5f6f6" data-has-transparency="false" style="--dominant-color: #f5f6f6;" loading="lazy" decoding="async" width="1307" height="1000" sizes="(max-width: 1307px) 100vw, 1307px" src="https://theaudiencers.com/wp-content/uploads/2026/07/1779822173731.jpg" alt="Article content" class="wp-image-52578 not-transparent" srcset="https://theaudiencers.com/wp-content/uploads/2026/07/1779822173731.jpg 1307w, https://theaudiencers.com/wp-content/uploads/2026/07/1779822173731-300x230.jpg 300w, https://theaudiencers.com/wp-content/uploads/2026/07/1779822173731-1024x783.jpg 1024w, https://theaudiencers.com/wp-content/uploads/2026/07/1779822173731-768x588.jpg 768w, https://theaudiencers.com/wp-content/uploads/2026/07/1779822173731-332x254.jpg 332w, https://theaudiencers.com/wp-content/uploads/2026/07/1779822173731-664x508.jpg 664w, https://theaudiencers.com/wp-content/uploads/2026/07/1779822173731-688x526.jpg 688w, https://theaudiencers.com/wp-content/uploads/2026/07/1779822173731-1044x799.jpg 1044w" /></figure>



<p class="wp-block-paragraph">A reader visits for the content. They engage with the community. They get notified when someone replies, when a new live event starts, when a topic they care about is being discussed. They come back. They engage again. They register to keep participating. They subscribe to deepen the relationship. Every loop tightens the bond, increases the visit count, and unlocks more revenue per user.</p>



<p class="wp-block-paragraph">The economics of this loop are not theoretical. <a href="https://www.linkedin.com/company/viafoura/" target="_blank" rel="noreferrer noopener">Viafoura</a>&#8216;s data shows that engaged community members visit at a rate that is <strong>6-8 times higher</strong> than fly-by users. And the downstream impact is well documented across the industry. <a href="https://marketing.piano.io/subscription-performance-benchmark-report-2022" target="_blank" rel="noreferrer noopener">Piano’s Subscription Performance Benchmark</a> has found that registered users convert to paid subscriptions at roughly 45 times the rate of anonymous visitors. Frequency is what closes the gap between the two.</p>



<figure class="wp-block-image"><img data-dominant-color="d5cdc5" data-has-transparency="true" style="--dominant-color: #d5cdc5;" loading="lazy" decoding="async" width="1027" height="547" sizes="(max-width: 1027px) 100vw, 1027px" src="https://theaudiencers.com/wp-content/uploads/2026/07/1779823795477.png" alt="Article content" class="wp-image-52580 has-transparency" srcset="https://theaudiencers.com/wp-content/uploads/2026/07/1779823795477.png 1027w, https://theaudiencers.com/wp-content/uploads/2026/07/1779823795477-300x160.png 300w, https://theaudiencers.com/wp-content/uploads/2026/07/1779823795477-1024x545.png 1024w, https://theaudiencers.com/wp-content/uploads/2026/07/1779823795477-768x409.png 768w, https://theaudiencers.com/wp-content/uploads/2026/07/1779823795477-332x177.png 332w, https://theaudiencers.com/wp-content/uploads/2026/07/1779823795477-664x354.png 664w, https://theaudiencers.com/wp-content/uploads/2026/07/1779823795477-688x366.png 688w" /><figcaption class="wp-element-caption">Piano Subscription Performance Benchmark Report</figcaption></figure>



<p class="wp-block-paragraph">More frequency means more ad impressions. More frequency means higher page RPM, because engaged sessions monetize at premium rates. More frequency means a registered-user base that’s actually worth registering. More frequency means subscription offers that land, because the reader has already demonstrated, behaviourally, that they value what you do.</p>



<h2 class="wp-block-heading">What the F should you actually do?</h2>



<p class="wp-block-paragraph">If Frequency is the metric, here’s the honest diagnostic every publisher should run:</p>



<p class="wp-block-paragraph">Do you give your audience a reason to come back tomorrow that isn’t a new article? Do you have a place on your property where readers talk to each other and to your journalists? Do you notify them when their participation matters? Do you personalize what they see based on what they engage with, not just what they read? Do you treat your registered users like a community, or like a CRM list?</p>



<p class="wp-block-paragraph">If the answer to most of those is no, you don’t have a Frequency problem. You have a community infrastructure problem. And in an AI era where every other lever (search traffic, social referral, content differentiation) is getting harder to pull, community infrastructure is the lever that’s getting more valuable, not less.</p>



<h2 class="wp-block-heading">The bottom line</h2>



<p class="wp-block-paragraph">AI is going to keep getting better at answering questions. It’s not going to get better at being a community. That asymmetry is the single largest strategic opening publishers have right now, and Frequency is the metric that tells you whether you’re walking through it.</p>



<p class="wp-block-paragraph">So the next time your board asks how you’re future-proofing the business against AI disruption, don’t show them a traffic chart. Show them your Frequency curve.</p>



<p class="wp-block-paragraph">And if you don’t have one, well, you know what to ask yourself.</p>



<p class="wp-block-paragraph"><strong><em>What the F are you doing?</em></strong></p>



<p class="wp-block-paragraph">        </div>
                <div
            class="poool-access-paywall locked"
            id="poool-widget-8d5ed686a7e68"
                            data-blocking-method="client"
                                                                            data-page-type="free"
                    ></div>
        <div className="engage-post-paywall-banner" data-display-on="release"></div>
    </p>
      <div data-ta-component="payment-form"></div>
            <div
            class="poool-engage-element"
                            id="engage-post-content-banner"
                                ></div>
            <div
            class="poool-engage-element"
                            id="engage-fullscreen-banner"
                                ></div>
    <p>The post <a href="https://theaudiencers.com/what-the-f-are-you-doing-why-frequency-is-the-metric-that-matters-in-the-ai-era/">What the F Are You Doing? Why frequency is the metric that matters in the AI era</a> appeared first on <a href="https://theaudiencers.com">Audiencers</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>The reader who left your article early might be your most engaged user</title>
		<link>https://theaudiencers.com/the-reader-who-left-your-article-early-might-be-your-most-engaged-user/</link>
		
		<dc:creator><![CDATA[Regula Marti]]></dc:creator>
		<pubDate>Mon, 04 May 2026 09:01:41 +0000</pubDate>
				<category><![CDATA[Decisions]]></category>
		<category><![CDATA[Editorial work and products]]></category>
		<category><![CDATA[Engagement]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Metrics data and research]]></category>
		<guid isPermaLink="false">https://theaudiencers.com/?p=50994</guid>

					<description><![CDATA[<p>Engagement isn’t a single metric to optimize — it reflects different reader needs and moments, where the same behavior can signal success or friction depending on context</p>
<p>The post <a href="https://theaudiencers.com/the-reader-who-left-your-article-early-might-be-your-most-engaged-user/">The reader who left your article early might be your most engaged user</a> appeared first on <a href="https://theaudiencers.com">Audiencers</a>.</p>
]]></description>
										<content:encoded><![CDATA[        <div
            class="poool-engage-element"
                            id="engage-pre-content-banner"
                                ></div>
    
<pre class="wp-block-verse"><a href="https://www.linkedin.com/in/regulamarti/" target="_blank" rel="noreferrer noopener">Regula Marti</a> helps media organizations navigate transformation at the intersection of editorial, product, technology, and business strategy.<br><br>In this article, Regula discusses how engagement isn’t a single metric to maximize — it reflects different reader needs and moments, where the same behavior can signal success or friction depending on context. She recommends moving beyond averages and article-level metrics to analyze engagement by audience segments and sessions, focusing on whether readers get what they came for and return.</pre>



<p class="wp-block-paragraph">Most publishers have more engagement data than ever — and still struggle to agree on what engagement actually means. The tools aren&#8217;t the problem. The problem is the assumption behind them.</p>



<p class="wp-block-paragraph">The assumption is this: engagement is one thing, and more of it is better. But engagement isn&#8217;t one thing. It&#8217;s the outcome of different reader behaviors, driven by different motivations.</p>



<h2 class="wp-block-heading">Same reader, different moments</h2>



<p class="wp-block-paragraph">Think about how you consume news. Some mornings you want a quick overview. Some evenings you want to go deep. Sometimes you&#8217;re browsing. Sometimes you want distraction.</p>



<p class="wp-block-paragraph">These aren&#8217;t different readers. They&#8217;re the same reader in different situations, with different needs.</p>



<p class="wp-block-paragraph">A short session can mean the reader got exactly what they needed. A long one can mean depth — or friction. High article counts can mean curiosity, or confusion. The same metric means something different depending on what the reader was trying to do. Without that context, you&#8217;re pattern-matching on behavior you don&#8217;t fully understand.</p>



<h2 class="wp-block-heading">Who you&#8217;re actually looking at</h2>



<p class="wp-block-paragraph">Here&#8217;s a pattern that shows up consistently across publisher data: a small group of heavy users (20+ visits per month) drives a disproportionate share of pageviews. A large flyby majority (one visit per month or fewer) makes up most of the audience but a tiny fraction of consumption. Frontpage clicks illustrate this well: they overrepresent heavy users. Optimizing for clicks risks building a homepage for the audience you already have, not the one you&#8217;re trying to grow.</p>



<p class="wp-block-paragraph">In between sit the loyal readers, visiting 2 to 20 times a month. They have a relationship with you but haven&#8217;t yet built a habit. They&#8217;re the most likely to convert and retain — and the easiest to overlook, because heavy users dominate the averages. The real movement happens here: turning flybys into returning readers, and loyals into heavys.</p>



<h2 class="wp-block-heading">What a summary feature taught us</h2>



<p class="wp-block-paragraph">Product decisions show what happens when you measure at the wrong level.</p>



<p class="wp-block-paragraph">When we introduced article summaries across our portfolio at Tamedia — short digests at the top to help readers decide whether to go deeper — the concern was obvious: readers would skim and leave. That&#8217;s partly what happened. Scroll depth dropped for some users.</p>



<p class="wp-block-paragraph">But at session level, something else emerged. Those readers went on to read more articles per visit, and overall session time increased. The summary helped them get oriented quickly and navigate to what mattered for them more in this moment.</p>



<p class="wp-block-paragraph">Other readers used it differently. After reading the summary, they were more likely to finish the full article. It gave them confidence it was worth their time.</p>



<p class="wp-block-paragraph">Two opposite behaviors at article level. Both positive at session level. Both pointing to the same outcome: a need met, and a higher likelihood to return.</p>



<p class="wp-block-paragraph">Segment awareness can also shape product design from the start. We kept our fast news format intentionally compact. Heavy users quickly find what they need, while the freed-up space showcases the differentiated content that loyals and flybys need to keep coming back.</p>



<h2 class="wp-block-heading">What this means for how you measure</h2>



<p class="wp-block-paragraph">The answer isn&#8217;t a more sophisticated metric. You need to be more deliberate about what you measure and why.</p>



<p class="wp-block-paragraph">Look at your segments separately in your analytics tool. The same metric tells a different story across them — and the average hides most of it. Track them over time: a single snapshot tells you little; the direction of travel tells you a lot.</p>



<p class="wp-block-paragraph">Article-level metrics will often mislead you. A reader can leave early and still have had a successful session. That&#8217;s why session-level metrics matter — but only when read together with segment data. A daily digest designed for quick orientation will show low time-on-page. That&#8217;s not underperformance — it&#8217;s the format working as intended. The right metric is whether those users come back the next day.</p>



<h2 class="wp-block-heading">Try this in your next team meeting</h2>



<p class="wp-block-paragraph">Start in your next team meeting. Pick one feature or format you&#8217;ve recently launched or are evaluating. Review its impact at article level, then at session level. Then ask: for which segment was this actually useful — and in which moment? A multi-format feature is a good example: a reader who skipped the article but listened to the audio version on their commute — possibly in a podcast app, invisible to your analytics — may well return the next morning. Low article engagement, high likelihood to come back.</p>



<p class="wp-block-paragraph">You&#8217;ll often find that what looks like low engagement in one view is exactly what success looks like in another.</p>



<p class="wp-block-paragraph">The reader who got what they came for is more likely to return. Design your metrics to capture that.</p>
      <div data-ta-component="payment-form"></div>
            <div
            class="poool-engage-element"
                            id="engage-post-content-banner"
                                ></div>
            <div
            class="poool-engage-element"
                            id="engage-fullscreen-banner"
                                ></div>
    <p>The post <a href="https://theaudiencers.com/the-reader-who-left-your-article-early-might-be-your-most-engaged-user/">The reader who left your article early might be your most engaged user</a> appeared first on <a href="https://theaudiencers.com">Audiencers</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>7 ways media can build a practical, empowering data culture</title>
		<link>https://theaudiencers.com/7-ways-media-can-build-a-practical-empowering-data-culture/</link>
		
		<dc:creator><![CDATA[Khalil A. Cassimally]]></dc:creator>
		<pubDate>Fri, 12 Dec 2025 09:46:32 +0000</pubDate>
				<category><![CDATA[Operations]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Metrics data and research]]></category>
		<category><![CDATA[Teams and culture]]></category>
		<guid isPermaLink="false">https://theaudiencers.com/?p=47563</guid>

					<description><![CDATA[<p>Data is an opportunity, so how can you unlock this to become not only data-informed but data-led.</p>
<p>The post <a href="https://theaudiencers.com/7-ways-media-can-build-a-practical-empowering-data-culture/">7 ways media can build a practical, empowering data culture</a> appeared first on <a href="https://theaudiencers.com">Audiencers</a>.</p>
]]></description>
										<content:encoded><![CDATA[        <div
            class="poool-engage-element"
                            id="engage-pre-content-banner"
                                ></div>
    
<pre class="wp-block-verse">Khalil A. Cassimally, Consultant in Audience Development, User Needs &amp; AI, and regular contributor to Audiencers, shares 7 strategies to not only become data-informed, but data-led.<br>1. Data is a compass, not a map<br>2. Connect every role to the bigger goal<br>3. User value first; business follows<br>4. Don't focalise on tools<br>5. Create one source of truth<br>6. Start with one analysis, and keep going<br>7. Optimise the funnel; small lifts compound</pre>



<p class="wp-block-paragraph">There is no shortage of data in media operations. There is also no shortage of stress and overwhelm in media operations – and an abundance of data is now contributing to it.</p>



<p class="wp-block-paragraph"><em>“There’s so much data – I don’t know what to look at, I don’t know what’s important.”</em></p>



<p class="wp-block-paragraph">Data is an opportunity for media operations. It improves four things at once:</p>



<ul class="wp-block-list">
<li>Audience understanding (the foundation on which everything else lies)</li>



<li>Content strategy</li>



<li>Business performance</li>



<li>Impact measurement</li>
</ul>



<p class="wp-block-paragraph">Unlocking these improvements rely on appropriately leveraging the data in meaningful and actionable ways. And when done systematically, harnessing data becomes a natural part of operations. That’s a data culture to strive for.</p>



<p class="wp-block-paragraph">Building such a data culture doesn’t happen overnight. And some newsrooms are certainly further along on their data maturity ladder than others.</p>


<div class="wp-block-image">
<figure class="aligncenter size-large"><img data-dominant-color="050a0b" data-has-transparency="true" style="--dominant-color: #050a0b;" loading="lazy" decoding="async" width="1024" height="576" sizes="(max-width: 1024px) 100vw, 1024px" src="https://theaudiencers.com/wp-content/uploads/2025/12/image-4-1024x576.png" alt="Data maturity score" class="wp-image-47568 has-transparency" srcset="https://theaudiencers.com/wp-content/uploads/2025/12/image-4-1024x576.png 1024w, https://theaudiencers.com/wp-content/uploads/2025/12/image-4-300x169.png 300w, https://theaudiencers.com/wp-content/uploads/2025/12/image-4-768x432.png 768w, https://theaudiencers.com/wp-content/uploads/2025/12/image-4-1536x864.png 1536w, https://theaudiencers.com/wp-content/uploads/2025/12/image-4-332x187.png 332w, https://theaudiencers.com/wp-content/uploads/2025/12/image-4-664x374.png 664w, https://theaudiencers.com/wp-content/uploads/2025/12/image-4-688x387.png 688w, https://theaudiencers.com/wp-content/uploads/2025/12/image-4-1376x774.png 1376w, https://theaudiencers.com/wp-content/uploads/2025/12/image-4-1044x587.png 1044w, https://theaudiencers.com/wp-content/uploads/2025/12/image-4-1400x788.png 1400w, https://theaudiencers.com/wp-content/uploads/2025/12/image-4.png 1600w" /></figure>
</div>


<p class="wp-block-paragraph">The data maturity ladder is made up of three rungs:</p>



<ul class="wp-block-list">
<li>Data-informed: we have a basic understanding and visibility on what’s happening</li>



<li>Data-driven: we are actively using data to support strategic decisions, and ultimately growth</li>



<li>Data-led: we are putting data in service of business outcomes, having systematised its leverage</li>
</ul>



<p class="wp-block-paragraph">        <div
            class="restricted-content"
            data-poool="0"
            data-poool-mode="custom"
            data-article-id="47563"
                    >
        </div>
                <div
            class="poool-access-paywall locked"
            id="poool-widget-ea6127230312d"
                            data-blocking-method="server"
                                                                            data-page-type="premium"
                    ></div>
        <div className="engage-post-paywall-banner" data-display-on="release"></div>
    </p>



<p class="wp-block-paragraph"></p>
      <div data-ta-component="payment-form"></div>
            <div
            class="poool-engage-element"
                            id="engage-post-content-banner"
                                ></div>
            <div
            class="poool-engage-element"
                            id="engage-fullscreen-banner"
                                ></div>
    <p>The post <a href="https://theaudiencers.com/7-ways-media-can-build-a-practical-empowering-data-culture/">7 ways media can build a practical, empowering data culture</a> appeared first on <a href="https://theaudiencers.com">Audiencers</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Why the most valuable newsroom KPI is no longer reach but belonging</title>
		<link>https://theaudiencers.com/why-the-most-valuable-newsroom-kpi-is-no-longer-reach-but-belonging/</link>
		
		<dc:creator><![CDATA[Heiko Scherer]]></dc:creator>
		<pubDate>Mon, 02 Jun 2025 13:27:36 +0000</pubDate>
				<category><![CDATA[Decisions]]></category>
		<category><![CDATA[Engagement]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Metrics data and research]]></category>
		<guid isPermaLink="false">https://theaudiencers.com/?p=41576</guid>

					<description><![CDATA[<p>Why loyalty and value are at the top of the hierarchy of metrics for publishers and which KPIs you can track in this strategy.</p>
<p>The post <a href="https://theaudiencers.com/why-the-most-valuable-newsroom-kpi-is-no-longer-reach-but-belonging/">Why the most valuable newsroom KPI is no longer reach but belonging</a> appeared first on <a href="https://theaudiencers.com">Audiencers</a>.</p>
]]></description>
										<content:encoded><![CDATA[        <div
            class="poool-engage-element"
                            id="engage-pre-content-banner"
                                ></div>
    
<p class="wp-block-paragraph">For a long time, the metrics that defined newsroom success were clear. They revolved around reach, exposure and volume.</p>



<p class="wp-block-paragraph">Pageviews, sessions and impressions were the KPIs that made it into daily reports and weekly dashboards. These KPIs shaped editorial strategies and justified business decisions. They worked, largely because they aligned with the realities of the time. When advertising was tied directly to traffic, the equation felt logical. More visitors meant more revenue.</p>



<p class="wp-block-paragraph">But logic has shifted.</p>



<p class="wp-block-paragraph">Today, readers live across devices, platforms and private spaces. They encounter news in fleeting moments and rarely engage directly with a publisher’s homepage. At the same time, revenue models have moved away from advertising towards subscriptions, memberships and deeper reader relationships.</p>



<p class="wp-block-paragraph">In this new context, the old KPIs tell only part of the story. Worse, they risk obscuring the most important question newsrooms must now ask:<br>        <div
            class="restricted-content"
            data-poool-mode="excerpt"
            data-poool="80"
                    >
            </p>



<p class="wp-block-paragraph"><em>Who comes back, who stays and who truly cares?</em></p>



<h2 class="wp-block-heading"><strong>Reach is essential but misleading</strong></h2>



<p class="wp-block-paragraph">No publisher can disregard reach. Visibility is still fundamental. Content needs to be found. Audiences needs to be aware that journalism exists and is available.</p>



<p class="wp-block-paragraph">But reach has become easy and abundant. Content floods social feeds, arrives through notifications and is surfaced via aggregators and search. Readers encounter it everywhere, often without consciously seeking it out.</p>



<p class="wp-block-paragraph">This ease of distribution has eroded the connection between reach and value. A headline might attract attention. A push notification may drive visits. Yet these interactions often lack depth. They are transactions, not relationships.</p>



<p class="wp-block-paragraph">Most publishers know this already. Their analytics show it plainly. Huge spikes followed by rapid declines. New visitors who arrive once and never return.</p>



<p class="wp-block-paragraph">Counting them makes dashboards look healthy. But reach does not equal retention. It does not predict habit. And it says little about who will choose to pay or stay loyal.</p>



<p class="wp-block-paragraph">Reach measures visibility, not connection.</p>



<h2 class="wp-block-heading"><strong>Engagement offers more, but not enough</strong></h2>



<p class="wp-block-paragraph">In search of better indicators, publishers began looking to engagement metrics.</p>



<p class="wp-block-paragraph">Time on site. Scroll depth. Shares. Comments.</p>



<p class="wp-block-paragraph">These offer more texture than raw traffic data. They indicate that a user did something beyond simply landing on the page. They suggest curiosity or interest.</p>



<p class="wp-block-paragraph">But engagement is nuanced and often misunderstood.</p>



<p class="wp-block-paragraph">Time spent does not always mean quality reading. It can reflect distraction. Scroll depth may say little about comprehension or satisfaction. Shares and comments are often driven by strong emotional reactions, including anger or frustration, rather than affinity.</p>



<p class="wp-block-paragraph">Perhaps most importantly, engagement tends to measure moments, not relationships.</p>



<p class="wp-block-paragraph">Readers might interact heavily with a single article and then disappear. They may participate without feeling any deeper attachment to the brand or mission.</p>



<p class="wp-block-paragraph">Engagement reflects attention, but not loyalty.</p>



<h2 class="wp-block-heading"><strong>Belonging is where loyalty and value take shape</strong></h2>



<p class="wp-block-paragraph">At the top of the hierarchy sits belonging. It is the hardest to measure and, increasingly, the most essential.</p>



<p class="wp-block-paragraph">Belonging describes the reader who returns regularly. Who builds habits around your content. Who participates thoughtfully. Who chooses your publication over the infinite alternatives.</p>



<p class="wp-block-paragraph">This is not passive consumption. It is investment.</p>



<p class="wp-block-paragraph">Belonging reveals itself in various ways. Readers who personalise their experience by following topics or authors. Subscribers who continue month after month. Users who leave comments, contribute feedback or take part in communities.</p>



<p class="wp-block-paragraph">Unlike reach and engagement, belonging is not episodic. It is cumulative. It develops through repeated, meaningful interactions.</p>



<p class="wp-block-paragraph">It also has clear commercial implications.</p>



<p class="wp-block-paragraph">Subscribers acquired through belonging are more likely to retain. Loyal users consume more and contribute to higher lifetime value. Advocates bring others into the fold through referrals and word of mouth.</p>



<p class="wp-block-paragraph">This is not theoretical. Publishers that focus on belonging see tangible results.</p>



<p class="wp-block-paragraph">The Financial Times, for example, <a href="https://theaudiencers.com/north-stars-for-publishers-and-the-example-of-financial-times/" target="_blank" rel="noreferrer noopener">evolved its core metric from recency, frequency and volume towards lifetime value and, later, global paying audience</a>. This reflected a shift from counting visits to cultivating durable relationships.</p>



<p class="wp-block-paragraph"><a href="https://theaudiencers.com/audience-research-identifying-key-engagement-drivers-at-der-spiegel/" target="_blank" rel="noreferrer noopener">Der Spiegel analysed its editorial formats</a> to identify those driving habitual use and deeper reading, then prioritised these in product and design decisions.</p>



<p class="wp-block-paragraph">We see this at <a href="http://tchop.io">tchop.io</a> across all community driven news projects.</p>



<p class="wp-block-paragraph">These are not isolated cases. They represent a growing recognition across the industry that metrics must go beyond interaction to reflect connection.</p>


<div class="wp-block-image">
<figure class="aligncenter"><img data-dominant-color="deeeea" data-has-transparency="false" style="--dominant-color: #deeeea;" loading="lazy" decoding="async" width="1600" height="1556" sizes="(max-width: 1600px) 100vw, 1600px" src="https://theaudiencers.com/wp-content/uploads/2025/06/AD_4nXfNTPNiKWQkGGFZnhnI94EHBVIbtByfIVViowoKiNOE-tpOVcHuVRBvEbPpqcVlQBLdvXQVfdCvhrscNBlSyRAh5fXaMbE4VegMsGTqhTvxxdgYQmFC7ZnB1neLZ4Idxc11sLZ0OA.jpg" alt="Building reader loyalty" class="wp-image-41916 not-transparent" srcset="https://theaudiencers.com/wp-content/uploads/2025/06/AD_4nXfNTPNiKWQkGGFZnhnI94EHBVIbtByfIVViowoKiNOE-tpOVcHuVRBvEbPpqcVlQBLdvXQVfdCvhrscNBlSyRAh5fXaMbE4VegMsGTqhTvxxdgYQmFC7ZnB1neLZ4Idxc11sLZ0OA.jpg 1600w, https://theaudiencers.com/wp-content/uploads/2025/06/AD_4nXfNTPNiKWQkGGFZnhnI94EHBVIbtByfIVViowoKiNOE-tpOVcHuVRBvEbPpqcVlQBLdvXQVfdCvhrscNBlSyRAh5fXaMbE4VegMsGTqhTvxxdgYQmFC7ZnB1neLZ4Idxc11sLZ0OA-300x292.jpg 300w, https://theaudiencers.com/wp-content/uploads/2025/06/AD_4nXfNTPNiKWQkGGFZnhnI94EHBVIbtByfIVViowoKiNOE-tpOVcHuVRBvEbPpqcVlQBLdvXQVfdCvhrscNBlSyRAh5fXaMbE4VegMsGTqhTvxxdgYQmFC7ZnB1neLZ4Idxc11sLZ0OA-1024x996.jpg 1024w, https://theaudiencers.com/wp-content/uploads/2025/06/AD_4nXfNTPNiKWQkGGFZnhnI94EHBVIbtByfIVViowoKiNOE-tpOVcHuVRBvEbPpqcVlQBLdvXQVfdCvhrscNBlSyRAh5fXaMbE4VegMsGTqhTvxxdgYQmFC7ZnB1neLZ4Idxc11sLZ0OA-768x747.jpg 768w, https://theaudiencers.com/wp-content/uploads/2025/06/AD_4nXfNTPNiKWQkGGFZnhnI94EHBVIbtByfIVViowoKiNOE-tpOVcHuVRBvEbPpqcVlQBLdvXQVfdCvhrscNBlSyRAh5fXaMbE4VegMsGTqhTvxxdgYQmFC7ZnB1neLZ4Idxc11sLZ0OA-1536x1494.jpg 1536w, https://theaudiencers.com/wp-content/uploads/2025/06/AD_4nXfNTPNiKWQkGGFZnhnI94EHBVIbtByfIVViowoKiNOE-tpOVcHuVRBvEbPpqcVlQBLdvXQVfdCvhrscNBlSyRAh5fXaMbE4VegMsGTqhTvxxdgYQmFC7ZnB1neLZ4Idxc11sLZ0OA-332x323.jpg 332w, https://theaudiencers.com/wp-content/uploads/2025/06/AD_4nXfNTPNiKWQkGGFZnhnI94EHBVIbtByfIVViowoKiNOE-tpOVcHuVRBvEbPpqcVlQBLdvXQVfdCvhrscNBlSyRAh5fXaMbE4VegMsGTqhTvxxdgYQmFC7ZnB1neLZ4Idxc11sLZ0OA-664x646.jpg 664w, https://theaudiencers.com/wp-content/uploads/2025/06/AD_4nXfNTPNiKWQkGGFZnhnI94EHBVIbtByfIVViowoKiNOE-tpOVcHuVRBvEbPpqcVlQBLdvXQVfdCvhrscNBlSyRAh5fXaMbE4VegMsGTqhTvxxdgYQmFC7ZnB1neLZ4Idxc11sLZ0OA-688x669.jpg 688w, https://theaudiencers.com/wp-content/uploads/2025/06/AD_4nXfNTPNiKWQkGGFZnhnI94EHBVIbtByfIVViowoKiNOE-tpOVcHuVRBvEbPpqcVlQBLdvXQVfdCvhrscNBlSyRAh5fXaMbE4VegMsGTqhTvxxdgYQmFC7ZnB1neLZ4Idxc11sLZ0OA-1044x1015.jpg 1044w, https://theaudiencers.com/wp-content/uploads/2025/06/AD_4nXfNTPNiKWQkGGFZnhnI94EHBVIbtByfIVViowoKiNOE-tpOVcHuVRBvEbPpqcVlQBLdvXQVfdCvhrscNBlSyRAh5fXaMbE4VegMsGTqhTvxxdgYQmFC7ZnB1neLZ4Idxc11sLZ0OA-1400x1362.jpg 1400w" /></figure>
</div>


<h2 class="wp-block-heading"><strong>Designing for belonging requires more than content</strong></h2>



<p class="wp-block-paragraph">Belonging cannot be willed into existence. It has to be designed for. Not only through content, but also through product choices, community strategies and editorial voice.</p>



<p class="wp-block-paragraph">Some approaches include:</p>



<ul class="wp-block-list">
<li><strong>Building habits through consistency</strong>: Recurring formats, daily newsletters and regular voices help readers establish routines.</li>



<li><strong>Creating opportunities for participation</strong>: Comments, surveys and live discussions encourage users to contribute and shape the conversation.</li>



<li><strong>Offering personalisation</strong>: Tools that let users follow topics or curate feeds reinforce the sense that the product reflects their interests.</li>



<li><strong>Establishing editorial identity</strong>: Publications that take clear positions and develop strong voices foster emotional alignment.</li>
</ul>



<p class="wp-block-paragraph">Each tactic on its own may not be transformative. Together, they create conditions where belonging can emerge.</p>



<h2 class="wp-block-heading"><strong>Measuring belonging is harder, but necessary</strong></h2>



<p class="wp-block-paragraph">Unlike reach or engagement, belonging does not lend itself to simple, universal metrics. Still, it is possible, and critical, to measure its signals.</p>



<p class="wp-block-paragraph">Metrics that suggest belonging include:</p>



<ul class="wp-block-list">
<li>Frequency and regularity of visits</li>



<li>Retention rates across time periods</li>



<li>Direct traffic and app opens</li>



<li>Participation in community features</li>



<li>Subscription tenure and renewal rates</li>



<li>Referral and recommendation behaviour</li>
</ul>



<p class="wp-block-paragraph">Some publishers create internal metrics to track these factors holistically. Financial Times’ evolution to lifetime value and global paying audience is an example of how KPIs can shift to reflect deeper, more complex objectives.</p>



<p class="wp-block-paragraph">While these measures require more effort to track and interpret, they offer far greater insight into the strength and resilience of audience relationships.</p>


<div class="wp-block-image">
<figure class="aligncenter"><img data-dominant-color="d3d9c0" data-has-transparency="false" style="--dominant-color: #d3d9c0;" loading="lazy" decoding="async" width="1600" height="1298" sizes="(max-width: 1600px) 100vw, 1600px" src="https://theaudiencers.com/wp-content/uploads/2025/06/AD_4nXda3XeSXU_OkC1DDzhCmSmBZ87HCivCdvgGy6p_jkdN-BtlD5rje8AjegK5TDlypg8d8_GgEB888B1Tv3nnsG6WbJhnu19_IFff_yJj8b5K9TQkfPOS9R1fTxn9qfYn_tYzq-X9rA.jpg" alt="Measuring belonging through multifaceted metrics" class="wp-image-41914 not-transparent" srcset="https://theaudiencers.com/wp-content/uploads/2025/06/AD_4nXda3XeSXU_OkC1DDzhCmSmBZ87HCivCdvgGy6p_jkdN-BtlD5rje8AjegK5TDlypg8d8_GgEB888B1Tv3nnsG6WbJhnu19_IFff_yJj8b5K9TQkfPOS9R1fTxn9qfYn_tYzq-X9rA.jpg 1600w, https://theaudiencers.com/wp-content/uploads/2025/06/AD_4nXda3XeSXU_OkC1DDzhCmSmBZ87HCivCdvgGy6p_jkdN-BtlD5rje8AjegK5TDlypg8d8_GgEB888B1Tv3nnsG6WbJhnu19_IFff_yJj8b5K9TQkfPOS9R1fTxn9qfYn_tYzq-X9rA-300x243.jpg 300w, https://theaudiencers.com/wp-content/uploads/2025/06/AD_4nXda3XeSXU_OkC1DDzhCmSmBZ87HCivCdvgGy6p_jkdN-BtlD5rje8AjegK5TDlypg8d8_GgEB888B1Tv3nnsG6WbJhnu19_IFff_yJj8b5K9TQkfPOS9R1fTxn9qfYn_tYzq-X9rA-1024x831.jpg 1024w, https://theaudiencers.com/wp-content/uploads/2025/06/AD_4nXda3XeSXU_OkC1DDzhCmSmBZ87HCivCdvgGy6p_jkdN-BtlD5rje8AjegK5TDlypg8d8_GgEB888B1Tv3nnsG6WbJhnu19_IFff_yJj8b5K9TQkfPOS9R1fTxn9qfYn_tYzq-X9rA-768x623.jpg 768w, https://theaudiencers.com/wp-content/uploads/2025/06/AD_4nXda3XeSXU_OkC1DDzhCmSmBZ87HCivCdvgGy6p_jkdN-BtlD5rje8AjegK5TDlypg8d8_GgEB888B1Tv3nnsG6WbJhnu19_IFff_yJj8b5K9TQkfPOS9R1fTxn9qfYn_tYzq-X9rA-1536x1246.jpg 1536w, https://theaudiencers.com/wp-content/uploads/2025/06/AD_4nXda3XeSXU_OkC1DDzhCmSmBZ87HCivCdvgGy6p_jkdN-BtlD5rje8AjegK5TDlypg8d8_GgEB888B1Tv3nnsG6WbJhnu19_IFff_yJj8b5K9TQkfPOS9R1fTxn9qfYn_tYzq-X9rA-332x269.jpg 332w, https://theaudiencers.com/wp-content/uploads/2025/06/AD_4nXda3XeSXU_OkC1DDzhCmSmBZ87HCivCdvgGy6p_jkdN-BtlD5rje8AjegK5TDlypg8d8_GgEB888B1Tv3nnsG6WbJhnu19_IFff_yJj8b5K9TQkfPOS9R1fTxn9qfYn_tYzq-X9rA-664x539.jpg 664w, https://theaudiencers.com/wp-content/uploads/2025/06/AD_4nXda3XeSXU_OkC1DDzhCmSmBZ87HCivCdvgGy6p_jkdN-BtlD5rje8AjegK5TDlypg8d8_GgEB888B1Tv3nnsG6WbJhnu19_IFff_yJj8b5K9TQkfPOS9R1fTxn9qfYn_tYzq-X9rA-688x558.jpg 688w, https://theaudiencers.com/wp-content/uploads/2025/06/AD_4nXda3XeSXU_OkC1DDzhCmSmBZ87HCivCdvgGy6p_jkdN-BtlD5rje8AjegK5TDlypg8d8_GgEB888B1Tv3nnsG6WbJhnu19_IFff_yJj8b5K9TQkfPOS9R1fTxn9qfYn_tYzq-X9rA-1044x847.jpg 1044w, https://theaudiencers.com/wp-content/uploads/2025/06/AD_4nXda3XeSXU_OkC1DDzhCmSmBZ87HCivCdvgGy6p_jkdN-BtlD5rje8AjegK5TDlypg8d8_GgEB888B1Tv3nnsG6WbJhnu19_IFff_yJj8b5K9TQkfPOS9R1fTxn9qfYn_tYzq-X9rA-1400x1136.jpg 1400w" /></figure>
</div>


<h2 class="wp-block-heading"><strong>This is more than a measurement challenge</strong></h2>



<p class="wp-block-paragraph">Metrics shape newsroom behaviour. When pageviews dominated, editorial strategies optimised for clicks. When engagement metrics took over, formats designed to hold attention flourished.</p>



<p class="wp-block-paragraph">If belonging becomes the true north, it will change how publishers think and act.</p>



<p class="wp-block-paragraph">Newsrooms will need to shift their priorities:</p>



<ul class="wp-block-list">
<li>From one-off articles to consistent formats and ongoing narratives</li>



<li>From chasing new visitors to retaining and rewarding loyal ones</li>



<li>From measuring activity to understanding commitment</li>



<li>From broad, impersonal reach to creating spaces for identity and participation</li>
</ul>



<p class="wp-block-paragraph">These are not small adjustments. They require cultural as well as operational change.</p>



<p class="wp-block-paragraph">But they reflect the reality of media today. Scale without loyalty no longer delivers sustainable business models. Belonging, though harder to quantify, is now the most reliable predictor of future success.</p>



<h2 class="wp-block-heading"><strong>The future of KPIs is relational, not transactional</strong></h2>



<p class="wp-block-paragraph">Clicks are easy to count. Relationships are not.</p>



<p class="wp-block-paragraph">This does not mean that pageviews and sessions will disappear from reports. Nor should they. Awareness and attention remain vital parts of the audience journey.</p>



<p class="wp-block-paragraph">But publishers who stop there will miss what matters most.</p>



<p class="wp-block-paragraph">Belonging offers a clearer view of whether journalism is resonating. It reflects the strength of community and the likelihood of retention. It provides a foundation for reader revenue and brand advocacy.</p>



<p class="wp-block-paragraph">Most importantly, it shifts the editorial mission away from serving algorithms and towards serving people.</p>



<p class="wp-block-paragraph">A pageview shows that you were noticed. A return visit shows that you were valued. Belonging shows that you matter.</p>



<p class="wp-block-paragraph">As news organisations navigate a post-platform, loyalty-driven landscape, success will not belong to those who attract the most visitors. It will belong to those who turn readers into regulars, and regulars into advocates.</p>



<p class="wp-block-paragraph">That journey starts with rethinking what you measure, and why.</p>



<p class="wp-block-paragraph"><em>Author Heiko Scherer is the founder and CEO of tchop, a platform that helps publishers to build thriving communities around their brands that they fully own and control. Learn more at<a href="https://tchop.io"> </a><a href="http://tchop.io">tchop.io</a>, connect with him on Linkedin.</em><br>        </div>
                <div
            class="poool-access-paywall locked"
            id="poool-widget-5077bd5a1cf6c"
                            data-blocking-method="client"
                                                                            data-page-type="free"
                    ></div>
        <div className="engage-post-paywall-banner" data-display-on="release"></div>
    </p>
      <div data-ta-component="payment-form"></div>
            <div
            class="poool-engage-element"
                            id="engage-post-content-banner"
                                ></div>
            <div
            class="poool-engage-element"
                            id="engage-fullscreen-banner"
                                ></div>
    <p>The post <a href="https://theaudiencers.com/why-the-most-valuable-newsroom-kpi-is-no-longer-reach-but-belonging/">Why the most valuable newsroom KPI is no longer reach but belonging</a> appeared first on <a href="https://theaudiencers.com">Audiencers</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>North Stars for publishers and the example of Financial Times</title>
		<link>https://theaudiencers.com/north-stars-for-publishers-and-the-example-of-financial-times/</link>
		
		<dc:creator><![CDATA[Madeleine White]]></dc:creator>
		<pubDate>Thu, 27 Feb 2025 07:44:25 +0000</pubDate>
				<category><![CDATA[Decisions]]></category>
		<category><![CDATA[Case Studies]]></category>
		<category><![CDATA[Conversion]]></category>
		<category><![CDATA[Engagement]]></category>
		<category><![CDATA[Metrics data and research]]></category>
		<category><![CDATA[Templates courses and frameworks]]></category>
		<category><![CDATA[The Financial Times]]></category>
		<guid isPermaLink="false">https://theaudiencers.com/?p=38195</guid>

					<description><![CDATA[<p>Deep dive into the development of Financial Times' North Star metric and latest Metrics That Matter framework</p>
<p>The post <a href="https://theaudiencers.com/north-stars-for-publishers-and-the-example-of-financial-times/">North Stars for publishers and the example of Financial Times</a> appeared first on <a href="https://theaudiencers.com">Audiencers</a>.</p>
]]></description>
										<content:encoded><![CDATA[        <div
            class="poool-engage-element"
                            id="engage-pre-content-banner"
                                ></div>
    
<p class="wp-block-paragraph">Tracking the right metrics, alignment across the organization and ensuring your end user is always put first are essential factors in successful reader revenue products. And for many, including Financial Times, establishing a North Star has been the secret to achieving this. </p>



<style data-wp-block-html="css">
.ta-box{background:#f2f7f2!important;border:0!important;border-top:4px solid #f5e663!important;border-radius:10px!important;padding:24px 28px!important;margin:2rem 0!important}
.ta-box .ta-top{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;margin:0 0 12px!important;padding:0!important;border:0!important}
.ta-box .ta-title{font-family:ui-monospace,Menlo,monospace!important;font-weight:700!important;font-size:15px!important;text-transform:none!important;letter-spacing:0!important}
.ta-box .ta-btn{font-family:ui-monospace,Menlo,monospace!important;font-size:13px!important;font-weight:400!important;line-height:1.2!important;padding:6px 14px!important;border:1px solid #1d9e75!important;background:#fff!important;background-image:none!important;color:#1d9e75!important;border-radius:6px!important;cursor:pointer!important;white-space:nowrap!important;text-transform:none!important;letter-spacing:0!important;box-shadow:none!important;width:auto!important;height:auto!important;min-width:0!important}
.ta-box .ta-btn:hover{background:#1d9e75!important;color:#fff!important}
.ta-box .ta-text{font-family:ui-monospace,Menlo,monospace!important;font-size:15px!important;line-height:1.7!important;white-space:pre-wrap!important;margin:0!important;padding:0!important;background:none!important;background-color:transparent!important;border:0!important;border-radius:0!important;overflow:visible!important;max-height:none!important}
.ta-box .ta-text{box-shadow:none!important;filter:none!important;outline:none!important}
</style>

<div class="ta-box">
  <div class="ta-top">
    <span class="ta-title">Key takeaways to copy &amp; share</span>
    <button type="button" class="ta-btn" onclick="taCopy(this)">Copy</button>
  </div>
  <pre class="ta-text">&gt; The Financial Times built its first North Star around RFV, scoring recency, frequency and volume of reading over 90 days. Above 18.2 a subscriber counts as engaged, and engaged readers cancel 10% less

&gt; That single number changed what got built. myFT, a lightweight way to follow chosen topics, came out of it, and merely becoming a myFT user raised engagement by 86%

&gt; The metric has moved twice since, to lifetime value in 2020 and Global Paying Audience in 2023, targeting three million by 2028. Each built on the last rather than replacing it

&gt; Underneath sits Metrics That Matter, a shared framework for seven departments so every team can see how its work feeds the top number. It also takes pressure off the North Star itself

&gt; A good North Star is single, measurable, time-bound over three to five years, and bold enough to cause slight discomfort. A vanity metric feels good without changing any decision</pre>
</div>

<script>
function taCopy(btn){
  var box = btn.closest('.ta-box');
  var t = box.querySelector('.ta-text').innerText;
  navigator.clipboard.writeText(t + '\n\nvia ' + window.location.origin + window.location.pathname).then(function(){
    btn.textContent = 'Copied';
    setTimeout(function(){ btn.textContent = 'Copy'; }, 2000);
  });
}
</script>



<p class="wp-block-paragraph">A North Star goal for media companies represents a guiding, overarching objective that helps align efforts and strategies towards long-term success. </p>



<ul class="wp-block-list">
<li>It drives decision-making</li>



<li>Serves as a unifying metric for the company&#8217;s performance</li>



<li>Communicates the organization&#8217;s impact and progress to the rest of the company</li>



<li>Enables teams to focus on impact and sustainable, product-led growth.</li>
</ul>



<p class="wp-block-paragraph">FT Strategies established <a href="https://www.ftstrategies.com/en-gb/insights/how-the-north-star-framework-can-unlock-a-financial-institutions-potential-and-help-achieve-its-strategic-objectives">a checklist to help organisations create effective North Star goals</a>, detailing that North Stars should be: </p>



<ul class="wp-block-list">
<li>Single, specific and measurable, so that it acts as a vehicle for ambition. This sets it apart from a traditional business plan.</li>



<li>Bold enough that it challenges you and your organisation. It is based on ambition, not just a calculated projection, with a cost for not meeting it. It should cause slight discomfort.</li>



<li>Achievable enough to ensure that you don’t set yourself up for failure.</li>



<li>Memorable enough to keep everyone focused (e.g. the number should be rounded).</li>



<li>Aspirational and purposeful, so it can inspire the whole organisation on your journey.</li>



<li>Time-bound (typically 3-5 years). This creates urgency whilst also recognizing that times change.</li>
</ul>



<p class="wp-block-paragraph">Above all, the North Star shouldn&#8217;t be a vanity metric &#8211; a measure that lacks context, has no clear intent and doesn&#8217;t guide action or learning. I.e. metrics that make us feel good but don’t help us do better work or make better decisions.        <div
            class="restricted-content"
            data-poool-mode="excerpt"
            data-poool="80"
                    >
            </p>



<h2 class="wp-block-heading">Village Media&#8217;s North Star: 25% of the total addressable market should be brand lovers</h2>



<p class="wp-block-paragraph">As a media dedicated to &#8220;making community news sustainable&#8221;, encouraging readers to return, engage and stay is essential to Village Media&#8217;s mission. They therefore defined their North Star around the goal of increasing the percentage of brand lovers &#8211; anyone who visits their site more than 15 days/month.</p>



<p class="wp-block-paragraph">This is easy to understand, specific, measurable, and can guide action across the company.</p>



<h2 class="wp-block-heading">Nation Media Group&#8217;s North Star: to become Africa’s premier news destination, with a 500 million daily interactions across all digital platforms by 2027</h2>



<p class="wp-block-paragraph"><a href="https://wan-ifra.org/2023/07/of-north-stars-and-moon-shots-nation-medias-bold-two-step-journey-to-500-million-engagements-by-2027/" target="_blank" rel="noreferrer noopener">Speaking to WAN-IFRA</a>, Pamela Sittoni, Group Managing Editor, says their North Star will see the company “transforming into the most trusted, empowering and innovative content platform in Africa; we want to reach 500 million daily interactions or engagements across all our digital platforms.”</p>



<p class="wp-block-paragraph">Research and analysis into this target suggests this could be achieved thanks to two major transformation moves: newsroom integration into a single team with one editorial direction and central decision making, and a “quality over quantity” content strategy.</p>



<p class="wp-block-paragraph">This North Star helps inspire the whole company, not just business teams, towards becoming truly digital and continuously thinking about how to ensure the customer is the central focus.</p>



<h2 class="wp-block-heading">The Irish Independent&#8217;s North Star: secure the future of independent Irish journalism, reaching X digital subscriptions by 2025 and generating X revenue </h2>



<p class="wp-block-paragraph">Although slightly outdated, this example from The Irish Independent (shared at an <a href="https://www.inma.org/blogs/conference/post.cfm/a-north-star-helped-these-4-media-companies-grow-digital-subscriptions" target="_blank" rel="noreferrer noopener">INMA conference</a>) provides a nice visual of the North Star framework in action. </p>



<figure class="wp-block-image"><img data-dominant-color="d7ccca" data-has-transparency="false" style="--dominant-color: #d7ccca;" loading="lazy" decoding="async" width="760" height="425" sizes="(max-width: 760px) 100vw, 760px" src="https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXdMkZuZNDxtbX8NxtXZnq48aesfGkixqzwf6gUczwjgDSdlFVvURthFn12AjDBvLuqxONabnUeUaVv4_U7w_U1sviuMm1sAPTZseKFv3txIbX0CZCFf6gfNzXrhjNAyH_2DVgtNMw.jpg" alt="North star at The Irish Independent" class="wp-image-38342 not-transparent" srcset="https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXdMkZuZNDxtbX8NxtXZnq48aesfGkixqzwf6gUczwjgDSdlFVvURthFn12AjDBvLuqxONabnUeUaVv4_U7w_U1sviuMm1sAPTZseKFv3txIbX0CZCFf6gfNzXrhjNAyH_2DVgtNMw.jpg 760w, https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXdMkZuZNDxtbX8NxtXZnq48aesfGkixqzwf6gUczwjgDSdlFVvURthFn12AjDBvLuqxONabnUeUaVv4_U7w_U1sviuMm1sAPTZseKFv3txIbX0CZCFf6gfNzXrhjNAyH_2DVgtNMw-300x168.jpg 300w, https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXdMkZuZNDxtbX8NxtXZnq48aesfGkixqzwf6gUczwjgDSdlFVvURthFn12AjDBvLuqxONabnUeUaVv4_U7w_U1sviuMm1sAPTZseKFv3txIbX0CZCFf6gfNzXrhjNAyH_2DVgtNMw-332x186.jpg 332w, https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXdMkZuZNDxtbX8NxtXZnq48aesfGkixqzwf6gUczwjgDSdlFVvURthFn12AjDBvLuqxONabnUeUaVv4_U7w_U1sviuMm1sAPTZseKFv3txIbX0CZCFf6gfNzXrhjNAyH_2DVgtNMw-664x371.jpg 664w, https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXdMkZuZNDxtbX8NxtXZnq48aesfGkixqzwf6gUczwjgDSdlFVvURthFn12AjDBvLuqxONabnUeUaVv4_U7w_U1sviuMm1sAPTZseKFv3txIbX0CZCFf6gfNzXrhjNAyH_2DVgtNMw-688x385.jpg 688w" /></figure>



<p class="wp-block-paragraph">To reach its North Star goal, teams created metrics and then broke them down into smaller, achievable tasks. </p>



<h2 class="wp-block-heading">Financial Times&#8217; North Star: from engagement to LTV to Global Paying Audience</h2>



<p class="wp-block-paragraph">Since 2016, Financial Times has defined a single metric that matters, a North Star, that they consider essential to digital transformation &#8211; the process of evolving an organisation to a point where it can use technology, data and strategy to fulfill its mission, as Tara Lajumoke, Managing Director of FT Strategies until August 2023, <a href="https://www.journalism.co.uk/news/mastering-your-digital-transformation/s2/a980821/">shared in an interview</a>. </p>



<figure class="wp-block-image"><img data-dominant-color="f3e8de" data-has-transparency="false" style="--dominant-color: #f3e8de;" loading="lazy" decoding="async" width="1024" height="574" sizes="(max-width: 1024px) 100vw, 1024px" src="https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXeEDgXBO7B2uc75GrtJgZWyqqMjB1o7OmiAczLRMRX8C6wG91Uf8hW2G8jeKq_PClGQTZkkvg_OpTn7KNduflRd8Jxo1fl_5E3QaCOOqQwOo1Xk1yHchLSgNJivpHBSJMsc_RxCKA.png" alt="Financial Times North Star Journey" class="wp-image-38337 not-transparent" srcset="https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXeEDgXBO7B2uc75GrtJgZWyqqMjB1o7OmiAczLRMRX8C6wG91Uf8hW2G8jeKq_PClGQTZkkvg_OpTn7KNduflRd8Jxo1fl_5E3QaCOOqQwOo1Xk1yHchLSgNJivpHBSJMsc_RxCKA.png 1024w, https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXeEDgXBO7B2uc75GrtJgZWyqqMjB1o7OmiAczLRMRX8C6wG91Uf8hW2G8jeKq_PClGQTZkkvg_OpTn7KNduflRd8Jxo1fl_5E3QaCOOqQwOo1Xk1yHchLSgNJivpHBSJMsc_RxCKA-300x168.png 300w, https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXeEDgXBO7B2uc75GrtJgZWyqqMjB1o7OmiAczLRMRX8C6wG91Uf8hW2G8jeKq_PClGQTZkkvg_OpTn7KNduflRd8Jxo1fl_5E3QaCOOqQwOo1Xk1yHchLSgNJivpHBSJMsc_RxCKA-768x431.png 768w, https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXeEDgXBO7B2uc75GrtJgZWyqqMjB1o7OmiAczLRMRX8C6wG91Uf8hW2G8jeKq_PClGQTZkkvg_OpTn7KNduflRd8Jxo1fl_5E3QaCOOqQwOo1Xk1yHchLSgNJivpHBSJMsc_RxCKA-332x186.png 332w, https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXeEDgXBO7B2uc75GrtJgZWyqqMjB1o7OmiAczLRMRX8C6wG91Uf8hW2G8jeKq_PClGQTZkkvg_OpTn7KNduflRd8Jxo1fl_5E3QaCOOqQwOo1Xk1yHchLSgNJivpHBSJMsc_RxCKA-664x372.png 664w, https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXeEDgXBO7B2uc75GrtJgZWyqqMjB1o7OmiAczLRMRX8C6wG91Uf8hW2G8jeKq_PClGQTZkkvg_OpTn7KNduflRd8Jxo1fl_5E3QaCOOqQwOo1Xk1yHchLSgNJivpHBSJMsc_RxCKA-688x386.png 688w" /></figure>



<p class="wp-block-paragraph">When defining this first North Star, the team considered the biggest factor that determined whether an FT subscriber would continue to use their subscription. The answer was determined as <strong>their level of engagement with content and amount of value they’re getting out of it.&nbsp;</strong></p>



<p class="wp-block-paragraph">Thus, FT&#8217;s first North Star: RFV (recency, frequency and volume)</p>



<p class="wp-block-paragraph">The metric looks over a 90-day period and calculates a score based on the number of days since a user’s last visit (recency), total number of visits in that period (frequency), and the number of “counted content pages” viewed.</p>



<p class="wp-block-paragraph">A user is considered engaged when their RFV score is more than 18.2, and becoming engaged leads to a 10 percent reduction in cancellation rates.&nbsp;</p>



<p class="wp-block-paragraph">This became a very concrete, strategic piece of information that people across the organization could understand, use to prioritize their work and rally behind. </p>



<p class="wp-block-paragraph">For example, with this North Star in mind, the team set out to build a feature called <em>my</em>FT, a simple but effective personalization mechanism based on a subscribers preferred topics. They discovered that <strong>the mere act of becoming a&nbsp;<em>myFT</em>&nbsp;user increased engagement by 86%</strong>. </p>



<h2 class="wp-block-heading">Evolving towards a more comprehensive North Star</h2>



<p class="wp-block-paragraph">From a focus on engagement from 2014-2019, FT has since developed their strategy to develop a North Star metric of lifetime value (LTV) in 2020.</p>



<figure class="wp-block-image"><img data-dominant-color="e7c9aa" data-has-transparency="false" style="--dominant-color: #e7c9aa;" loading="lazy" decoding="async" width="760" height="428" sizes="(max-width: 760px) 100vw, 760px" src="https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXfJk1dmVNyyOqbYpzDFxfje6WJObSbuFwixTQPoDaXlODrj9m2SpKEQN35Ilru62KmGJjzXN55Ei2IGf0Wf6tLvNmwp_NFYK5qTztZiOmcd1iFY929kZt55mzA-LTckAG7n2LOGNg.png" alt="Evolving Financial Times' North Star" class="wp-image-38336 not-transparent" srcset="https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXfJk1dmVNyyOqbYpzDFxfje6WJObSbuFwixTQPoDaXlODrj9m2SpKEQN35Ilru62KmGJjzXN55Ei2IGf0Wf6tLvNmwp_NFYK5qTztZiOmcd1iFY929kZt55mzA-LTckAG7n2LOGNg.png 760w, https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXfJk1dmVNyyOqbYpzDFxfje6WJObSbuFwixTQPoDaXlODrj9m2SpKEQN35Ilru62KmGJjzXN55Ei2IGf0Wf6tLvNmwp_NFYK5qTztZiOmcd1iFY929kZt55mzA-LTckAG7n2LOGNg-300x169.png 300w, https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXfJk1dmVNyyOqbYpzDFxfje6WJObSbuFwixTQPoDaXlODrj9m2SpKEQN35Ilru62KmGJjzXN55Ei2IGf0Wf6tLvNmwp_NFYK5qTztZiOmcd1iFY929kZt55mzA-LTckAG7n2LOGNg-332x187.png 332w, https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXfJk1dmVNyyOqbYpzDFxfje6WJObSbuFwixTQPoDaXlODrj9m2SpKEQN35Ilru62KmGJjzXN55Ei2IGf0Wf6tLvNmwp_NFYK5qTztZiOmcd1iFY929kZt55mzA-LTckAG7n2LOGNg-664x374.png 664w, https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXfJk1dmVNyyOqbYpzDFxfje6WJObSbuFwixTQPoDaXlODrj9m2SpKEQN35Ilru62KmGJjzXN55Ei2IGf0Wf6tLvNmwp_NFYK5qTztZiOmcd1iFY929kZt55mzA-LTckAG7n2LOGNg-688x387.png 688w" /></figure>



<p class="wp-block-paragraph">Although, it&#8217;s worth noting that LTV didn&#8217;t replace RFV, but built on it, especially as the latter is an important predictor of the former.</p>



<p class="wp-block-paragraph">LTV does however support better decision making when assigning resources or prioritizing tasks for acquisition vs retention, or B2B vs B2C for instance.</p>



<p class="wp-block-paragraph">&gt; <a href="https://theaudiencers.com/getting-started-with-lifetime-value/">Get started with measuring LTV</a></p>



<h2 class="wp-block-heading">GPA: Global Paying Audience</h2>



<p class="wp-block-paragraph">From 2023, the North Star was developed to Global Paying Audience, designed to help grow audience revenue beyond its core journalism offerings and across its broader portfolio of products and services, aiming for 3 million by 2028.</p>



<p class="wp-block-paragraph">The GPA metric encompasses not only the core digital product but also live event customers, FT Specialist and print newspaper circulation, seeking revenue from across a range of sources.</p>



<p class="wp-block-paragraph">&gt;<a href="https://theaudiencers.com/100k-downloads-later-8-things-i-learnt-from-launching-ft-edit/" target="_blank" rel="noreferrer noopener"> 100k downloads later, what I learnt from launching FT Edit</a></p>



<h2 class="wp-block-heading">Metrics that matter</h2>



<p class="wp-block-paragraph">The Global Paying Audience North Star is part of a wider framework called &#8220;metrics that matter&#8221;, outlining a range of metrics that sit underneath GPA and used more regularly by different teams across the organization. </p>



<p class="wp-block-paragraph">In short, Metrics That Matter (MTM) gives all departments at FT a <strong>shared framework &amp; common language</strong> so everybody in the company can see how their day-to-day work impacts GPA.</p>



<ul class="wp-block-list">
<li>Reduces focus &amp; pressure on the North Star</li>



<li>Mirrors a simplified customer lifecycle</li>



<li>Put more focus on retention</li>



<li>Encourages evaluation of costs</li>



<li>Links volume and value in all pursuits</li>



<li>Uses existing metrics where possible</li>
</ul>



<figure class="wp-block-image"><img data-dominant-color="bab6b5" data-has-transparency="false" style="--dominant-color: #bab6b5;" loading="lazy" decoding="async" width="1600" height="898" sizes="(max-width: 1600px) 100vw, 1600px" src="https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXdofzSaavyUjdRvFa1qQB7Jk1-3XvfLWcRrerU6n59P5YsGaTvhR2vf55rTKxYmqkdpTczuE7ixPMAVOvKYwFIJHHqy4YnT0tNflqPuYZcDmuj2fk75_SS48nQIHIMHRfIOHJuMdw.jpg" alt="Metrics that Matter framework at Financial Times" class="wp-image-38345 not-transparent" srcset="https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXdofzSaavyUjdRvFa1qQB7Jk1-3XvfLWcRrerU6n59P5YsGaTvhR2vf55rTKxYmqkdpTczuE7ixPMAVOvKYwFIJHHqy4YnT0tNflqPuYZcDmuj2fk75_SS48nQIHIMHRfIOHJuMdw.jpg 1600w, https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXdofzSaavyUjdRvFa1qQB7Jk1-3XvfLWcRrerU6n59P5YsGaTvhR2vf55rTKxYmqkdpTczuE7ixPMAVOvKYwFIJHHqy4YnT0tNflqPuYZcDmuj2fk75_SS48nQIHIMHRfIOHJuMdw-300x168.jpg 300w, https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXdofzSaavyUjdRvFa1qQB7Jk1-3XvfLWcRrerU6n59P5YsGaTvhR2vf55rTKxYmqkdpTczuE7ixPMAVOvKYwFIJHHqy4YnT0tNflqPuYZcDmuj2fk75_SS48nQIHIMHRfIOHJuMdw-1024x575.jpg 1024w, https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXdofzSaavyUjdRvFa1qQB7Jk1-3XvfLWcRrerU6n59P5YsGaTvhR2vf55rTKxYmqkdpTczuE7ixPMAVOvKYwFIJHHqy4YnT0tNflqPuYZcDmuj2fk75_SS48nQIHIMHRfIOHJuMdw-768x431.jpg 768w, https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXdofzSaavyUjdRvFa1qQB7Jk1-3XvfLWcRrerU6n59P5YsGaTvhR2vf55rTKxYmqkdpTczuE7ixPMAVOvKYwFIJHHqy4YnT0tNflqPuYZcDmuj2fk75_SS48nQIHIMHRfIOHJuMdw-1536x862.jpg 1536w, https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXdofzSaavyUjdRvFa1qQB7Jk1-3XvfLWcRrerU6n59P5YsGaTvhR2vf55rTKxYmqkdpTczuE7ixPMAVOvKYwFIJHHqy4YnT0tNflqPuYZcDmuj2fk75_SS48nQIHIMHRfIOHJuMdw-332x186.jpg 332w, https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXdofzSaavyUjdRvFa1qQB7Jk1-3XvfLWcRrerU6n59P5YsGaTvhR2vf55rTKxYmqkdpTczuE7ixPMAVOvKYwFIJHHqy4YnT0tNflqPuYZcDmuj2fk75_SS48nQIHIMHRfIOHJuMdw-664x373.jpg 664w, https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXdofzSaavyUjdRvFa1qQB7Jk1-3XvfLWcRrerU6n59P5YsGaTvhR2vf55rTKxYmqkdpTczuE7ixPMAVOvKYwFIJHHqy4YnT0tNflqPuYZcDmuj2fk75_SS48nQIHIMHRfIOHJuMdw-688x386.jpg 688w, https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXdofzSaavyUjdRvFa1qQB7Jk1-3XvfLWcRrerU6n59P5YsGaTvhR2vf55rTKxYmqkdpTczuE7ixPMAVOvKYwFIJHHqy4YnT0tNflqPuYZcDmuj2fk75_SS48nQIHIMHRfIOHJuMdw-1044x586.jpg 1044w, https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXdofzSaavyUjdRvFa1qQB7Jk1-3XvfLWcRrerU6n59P5YsGaTvhR2vf55rTKxYmqkdpTczuE7ixPMAVOvKYwFIJHHqy4YnT0tNflqPuYZcDmuj2fk75_SS48nQIHIMHRfIOHJuMdw-1400x786.jpg 1400w" /></figure>



<p class="wp-block-paragraph"><strong>The new metrics &#8220;solar system&#8221; framework:</strong></p>



<figure class="wp-block-image"><img data-dominant-color="efeae5" data-has-transparency="false" style="--dominant-color: #efeae5;" loading="lazy" decoding="async" width="1600" height="895" sizes="(max-width: 1600px) 100vw, 1600px" src="https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXfcPf8kBmNb7-IPowGiQkVHEEbQP_n6XFtUhcQ5g3_j1wtVFr55doUMxrcsW3lIANjPoFGsThSVa1Qz90UyHXXgtZihehNnVbPedOwZoW42NGHfSg4t5EauW_XPA4MwPE7PmYfG.png" alt="Metrics that matter framework at Financial Times" class="wp-image-38340 not-transparent" srcset="https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXfcPf8kBmNb7-IPowGiQkVHEEbQP_n6XFtUhcQ5g3_j1wtVFr55doUMxrcsW3lIANjPoFGsThSVa1Qz90UyHXXgtZihehNnVbPedOwZoW42NGHfSg4t5EauW_XPA4MwPE7PmYfG.png 1600w, https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXfcPf8kBmNb7-IPowGiQkVHEEbQP_n6XFtUhcQ5g3_j1wtVFr55doUMxrcsW3lIANjPoFGsThSVa1Qz90UyHXXgtZihehNnVbPedOwZoW42NGHfSg4t5EauW_XPA4MwPE7PmYfG-300x168.png 300w, https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXfcPf8kBmNb7-IPowGiQkVHEEbQP_n6XFtUhcQ5g3_j1wtVFr55doUMxrcsW3lIANjPoFGsThSVa1Qz90UyHXXgtZihehNnVbPedOwZoW42NGHfSg4t5EauW_XPA4MwPE7PmYfG-1024x573.png 1024w, https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXfcPf8kBmNb7-IPowGiQkVHEEbQP_n6XFtUhcQ5g3_j1wtVFr55doUMxrcsW3lIANjPoFGsThSVa1Qz90UyHXXgtZihehNnVbPedOwZoW42NGHfSg4t5EauW_XPA4MwPE7PmYfG-768x430.png 768w, https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXfcPf8kBmNb7-IPowGiQkVHEEbQP_n6XFtUhcQ5g3_j1wtVFr55doUMxrcsW3lIANjPoFGsThSVa1Qz90UyHXXgtZihehNnVbPedOwZoW42NGHfSg4t5EauW_XPA4MwPE7PmYfG-1536x859.png 1536w, https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXfcPf8kBmNb7-IPowGiQkVHEEbQP_n6XFtUhcQ5g3_j1wtVFr55doUMxrcsW3lIANjPoFGsThSVa1Qz90UyHXXgtZihehNnVbPedOwZoW42NGHfSg4t5EauW_XPA4MwPE7PmYfG-332x186.png 332w, https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXfcPf8kBmNb7-IPowGiQkVHEEbQP_n6XFtUhcQ5g3_j1wtVFr55doUMxrcsW3lIANjPoFGsThSVa1Qz90UyHXXgtZihehNnVbPedOwZoW42NGHfSg4t5EauW_XPA4MwPE7PmYfG-664x371.png 664w, https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXfcPf8kBmNb7-IPowGiQkVHEEbQP_n6XFtUhcQ5g3_j1wtVFr55doUMxrcsW3lIANjPoFGsThSVa1Qz90UyHXXgtZihehNnVbPedOwZoW42NGHfSg4t5EauW_XPA4MwPE7PmYfG-688x385.png 688w, https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXfcPf8kBmNb7-IPowGiQkVHEEbQP_n6XFtUhcQ5g3_j1wtVFr55doUMxrcsW3lIANjPoFGsThSVa1Qz90UyHXXgtZihehNnVbPedOwZoW42NGHfSg4t5EauW_XPA4MwPE7PmYfG-1044x584.png 1044w, https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXfcPf8kBmNb7-IPowGiQkVHEEbQP_n6XFtUhcQ5g3_j1wtVFr55doUMxrcsW3lIANjPoFGsThSVa1Qz90UyHXXgtZihehNnVbPedOwZoW42NGHfSg4t5EauW_XPA4MwPE7PmYfG-1400x783.png 1400w" /></figure>



<p class="wp-block-paragraph">This has been established for 7 departments, hosted on FT Intranet for full visibility, with links to the Data Catalogue (a space to support consistency and ownership of definitions across the business). KPI checklists help measure performance and take action using data.</p>



<p class="wp-block-paragraph">For example, the consumer revenue group (B2C): (GPA = Global Paying Audience, FT&#8217;s current North Star as of 2023)</p>



<figure class="wp-block-image"><img data-dominant-color="e9e3d0" data-has-transparency="false" style="--dominant-color: #e9e3d0;" loading="lazy" decoding="async" width="1600" height="901" sizes="(max-width: 1600px) 100vw, 1600px" src="https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXeY-v89rpgPBxgwENYl68KO3dKn0w99jUhE9Ge8QwTsoQ_iHXd3DPuG398LVMw0ZC7FvMmb_pjxxfa_ZOhLMYc5cNKADXBi9hUZw7Hag_wJSjmUm-yxb2D3zJVMjrB1oIynQVv3hQ.jpg" alt="Consumer revenue group metrics framework at Financial Times" class="wp-image-38348 not-transparent" srcset="https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXeY-v89rpgPBxgwENYl68KO3dKn0w99jUhE9Ge8QwTsoQ_iHXd3DPuG398LVMw0ZC7FvMmb_pjxxfa_ZOhLMYc5cNKADXBi9hUZw7Hag_wJSjmUm-yxb2D3zJVMjrB1oIynQVv3hQ.jpg 1600w, https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXeY-v89rpgPBxgwENYl68KO3dKn0w99jUhE9Ge8QwTsoQ_iHXd3DPuG398LVMw0ZC7FvMmb_pjxxfa_ZOhLMYc5cNKADXBi9hUZw7Hag_wJSjmUm-yxb2D3zJVMjrB1oIynQVv3hQ-300x169.jpg 300w, https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXeY-v89rpgPBxgwENYl68KO3dKn0w99jUhE9Ge8QwTsoQ_iHXd3DPuG398LVMw0ZC7FvMmb_pjxxfa_ZOhLMYc5cNKADXBi9hUZw7Hag_wJSjmUm-yxb2D3zJVMjrB1oIynQVv3hQ-1024x577.jpg 1024w, https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXeY-v89rpgPBxgwENYl68KO3dKn0w99jUhE9Ge8QwTsoQ_iHXd3DPuG398LVMw0ZC7FvMmb_pjxxfa_ZOhLMYc5cNKADXBi9hUZw7Hag_wJSjmUm-yxb2D3zJVMjrB1oIynQVv3hQ-768x432.jpg 768w, https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXeY-v89rpgPBxgwENYl68KO3dKn0w99jUhE9Ge8QwTsoQ_iHXd3DPuG398LVMw0ZC7FvMmb_pjxxfa_ZOhLMYc5cNKADXBi9hUZw7Hag_wJSjmUm-yxb2D3zJVMjrB1oIynQVv3hQ-1536x865.jpg 1536w, https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXeY-v89rpgPBxgwENYl68KO3dKn0w99jUhE9Ge8QwTsoQ_iHXd3DPuG398LVMw0ZC7FvMmb_pjxxfa_ZOhLMYc5cNKADXBi9hUZw7Hag_wJSjmUm-yxb2D3zJVMjrB1oIynQVv3hQ-332x187.jpg 332w, https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXeY-v89rpgPBxgwENYl68KO3dKn0w99jUhE9Ge8QwTsoQ_iHXd3DPuG398LVMw0ZC7FvMmb_pjxxfa_ZOhLMYc5cNKADXBi9hUZw7Hag_wJSjmUm-yxb2D3zJVMjrB1oIynQVv3hQ-664x374.jpg 664w, https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXeY-v89rpgPBxgwENYl68KO3dKn0w99jUhE9Ge8QwTsoQ_iHXd3DPuG398LVMw0ZC7FvMmb_pjxxfa_ZOhLMYc5cNKADXBi9hUZw7Hag_wJSjmUm-yxb2D3zJVMjrB1oIynQVv3hQ-688x387.jpg 688w, https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXeY-v89rpgPBxgwENYl68KO3dKn0w99jUhE9Ge8QwTsoQ_iHXd3DPuG398LVMw0ZC7FvMmb_pjxxfa_ZOhLMYc5cNKADXBi9hUZw7Hag_wJSjmUm-yxb2D3zJVMjrB1oIynQVv3hQ-1376x774.jpg 1376w, https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXeY-v89rpgPBxgwENYl68KO3dKn0w99jUhE9Ge8QwTsoQ_iHXd3DPuG398LVMw0ZC7FvMmb_pjxxfa_ZOhLMYc5cNKADXBi9hUZw7Hag_wJSjmUm-yxb2D3zJVMjrB1oIynQVv3hQ-1044x588.jpg 1044w, https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXeY-v89rpgPBxgwENYl68KO3dKn0w99jUhE9Ge8QwTsoQ_iHXd3DPuG398LVMw0ZC7FvMmb_pjxxfa_ZOhLMYc5cNKADXBi9hUZw7Hag_wJSjmUm-yxb2D3zJVMjrB1oIynQVv3hQ-1400x788.jpg 1400w" /></figure>



<p class="wp-block-paragraph">And Editorial team:</p>



<figure class="wp-block-image"><img data-dominant-color="ebe6d9" data-has-transparency="false" style="--dominant-color: #ebe6d9;" loading="lazy" decoding="async" width="1600" height="896" sizes="(max-width: 1600px) 100vw, 1600px" src="https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXeNijzpeDsWEjguCVxvA9uL86xaOi8zFkU8YzXuvHb-cObzSjjx5-n_Jrt3RcIQczqMPmTxxBLo83bz8x8jFe_D7ghoLGAoYti33NTWL7nh4lrlryP3Dj9kSv-73Myu2QUh0uNQRQ.jpg" alt="Editorial team metrics framework at Financial Times" class="wp-image-38344 not-transparent" srcset="https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXeNijzpeDsWEjguCVxvA9uL86xaOi8zFkU8YzXuvHb-cObzSjjx5-n_Jrt3RcIQczqMPmTxxBLo83bz8x8jFe_D7ghoLGAoYti33NTWL7nh4lrlryP3Dj9kSv-73Myu2QUh0uNQRQ.jpg 1600w, https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXeNijzpeDsWEjguCVxvA9uL86xaOi8zFkU8YzXuvHb-cObzSjjx5-n_Jrt3RcIQczqMPmTxxBLo83bz8x8jFe_D7ghoLGAoYti33NTWL7nh4lrlryP3Dj9kSv-73Myu2QUh0uNQRQ-300x168.jpg 300w, https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXeNijzpeDsWEjguCVxvA9uL86xaOi8zFkU8YzXuvHb-cObzSjjx5-n_Jrt3RcIQczqMPmTxxBLo83bz8x8jFe_D7ghoLGAoYti33NTWL7nh4lrlryP3Dj9kSv-73Myu2QUh0uNQRQ-1024x573.jpg 1024w, https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXeNijzpeDsWEjguCVxvA9uL86xaOi8zFkU8YzXuvHb-cObzSjjx5-n_Jrt3RcIQczqMPmTxxBLo83bz8x8jFe_D7ghoLGAoYti33NTWL7nh4lrlryP3Dj9kSv-73Myu2QUh0uNQRQ-768x430.jpg 768w, https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXeNijzpeDsWEjguCVxvA9uL86xaOi8zFkU8YzXuvHb-cObzSjjx5-n_Jrt3RcIQczqMPmTxxBLo83bz8x8jFe_D7ghoLGAoYti33NTWL7nh4lrlryP3Dj9kSv-73Myu2QUh0uNQRQ-1536x860.jpg 1536w, https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXeNijzpeDsWEjguCVxvA9uL86xaOi8zFkU8YzXuvHb-cObzSjjx5-n_Jrt3RcIQczqMPmTxxBLo83bz8x8jFe_D7ghoLGAoYti33NTWL7nh4lrlryP3Dj9kSv-73Myu2QUh0uNQRQ-332x186.jpg 332w, https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXeNijzpeDsWEjguCVxvA9uL86xaOi8zFkU8YzXuvHb-cObzSjjx5-n_Jrt3RcIQczqMPmTxxBLo83bz8x8jFe_D7ghoLGAoYti33NTWL7nh4lrlryP3Dj9kSv-73Myu2QUh0uNQRQ-664x372.jpg 664w, https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXeNijzpeDsWEjguCVxvA9uL86xaOi8zFkU8YzXuvHb-cObzSjjx5-n_Jrt3RcIQczqMPmTxxBLo83bz8x8jFe_D7ghoLGAoYti33NTWL7nh4lrlryP3Dj9kSv-73Myu2QUh0uNQRQ-688x385.jpg 688w, https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXeNijzpeDsWEjguCVxvA9uL86xaOi8zFkU8YzXuvHb-cObzSjjx5-n_Jrt3RcIQczqMPmTxxBLo83bz8x8jFe_D7ghoLGAoYti33NTWL7nh4lrlryP3Dj9kSv-73Myu2QUh0uNQRQ-1044x585.jpg 1044w, https://theaudiencers.com/wp-content/uploads/2025/02/AD_4nXeNijzpeDsWEjguCVxvA9uL86xaOi8zFkU8YzXuvHb-cObzSjjx5-n_Jrt3RcIQczqMPmTxxBLo83bz8x8jFe_D7ghoLGAoYti33NTWL7nh4lrlryP3Dj9kSv-73Myu2QUh0uNQRQ-1400x784.jpg 1400w" /></figure>



<p class="wp-block-paragraph">Looking to get started on Metrics That Matter? <a href="https://www.ftstrategies.com/en-gb/insights/the-metrics-and-benchmarking-playbook">FT Strategies has created a dedicated playbook! </a></p>



<p class="wp-block-paragraph">        </div>
                <div
            class="poool-access-paywall locked"
            id="poool-widget-7947380728d6a"
                            data-blocking-method="client"
                                                                            data-page-type="premium"
                    ></div>
        <div className="engage-post-paywall-banner" data-display-on="release"></div>
    </p>
      <div data-ta-component="payment-form"></div>
            <div
            class="poool-engage-element"
                            id="engage-post-content-banner"
                                ></div>
            <div
            class="poool-engage-element"
                            id="engage-fullscreen-banner"
                                ></div>
    <p>The post <a href="https://theaudiencers.com/north-stars-for-publishers-and-the-example-of-financial-times/">North Stars for publishers and the example of Financial Times</a> appeared first on <a href="https://theaudiencers.com">Audiencers</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Planning Your Subscriptions for 2025 </title>
		<link>https://theaudiencers.com/planning-your-subscriptions-for-2025/</link>
		
		<dc:creator><![CDATA[Sascha Bossen]]></dc:creator>
		<pubDate>Tue, 19 Nov 2024 09:41:05 +0000</pubDate>
				<category><![CDATA[Decisions]]></category>
		<category><![CDATA[Conversion]]></category>
		<category><![CDATA[Metrics data and research]]></category>
		<category><![CDATA[Subscription]]></category>
		<guid isPermaLink="false">https://theaudiencers.com/?p=35941</guid>

					<description><![CDATA[<p>Are you currently planning your subscriptions for 2025 &#8211; or have you already completed this process? Do you&#8230;</p>
<p>The post <a href="https://theaudiencers.com/planning-your-subscriptions-for-2025/">Planning Your Subscriptions for 2025 </a> appeared first on <a href="https://theaudiencers.com">Audiencers</a>.</p>
]]></description>
										<content:encoded><![CDATA[        <div
            class="poool-engage-element"
                            id="engage-pre-content-banner"
                                ></div>
    
<p class="wp-block-paragraph">Are you currently planning your subscriptions for 2025 &#8211; or have you already completed this process? Do you have a Northstar metric for your digital subscriptions? My planning tool helps you break this down into concrete KPIs.</p>



<p class="wp-block-paragraph">We often set ambitious target numbers for our Northstar. But what do these numbers actually mean when we break them down? How many conversions do you need per month? What&#8217;s the maximum acceptable churn rate?</p>



<p class="wp-block-paragraph"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f4a1.png" alt="💡" class="wp-smiley" style="height: 1em; max-height: 1em;" /> My planning tool answers these questions for you:</p>



<ul class="wp-block-list">
<li><strong>Google Sheet:</strong> <a href="https://docs.google.com/spreadsheets/d/1WTgdJYdtipgriBKlYUgj9w4XcjQH6VAM9LX9kbEtW1k/copy" target="_blank" rel="noreferrer noopener">Go to Sheets spreadsheet<br></a><em>[You&#8217;ll be prompted to create a copy in your workspace]</em></li>
</ul>



<h2 class="wp-block-heading"><img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f517.png" alt="🔗" class="wp-smiley" style="height: 1em; max-height: 1em;" /> A Step-by-Step Guide: </h2>



<h3 class="wp-block-heading">1. Gathering Your Numbers </h3>



<p class="wp-block-paragraph">First, collect your current KPIs for the status quo. You&#8217;ll need these metrics:</p>



<ol class="wp-block-list">
<li><strong>Monthly Trial Subscriptions</strong> How many new trial subscriptions do you acquire monthly?</li>



<li><strong>Trial Conversion Rate</strong> What percentage of trial subscriptions converts to the first paid month?</li>



<li><strong>Monthly Direct Subscriptions</strong> How many subscriptions without trial period (immediate paid subscriptions) do you acquire monthly?</li>



<li><strong>Monthly Churn Rate</strong> What percentage of your paying subscribers cancel monthly?</li>



<li><strong>Current Subscription Base</strong> What&#8217;s your current paying subscriber base?</li>
</ol>



<p class="wp-block-paragraph">For the first 4 KPIs, I recommend using the average value from the last 3 or 6 months. The current paying subscriber base could be taken from a specific date like September 30 or October 31. Regardless, the simulation starts from November 2024 &#8211; beginning with the base number you enter here.</p>



<p class="wp-block-paragraph"><em>The definition of paid subscriptions / paying subscribers (as distinct from trial subscriptions) and paying subscribers varies between publishers. You can apply your organization&#8217;s definitions here.</em></p>



<p class="wp-block-paragraph">Enter these numbers in the upper &#8216;Simulation&#8217; table in the &#8216;Status Quo&#8217; column, replacing the preset red numbers. Don&#8217;t have trial or direct subscriptions? Simply enter &#8220;0&#8221; for these. Enter your current subscription base in the &#8216;Paying Base&#8217; column on the right.</p>



<h3 class="wp-block-heading">2. Simulating Uplifts </h3>



<p class="wp-block-paragraph">After entering the status quo, you&#8217;ll see a forecast in the &#8216;Status Quo&#8217; column showing how your subscription base will develop until 2030.</p>



<p class="wp-block-paragraph">Now it&#8217;s time for <strong>uplift simulation</strong>. In the &#8216;Uplift I&#8217; column, you can enter percentage changes for the KPIs. The preset shows a 30% increase in trial subscriptions &#8211; meaning instead of 1,000 trials, the preset example generates 1,300. All other KPIs remain unchanged.</p>



<p class="wp-block-paragraph">In the table below, the &#8216;Final Base Uplift I&#8217; column shows how a 30% increase in trial subscriptions affects your subscriber base through 2030.</p>



<p class="wp-block-paragraph">Besides &#8216;Uplift I&#8217;, you can run a second simultaneous simulation in the &#8216;Uplift II&#8217; column. This allows you to compare two different scenarios. What helps more sustainably: An increase in conversions &#8211; or a combination of improved conversion rate with reduced cancellations?</p>



<p class="wp-block-paragraph"><em>For completeness: The simulations assume trial subscriptions run for one month before converting.</em></p>



<p class="wp-block-paragraph">I hope my planning tool helps in your daily work. It enables you to test different scenarios and see how changes impact your subscription base.</p>



<p class="wp-block-paragraph">Important: The tool assumes KPIs remain constant, which rarely happens in reality. Nevertheless, it provides valuable insights into how your key metrics need to develop to achieve your goals.</p>



<p class="wp-block-paragraph">Do you have suggestions for improvement or feedback about the tool? Please let me know. </p>



<p class="wp-block-paragraph">Sascha</p>
      <div data-ta-component="payment-form"></div>
            <div
            class="poool-engage-element"
                            id="engage-post-content-banner"
                                ></div>
            <div
            class="poool-engage-element"
                            id="engage-fullscreen-banner"
                                ></div>
    <p>The post <a href="https://theaudiencers.com/planning-your-subscriptions-for-2025/">Planning Your Subscriptions for 2025 </a> appeared first on <a href="https://theaudiencers.com">Audiencers</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Getting started with Lifetime Value</title>
		<link>https://theaudiencers.com/getting-started-with-lifetime-value/</link>
		
		<dc:creator><![CDATA[Abi Spooner]]></dc:creator>
		<pubDate>Wed, 13 Nov 2024 09:43:37 +0000</pubDate>
				<category><![CDATA[Collections]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Metrics data and research]]></category>
		<category><![CDATA[Retention]]></category>
		<guid isPermaLink="false">https://theaudiencers.com/?p=35814</guid>

					<description><![CDATA[<p>Lifetime Value is the total profit a business expects to make from a customer over the entire time they stay a customer - and it’s the key to an effective subscription business.</p>
<p>The post <a href="https://theaudiencers.com/getting-started-with-lifetime-value/">Getting started with Lifetime Value</a> appeared first on <a href="https://theaudiencers.com">Audiencers</a>.</p>
]]></description>
										<content:encoded><![CDATA[        <div
            class="poool-engage-element"
                            id="engage-pre-content-banner"
                                ></div>
    
<pre class="wp-block-verse">This guest post was provided by our friends at <a href="https://www.atlas.how/" target="_blank" rel="noreferrer noopener">Atlas</a>, the recurring revenues growth consultancy.</pre>



<p class="wp-block-paragraph">Understanding your profit on a one-off sale is simple &#8211; price paid minus marketing and manufacturing costs. This book costs £30, I spent £7 on marketing and it cost £10 to print and deliver &#8211; my profit is £13, and I have that profit as soon as the sale completes.         <div
            class="restricted-content"
            data-poool="0"
            data-poool-mode="custom"
            data-article-id="35814"
                    >
        </div>
                <div
            class="poool-access-paywall locked"
            id="poool-widget-e8fa477a70bd0"
                            data-blocking-method="server"
                                                                            data-page-type="premium"
                    ></div>
        <div className="engage-post-paywall-banner" data-display-on="release"></div>
    </p>
      <div data-ta-component="payment-form"></div>
            <div
            class="poool-engage-element"
                            id="engage-post-content-banner"
                                ></div>
            <div
            class="poool-engage-element"
                            id="engage-fullscreen-banner"
                                ></div>
    <p>The post <a href="https://theaudiencers.com/getting-started-with-lifetime-value/">Getting started with Lifetime Value</a> appeared first on <a href="https://theaudiencers.com">Audiencers</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Enhancing audience engagement with data-driven decision-making: a practical guide</title>
		<link>https://theaudiencers.com/enhancing-audience-engagement-with-data-driven-decision-making-a-practical-guide/</link>
		
		<dc:creator><![CDATA[Oleksandr Sanin]]></dc:creator>
		<pubDate>Thu, 07 Nov 2024 10:35:10 +0000</pubDate>
				<category><![CDATA[Operations]]></category>
		<category><![CDATA[Engagement]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Metrics data and research]]></category>
		<guid isPermaLink="false">https://theaudiencers.com/?p=35721</guid>

					<description><![CDATA[<p>In today’s digital landscape, engaging audiences has become more complex than ever. As consumer behavior continues to evolve,&#8230;</p>
<p>The post <a href="https://theaudiencers.com/enhancing-audience-engagement-with-data-driven-decision-making-a-practical-guide/">Enhancing audience engagement with data-driven decision-making: a practical guide</a> appeared first on <a href="https://theaudiencers.com">Audiencers</a>.</p>
]]></description>
										<content:encoded><![CDATA[        <div
            class="poool-engage-element"
                            id="engage-pre-content-banner"
                                ></div>
    
<p class="wp-block-paragraph">In today’s digital landscape, engaging audiences has become more complex than ever. As consumer behavior continues to evolve, professionals in digital publishing must leverage data to drive their strategies. This guide will explore how audience data can inform smarter engagement decisions, implement effective retention tactics, and inspire through real-world success stories.        <div
            class="restricted-content"
            data-poool-mode="excerpt"
            data-poool="80"
                    >
            </p>


<div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfjMw0YWGsAngbsZiFldeVuuM1x2Dt_bfbDyxHzfOir9grnttttBj6Hn_rE2HR5hcV5FMYOY_Yza5g8db3mA_wmM-tHT9cPRRx4ibnAaOn02_MX9jr2TeVGWOPS9I0avrmWjzbSUCA2_IdIEldWLzzUPshMbQZ72srbGdrJoKIGn_52kRt9FDc?key=XsnUjabZn9Zo-Tx647qeOA" alt=""/></figure>
</div>


<h2 class="wp-block-heading">Section 1: Decisions</h2>



<h4 class="wp-block-heading">How to Leverage Audience Data for Smarter Engagement Decisions</h4>



<p class="wp-block-paragraph">Understanding your audience is paramount for making strategic engagement decisions. To effectively collect, analyze, and interpret audience data, consider the following steps:</p>



<ol class="wp-block-list">
<li><strong>Identify Key Metrics:</strong> Focus on metrics that truly matter for your engagement goals. Key performance indicators (KPIs) such as <strong>session duration</strong>, <strong>bounce rate</strong>, and <strong>conversion rate</strong> provide insights into user behavior. For instance, a high bounce rate may indicate that your landing pages aren’t resonating with visitors.</li>



<li><strong>Utilize Analytics Tools:</strong> Employ tools like <strong>Google Analytics</strong>, <strong>Hotjar</strong>, or <strong>Mixpanel</strong> to track audience behavior. These platforms offer detailed reports on user engagement, including page views, time spent on content, and user flow, allowing you to pinpoint where improvements can be made.</li>



<li><strong>Segment Your Audience:</strong> Segmenting your audience based on demographics, behavior, or interests enables you to tailor your content strategies. By creating targeted campaigns for different segments, you can deliver personalized experiences that resonate more deeply with specific groups.</li>



<li><strong>Analyze Patterns:</strong> Regularly analyze the data to identify behavior patterns. For example, if you notice that users engage more with video content than written articles, it’s a clear signal to incorporate more multimedia into your strategy.</li>



<li><strong>Make Data-Driven Decisions:</strong> Leverage insights to make informed decisions about content creation and marketing strategies. For instance, if data shows that certain topics drive higher engagement, consider developing more content around those themes.</li>
</ol>



<p class="wp-block-paragraph"><strong>Key Takeaway:</strong> By understanding audience behavior patterns through data, you can make informed decisions that significantly boost engagement.</p>



<h2 class="wp-block-heading">Section 2: Operations</h2>


<div class="wp-block-image">
<figure class="aligncenter is-resized"><img decoding="async" src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfoeqLQ3dUmFO2vFjA38tYnFI62cFZhi_SxLVjdi5kOQLfX2s3ak8sbMrV4bpeJulvtf-JH5UJuzmGu75FQus5SJWFBtUa7NJpljCQOnJPQkIPE29HYlA9Sotaw8eho1qc0XKpikA4vMMCIncftLmI-_aCwamoI5uGt85qFDT1k8hiK4HnZOl8?key=XsnUjabZn9Zo-Tx647qeOA" alt="" style="width:798px;height:auto"/></figure>
</div>


<h4 class="wp-block-heading">Implementing Data-Driven Tactics for Audience Retention</h4>



<p class="wp-block-paragraph">Once you’ve made data-informed decisions, it’s crucial to implement tactical measures for audience retention. Here are some practical strategies:</p>



<ol class="wp-block-list">
<li><strong>A/B Testing Content Formats:</strong> Conduct A/B testing to identify which content formats resonate best with your audience. For example, test different headlines, images, or layouts to see which version leads to higher click-through rates and engagement. Tools like <strong>Optimizely</strong> or <strong>Google Optimize</strong> can facilitate this process.</li>



<li><strong>Optimize for SEO:</strong> Ensuring your content is easily discoverable through search engines is essential for audience retention. Utilize keyword research tools like <strong>Ahrefs</strong> or <strong>SEMrush</strong> to identify high-traffic keywords relevant to your audience. Implementing SEO best practices can enhance your visibility and drive organic traffic.</li>



<li><strong>Use Segmentation for Personalization:</strong> Leverage audience segmentation to offer personalized experiences. For instance, if you identify a segment interested in technology, create a dedicated newsletter that delivers tech-related content directly to that audience. This level of personalization fosters loyalty and keeps your audience engaged.</li>



<li><strong>Utilize Behavioral Triggers:</strong> Implement behavioral triggers to re-engage users who may have drifted away. For example, send personalized emails to users who have not visited your site in a while, offering content tailored to their previous interests. Tools like <strong>Mailchimp</strong> or <strong>HubSpot</strong> can help automate this process.</li>



<li><strong>Regularly Review and Adapt:</strong> Continuously monitor the effectiveness of your retention strategies. Use analytics to track engagement metrics and adapt your approach based on what’s working. This iterative process ensures you’re always meeting your audience’s needs.</li>
</ol>



<p class="wp-block-paragraph"><strong>Key Takeaway:</strong> Implementing data-driven retention strategies, such as A/B testing and audience segmentation, can enhance user experience and foster loyalty.</p>



<h2 class="wp-block-heading">Section 3: Inspirations</h2>


<div class="wp-block-image">
<figure class="aligncenter is-resized"><img decoding="async" src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXdFcD8uPgV8kPY-rWbVj6T7x2EQOIoKP7uUirYEI6Z7uOrmFbnT-vbmnS9uXYxECvccKiWanTfviVsatI4eA9VejOGnsbPbvLMcAuXx2qOTXoWdLEsHOZIPXxmrNiB_2v7fZsSIH50bs0aQi7KW9hbo3V3osLQhmY-XAxI_pg5-47O9h5uXopM?key=XsnUjabZn9Zo-Tx647qeOA" alt="" style="width:756px;height:auto"/></figure>
</div>


<h4 class="wp-block-heading">Success Stories: Data-Driven Audience Engagement in Action</h4>



<p class="wp-block-paragraph">To illustrate the power of data-driven decision-making in audience engagement, let’s explore a few case studies of successful digital publishers:</p>



<ol class="wp-block-list">
<li><strong>The New York Times:</strong> The New York Times uses sophisticated data analytics to drive subscription growth. By analyzing reader behavior and preferences, they identified that personalized email newsletters significantly increased engagement. They now offer tailored content suggestions, resulting in a notable boost in subscriptions and reader retention.</li>



<li><strong>BuzzFeed:</strong> BuzzFeed leverages audience data to guide content creation. By tracking which articles and formats perform best, they continually adapt their editorial strategy. For instance, they noticed a surge in engagement with listicles and quizzes, prompting them to produce more content in these formats, resulting in increased social media shares and website traffic.</li>



<li><strong>Spotify:</strong> Spotify employs advanced algorithms to analyze listening habits and recommend personalized playlists. This data-driven approach not only enhances user experience but also keeps users coming back. The success of Spotify’s personalized playlists demonstrates the power of leveraging data to maintain audience engagement.</li>
</ol>


<div class="wp-block-image">
<figure class="aligncenter"><img decoding="async" src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeDsTq0_YxCxCkl8bEgBVf1DGOvf-lwVM7ZRsyePQnJEzKJRjbQCXo7BsWk-Igm37VdWth47ThDXCefuJcioHlx4rzlXDWSgJlD9Yh7G9AH8iRU_DeCSj2lT-H3OC2715NHFsS_4-lb_Lwsa2j5it4i4T7lURrlUaAHfVWWhqlSoEaHwjIALQ?key=XsnUjabZn9Zo-Tx647qeOA" alt=""/></figure>
</div>


<ol start="4" class="wp-block-list">
<li><strong>Netflix:</strong> Netflix uses viewing data to inform its content strategy. By analyzing viewer preferences and behaviors, they successfully predict which genres and types of shows will resonate with their audience. This data-driven approach has led to the production of successful original content, significantly boosting subscriber retention.</li>
</ol>



<p class="wp-block-paragraph"><strong>Key Takeaway:</strong> Real-world examples highlight the effectiveness of data-driven strategies in enhancing audience engagement, providing insights that readers can adapt to their organizations.</p>



<h2 class="wp-block-heading">Conclusion: Why This Topic Matters</h2>



<p class="wp-block-paragraph">As digital audiences become increasingly fragmented, professionals in the publishing industry must rely on precise, data-backed strategies to engage, convert, and retain users. By integrating data-driven decision-making into everyday operations, digital publishers can ensure their strategies are not only creative but also effective.</p>



<p class="wp-block-paragraph">In a rapidly changing landscape, embracing audience data enables professionals to make smarter engagement decisions, implement retention tactics, and draw inspiration from successful case studies. This approach ultimately enhances audience engagement, ensuring that digital publishers remain competitive and relevant in a crowded market.</p>



<p class="wp-block-paragraph"><a href="https://www.linkedin.com/in/alexandersanin/" target="_blank" rel="noreferrer noopener">Follow Oleksandr&#8217;s work on LinkedIn.</a>        </div>
                <div
            class="poool-access-paywall locked"
            id="poool-widget-f77b64841e4c1"
                            data-blocking-method="client"
                                                                            data-page-type="free"
                    ></div>
        <div className="engage-post-paywall-banner" data-display-on="release"></div>
    </p>



<p class="wp-block-paragraph"></p>
      <div data-ta-component="payment-form"></div>
            <div
            class="poool-engage-element"
                            id="engage-post-content-banner"
                                ></div>
            <div
            class="poool-engage-element"
                            id="engage-fullscreen-banner"
                                ></div>
    <p>The post <a href="https://theaudiencers.com/enhancing-audience-engagement-with-data-driven-decision-making-a-practical-guide/">Enhancing audience engagement with data-driven decision-making: a practical guide</a> appeared first on <a href="https://theaudiencers.com">Audiencers</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>The ultimate guide to audience research methods for digital publishers</title>
		<link>https://theaudiencers.com/the-ultimate-guide-to-audience-research-methods-for-digital-publishers/</link>
		
		<dc:creator><![CDATA[John Mills]]></dc:creator>
		<pubDate>Mon, 28 Oct 2024 10:58:41 +0000</pubDate>
				<category><![CDATA[Collections]]></category>
		<category><![CDATA[Engagement]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Metrics data and research]]></category>
		<guid isPermaLink="false">https://theaudiencers.com/?p=35698</guid>

					<description><![CDATA[<p>The Audience Research Methods Resource Pack was developed by Dr John Mills, the founder and director of Archen&#8230;</p>
<p>The post <a href="https://theaudiencers.com/the-ultimate-guide-to-audience-research-methods-for-digital-publishers/">The ultimate guide to audience research methods for digital publishers</a> appeared first on <a href="https://theaudiencers.com">Audiencers</a>.</p>
]]></description>
										<content:encoded><![CDATA[        <div
            class="poool-engage-element"
                            id="engage-pre-content-banner"
                                ></div>
    
<pre class="wp-block-verse">The Audience Research Methods Resource Pack was developed by Dr John Mills, the founder and director of <a href="http://www.archen.co.uk">Archen</a> Innovate, a consultancy specializing in user-centred innovation, audience research, and developing emerging technologies, and commissioned by <a href="https://www.mediasupport.org/" target="_blank" rel="noreferrer noopener">International Media Support</a>.</pre>



<p class="wp-block-paragraph">This document is designed to be a short guide to a selection of audience research methods outlined and explored in our Local Media for Democracy workshops. These sessions were designed to be a broad introduction to approaches that publishers can undertake and integrate into their day-to-day activities. This collection should be seen as starting point. One that can be built and developed as Local Media for Democracy moves forward.</p>



<p class="wp-block-paragraph">Before diving in to the research methods, some key points to mention&#8230;</p>



<h2 class="wp-block-heading">What is your audience research question?</h2>



<p class="wp-block-paragraph">Before engaging with any audience research method, understanding what you need to know and why is critical. Each method has distinct strengths, but also weaknesses. By defining a research question, you can then identify which method and methods are best suited to answer it.</p>



<h2 class="wp-block-heading">Methods offer different outputs and limitations</h2>



<p class="wp-block-paragraph">Each methodological approach offers specific advantages and insights, but also limitations. When publishers are considering their audience research work, understanding which individual or combination of approaches can meet your needs is an important consideration. A reference table, produced by Reforge, can be found at the end of this document to assist in identifying a useful method for your own needs.</p>



<h2 class="wp-block-heading">How does it connect with editorial and/or revenue generation strategies?</h2>



<p class="wp-block-paragraph">Actionable research findings are essential in realizing strategic aims. Research in isolation may be interesting, but audience research that is aligned with organizational aims has utility and the potential for real-world impact.</p>



<h2 class="wp-block-heading">Things change</h2>



<p class="wp-block-paragraph">As some of the examples included in this document show, things change. Markets, audience preferences, needs and opinions, operating conditions, demographics as well as organizational capacity and strategies shift and evolve over time. This means that audience research can sometimes have a shelf-life or may become less relevant. As such, a core recommendation is to work towards making audience research into a standard and normal part of a publisher’s operations. This pack details essential components of eight audience research methods:</p>



<ul class="wp-block-list">
<li>Online surveys</li>



<li>A/b testing</li>



<li>1-2-1 interviews</li>



<li>Focus groups</li>



<li>Personas</li>



<li>Observations</li>



<li>Design sprints</li>



<li>Co-creation and participatory design</li>
</ul>



<h2 class="wp-block-heading">Online surveys</h2>



<p class="wp-block-paragraph">Online surveys can be used in a range of different ways and for different purposes. Expansive reader surveys can collect data on broad content preferences, audience demographic data, create insights into new product development and better understand what value existing users take from an editorial product.</p>



<p class="wp-block-paragraph"><strong>Comprehensive reader surveys</strong>: Spanning qualitative and quantitative feedback, a comprehensive reader survey allows publishers to collect deep information relating to their audience and preferences. Each year, The Conversation Australia runs a broad exercise to deep dive into their readers&#8217; perceptions. Misha Ketchell, editor at The Conversation, explains that the core purpose for this approach is underpinned by their need to deliver a product that is relevant and useful to their readers.        <div
            class="restricted-content"
            data-poool="0"
            data-poool-mode="custom"
            data-article-id="35698"
                    >
        </div>
                <div
            class="poool-access-paywall locked"
            id="poool-widget-e615c1b47c2a5"
                            data-blocking-method="server"
                                                                            data-page-type="premium"
                    ></div>
        <div className="engage-post-paywall-banner" data-display-on="release"></div>
    </p>



<p class="wp-block-paragraph"></p>
      <div data-ta-component="payment-form"></div>
            <div
            class="poool-engage-element"
                            id="engage-post-content-banner"
                                ></div>
            <div
            class="poool-engage-element"
                            id="engage-fullscreen-banner"
                                ></div>
    <p>The post <a href="https://theaudiencers.com/the-ultimate-guide-to-audience-research-methods-for-digital-publishers/">The ultimate guide to audience research methods for digital publishers</a> appeared first on <a href="https://theaudiencers.com">Audiencers</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
