Skip to content

Commit

Permalink
[New Post] See where donors are coming from / Donation UTM params (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
YodaLightsabr authored Jan 30, 2025
1 parent 065534e commit d5ecbd6
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions content/posts/track-donation-source/post.mdx
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!

0 comments on commit d5ecbd6

Please sign in to comment.