Skip to content

Commit 878f405

Browse files
Add utm codes for thunderbird's download link the mail dash (#475)
1 parent 85f95c9 commit 878f405

File tree

1 file changed

+1
-1
lines changed
  • assets/app/vue/views/MailView/sections/DashboardSection

1 file changed

+1
-1
lines changed

assets/app/vue/views/MailView/sections/DashboardSection/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export default {
4949
<div class="download-card">
5050
<div class="content">
5151
<p>{{ t('views.mail.sections.dashboard.downloadDescription') }}</p>
52-
<a class="download-link" href="https://www.thunderbird.net/thunderbird/all/" target="_blank">
52+
<a class="download-link" href="https://www.thunderbird.net/thunderbird/all/?utm_campaign=main&utm_medium=tb_pro&utm_source=thundermail_dashboard&utm_content=banner_top" target="_blank">
5353
<primary-button>
5454
<template #iconLeft>
5555
<ph-download-simple size="16"/>

0 commit comments

Comments
 (0)