Files
notifications-admin/app/templates/views/guides/benchmark-performance.html

116 lines
3.9 KiB
HTML
Raw Normal View History

2024-10-24 16:28:42 -07:00
{% extends "base.html" %}
2024-11-26 12:58:32 -08:00
{% import "components/nav_breadcrumb.html" as breadcrumbs %}
2024-10-24 16:28:42 -07:00
{% set page_title = "Measuring performance with benchmarking" %}
{% block per_page_title %}
{{page_title}}
{% endblock %}
{% block content_column_content %}
2025-01-14 13:45:36 -05:00
{{ breadcrumbs.breadcrumb(page_title, "Best Practices", "main.best_practices") }}
2024-11-26 12:58:32 -08:00
2024-10-24 16:28:42 -07:00
<section class="usa-prose">
<h1>{{page_title}}</h1>
<p class="font-sans-lg text-base">Learn how effective your texting program can be.</p>
<p>
Several factors determine a messaging campaigns success, but the performance of previous projects can help set
expectations. Get to know what other government texting initiatives have done as a way to benchmark your own
performance.
</p>
<h2>What other texting studies have found</h2>
<p>
2024-11-25 18:15:34 -08:00
When the <a class="use-link usa-link--external"
2024-10-24 16:28:42 -07:00
href="https://www.cbpp.org/research/food-assistance/targeted-text-message-outreach-can-increase-wic-enrollment-pilots-show"
target="_blank">Center on Budget and Policy Priorities</a> studied WIC, they found key learnings about the
quantity of messages delivered, how people engage with messages, and how they take action.
</p>
2025-01-13 13:57:59 -05:00
<h3>Message delivery</h3>
<p class="text-light">Benchmark: <span class="text-bold">80%</span> of texts are
2024-10-24 16:28:42 -07:00
successfully delivered
</p>
2025-01-13 13:57:59 -05:00
<ul>
<li>
<p>
You may discover that some numbers are temporarily or permanently unavailable due to service being
discontinued,
numbers changing, or being a landline.
</p>
</li>
</ul>
2024-10-24 16:28:42 -07:00
2025-01-13 13:57:59 -05:00
<h3>Engagement</h3>
<p class="text-light">Benchmark: Engagement rates with texts ranged from <span
class="text-bold">17%</span>
to <span class="text-bold">26%</span></p>
<ul>
<li>
<p>
The highest rate of engagement with a text comes within hours of sending. Engagement rates include any kind
of
action taken due to a text, including replying “STOP” to prevent future texts.
</p>
</li>
</ul>
2024-10-24 16:28:42 -07:00
2025-01-13 13:57:59 -05:00
<h3>Appointment requests</h3>
<p class="text-light">Benchmark: Requesting appointments after receiving texts ranged
2024-10-24 16:28:42 -07:00
from <span class="text-bold">4%</span> to <span class="text-bold">9%</span></p>
2025-01-13 13:57:59 -05:00
<ul>
<li>
<p>
Requesting appointments is a specific type of engagement. Provide a phone number or link to an online
appointment
request form.
</p>
</li>
</ul>
2024-10-24 16:28:42 -07:00
<p>
2024-11-25 18:15:34 -08:00
The <a class="use-link usa-link--external" href="https://codeforamerica.org/resources/texting-playbook/"
target="_blank">Code for Americas Texting
2024-10-24 16:28:42 -07:00
Playbook</a>
reported specific learnings around appointment reminders, completing
document submission, and maintenance reminders.
</p>
2025-01-13 13:57:59 -05:00
<h3>Appointment reminders</h3>
<p class="text-light">Benchmark: Clients were <span class="text-bold">79%</span> more
likely to keep their appointment after receiving a text reminder.</p>
<ul>
<li>
<p>You will likely see more completed appointments.</p>
</li>
</ul>
<p class="text-light">Benchmark: Clients were <span class="text-bold">55%</span> more
likely to complete an interview after receiving an interview reminder</p>
<ul>
<li>
<p>You will likely see more completed interviews.</p>
</li>
</ul>
2024-10-24 16:28:42 -07:00
2025-01-13 13:57:59 -05:00
<h3>Document submission</h3>
<p class="text-light">
2024-10-24 16:28:42 -07:00
Benchmark: Clients were <span class="text-bold">6%</span> more likely to complete document submission after
receiving a customized list of required documents via text
</p>
2025-01-13 13:57:59 -05:00
<ul>
<li>
<p>To encourage response, provide a custom list of the needed documents and information about how to submit
them.
</p>
</li>
</ul>
2024-10-24 16:28:42 -07:00
2025-01-13 13:57:59 -05:00
<h3 class="font-body-xl">Reminders</h3>
<p class="text-light">Benchmark: Text reminders improved case maintenance rates by <span
class="text-bold">21%</span></p>
<ul>
<li>
<p>You may see less turnover in your case rates.</p>
</li>
</ul>
2024-10-24 16:28:42 -07:00
</section>
{% endblock %}