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

74 lines
3.3 KiB
HTML
Raw Normal View History

2024-09-25 09:38:21 -07:00
{% extends "base.html" %}
{% set page_title = "Multiple Languages" %}
{% block per_page_title %}
{{page_title}}
{% endblock %}
{% block content_column_content %}
{% with title=page_title %}{% include "components/guidance/nav_breadcrumb.html" %}{% endwith %}
<section class="usa-prose">
<h1>Measuring performance with benchmarking</h1>
<p class="usa-intro 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>
When the Center on Budget and Policy Priorities studied WIC, they found key learnings about the quantity of messages
delivered, how people engage with messages, and how they take action.
</p>
<h3>Message delivery</h3>
2024-10-02 09:52:44 -07:00
<p class="font-body-lg text-light">Benchmark: <span class="text-bold">80%</span> of texts are successfully delivered</p>
2024-09-25 09:38:21 -07:00
<p>
You may discover that some numbers are temporarily or permanently unavailable due to service being discontinued,
numbers changing, or being a landline.
</p>
<h3>Engagement</h3>
2024-10-02 09:52:44 -07:00
<p class="font-body-lg text-light">Benchmark: Engagement rates with texts ranged from <span class="text-bold">17%</span>
to <span class="text-bold">26%</span></p>
2024-09-25 09:38:21 -07:00
<p>
The highest rate of engagement with a text comes within hours of sending. Engagement rates include any kind of
2024-10-02 09:52:44 -07:00
action taken due to a text, including replying “STOP” to prevent future texts.
2024-09-25 09:38:21 -07:00
</p>
<h3>Appointment requests</h3>
2024-10-02 09:52:44 -07:00
<p class="font-body-lg text-light">Benchmark: Requesting appointments after receiving texts ranged from <span
class="text-bold">4%</span> to <span class="text-bold">9%</span></p>
2024-09-25 09:38:21 -07:00
<p>
Requesting appointments is a specific type of engagement. Provide a phone number or link to an online appointment
request form.
</p>
<p>
The Code for Americas Texting Playbook reported specific learnings around appointment reminders, completing
document submission, and maintenance reminders.
</p>
<h3>Appointment reminders</h3>
2024-10-02 09:52:44 -07:00
<p class="font-body-lg text-light">Benchmark: Clients were <span class="text-bold">79%</span> more likely to keep their
appointment after receiving a text reminder.</p>
2024-09-25 09:38:21 -07:00
<p>You will likely see more completed appointments.</p>
2024-10-02 09:52:44 -07:00
<p class="font-body-lg text-light">Benchmark: Clients were <span class="text-bold">55%</span> more likely to complete an
interview after receiving an interview reminder</p>
2024-09-25 09:38:21 -07:00
<p>You will likely see more completed interviews.</p>
<h3>Document submission</h3>
2024-10-02 09:52:44 -07:00
<p class="font-body-lg text-light">
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
2024-09-25 09:38:21 -07:00
</p>
<p>To encourage response, provide a custom list of the needed documents and information about how to submit them. </p>
<h3>Reminders</h3>
2024-10-02 09:52:44 -07:00
<p class="font-body-lg text-light">Benchmark: Text reminders improved case maintenance rates by <span
class="text-bold">21%</span></p>
2024-09-25 09:38:21 -07:00
<p>You may see less turnover in your case rates.</p>
</section>
{% endblock %}