generated from hackclub/theme-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[New Post] See where donors are coming from / Donation UTM params (#59)
- Loading branch information
1 parent
065534e
commit d5ecbd6
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
import post, { Author, Preview } from '@/components/Post' | ||
|
||
export default post({ | ||
title: '🔍 Track where donors are coming from', | ||
slug: 'track-donation-source', | ||
category: 'new', | ||
authors: ['ian'], | ||
cover: donationReferrerInformation, | ||
date: new Date('2025-1-29') | ||
}) | ||
|
||
import donationReferrerInformation from "./donationReferrerInformation.png"; | ||
|
||
|
||
HCB's donation page is a great way to raise money for your organization. With one click, you can share a link to your donation page on social media, in emails, or on your website. It's incredibly versatile, but how do you know which platforms perform best? | ||
|
||
Starting today, you can analyze which website referred your donors, and, for more granular insights, the [UTM parameters](https://en.wikipedia.org/wiki/UTM_parameters) of the link they clicked. This data is available on the transaction details page for all donations with referrer data. | ||
|
||
<Image src={donationReferrerInformation} /> | ||
|
||
Hopefully this feature will help you understand where your donors are coming from and how to better reach them in the future! |