Skip to content

Commit 0993fd3

Browse files
Merge pull request #1465 from hackclub/donation-page-utm-params
Add UTM params to the philanthropy page
2 parents f83e840 + ac8803b commit 0993fd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/philanthropy/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ const Philanthropy = ({ posts = [] }) => {
417417
my={3}
418418
sx={{ width: ['100%', 'auto'] }}
419419
as="a"
420-
href="https://hcb.hackclub.com/donations/start/hq"
420+
href="https://hcb.hackclub.com/donations/start/hq?utm_source=site&utm_medium=internal&utm_campaign=philanthropy_page&utm_content=hero_button"
421421
>
422422
Donate
423423
<Text sx={{ display: ['none', 'inline-block'], ml: 2 }}>
@@ -605,7 +605,7 @@ const Philanthropy = ({ posts = [] }) => {
605605
<Box mt={[2, 3]}>
606606
<Text
607607
as="a"
608-
href="https://hcb.hackclub.com/donations/start/hq"
608+
href="https://hcb.hackclub.com/donations/start/hq?utm_source=site&utm_medium=internal&utm_campaign=philanthropy_page&utm_content=body_link"
609609
target="_blank"
610610
sx={{
611611
color: '#ec3750',

0 commit comments

Comments
 (0)