From: Michael Tremer Date: Mon, 8 Jan 2024 18:07:38 +0000 (+0000) Subject: analytics: Add UTM attributes to promotional emails X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=21a30d0f6bc3155e9d502a99d95447a29793c506;p=ipfire.org.git analytics: Add UTM attributes to promotional emails Signed-off-by: Michael Tremer --- diff --git a/src/templates/auth/messages/donation-reminder.html b/src/templates/auth/messages/donation-reminder.html index 480037c7..b4d7de54 100644 --- a/src/templates/auth/messages/donation-reminder.html +++ b/src/templates/auth/messages/donation-reminder.html @@ -36,7 +36,7 @@ diff --git a/src/templates/auth/messages/donation-reminder.txt b/src/templates/auth/messages/donation-reminder.txt index b7e35b90..a22fb410 100644 --- a/src/templates/auth/messages/donation-reminder.txt +++ b/src/templates/auth/messages/donation-reminder.txt @@ -20,7 +20,7 @@ Subject: {{ _("Please help us with your donation!") }} {{ _("The best way to do this is by setting up a monthly donation which you can do here:") }} - https://www.ipfire.org/donate?frequency=monthly&amount=10 + https://www.ipfire.org/donate?frequency=monthly&amount=10&utm_medium=email&utm_source=donation-reminder {{ _("We also have other ways to donate. Please go to https://www.ipfire.org/donate for details.") }} diff --git a/src/templates/blog/messages/announcement.html b/src/templates/blog/messages/announcement.html index 62971aa0..6b8fbf66 100644 --- a/src/templates/blog/messages/announcement.html +++ b/src/templates/blog/messages/announcement.html @@ -19,7 +19,7 @@
- + {{ _("Donate Now") }}
diff --git a/src/templates/blog/messages/announcement.txt b/src/templates/blog/messages/announcement.txt index 9326d691..2d6a1a2c 100644 --- a/src/templates/blog/messages/announcement.txt +++ b/src/templates/blog/messages/announcement.txt @@ -15,4 +15,4 @@ X-Auto-Response-Suppress: OOF {{ _("Click here to read more:") }} - https://www.ipfire.org/blog/{{ post.slug }} + https://www.ipfire.org/blog/{{ post.slug }}?utm_medium=email&utm_source=blog-announcement diff --git a/src/templates/donate/messages/christmas-1.html b/src/templates/donate/messages/christmas-1.html index b0657ebe..8cfbd374 100644 --- a/src/templates/donate/messages/christmas-1.html +++ b/src/templates/donate/messages/christmas-1.html @@ -27,7 +27,7 @@
- + {{ _("Read The Full Post On Our Blog") }}
diff --git a/src/templates/donate/messages/christmas-1.txt b/src/templates/donate/messages/christmas-1.txt index 63e93677..3de3d4d1 100644 --- a/src/templates/donate/messages/christmas-1.txt +++ b/src/templates/donate/messages/christmas-1.txt @@ -19,7 +19,7 @@ We’ll be sharing and retweeting some of our favourites in the weeks to come. If you really liked working with IPFire this year, why not consider donating to our project? - https://www.ipfire.org/donate + https://www.ipfire.org/donate?utm_medium=email&utm_campaign=christmas-1 {{ _("All the best,") }} -{{ _("Your IPFire Team") }} diff --git a/src/templates/donate/messages/christmas-2.html b/src/templates/donate/messages/christmas-2.html index 51fef986..6d497e30 100644 --- a/src/templates/donate/messages/christmas-2.html +++ b/src/templates/donate/messages/christmas-2.html @@ -32,7 +32,7 @@
- + {{ _("Donate") }}
diff --git a/src/templates/donate/messages/christmas-2.txt b/src/templates/donate/messages/christmas-2.txt index c1d708ad..c85d89c1 100644 --- a/src/templates/donate/messages/christmas-2.txt +++ b/src/templates/donate/messages/christmas-2.txt @@ -22,7 +22,7 @@ Of course, we’d not be able to do any of this without feedback from our huge u and our fantastic development team. If you’d like to help our development team towards their goals for next year, you can donate here: - https://www.ipfire.org/donate + https://www.ipfire.org/donate?utm_medium=email&utm_campaign=christmas-2 Party, party, party! -{{ _("Your IPFire Team") }} diff --git a/src/templates/donate/messages/christmas-3.html b/src/templates/donate/messages/christmas-3.html index 235f50f8..03c44e60 100644 --- a/src/templates/donate/messages/christmas-3.html +++ b/src/templates/donate/messages/christmas-3.html @@ -27,7 +27,7 @@
- + {{ _("Donate") }}
diff --git a/src/templates/donate/messages/christmas-3.txt b/src/templates/donate/messages/christmas-3.txt index f2c154b1..90083c7f 100644 --- a/src/templates/donate/messages/christmas-3.txt +++ b/src/templates/donate/messages/christmas-3.txt @@ -19,7 +19,7 @@ Yes, even our penguin friends in the antarctic are using IPFire! We couldn’t have done this without hundreds of donations just like yours. If you’re feeling the love and you can spare a little money, help us start 2024 with a bang! - https://www.ipfire.org/donate + https://www.ipfire.org/donate?utm_medium=email&utm_campaign=christmas-3 Finally, whatever you’re celebrating at the end of this year, we wish you all the best for the festive season. diff --git a/src/templates/donate/messages/christmas-4.html b/src/templates/donate/messages/christmas-4.html index 20455d31..6c0eb754 100644 --- a/src/templates/donate/messages/christmas-4.html +++ b/src/templates/donate/messages/christmas-4.html @@ -30,7 +30,7 @@
- + {{ _("Donate") }}
diff --git a/src/templates/donate/messages/christmas-4.txt b/src/templates/donate/messages/christmas-4.txt index 1a44c4a1..ed90105b 100644 --- a/src/templates/donate/messages/christmas-4.txt +++ b/src/templates/donate/messages/christmas-4.txt @@ -22,7 +22,7 @@ If you’d like to help us kick off 2024 the right way, please click the link wh you can donate to our project. Every donation is appreciated as it contributes to the continued success of our project and helps us keep our software open to all. - https://www.ipfire.org/donate + https://www.ipfire.org/donate?utm_medium=email&utm_campaign=christmas-4 {{ _("Happy New Year!")}} {{ _("-Michael") }}
- + {{ _("Donate") }}