Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Append information to post URL (e.g. UTM source) #410

Open
SeanKilleen opened this issue Apr 10, 2024 · 0 comments
Open

Append information to post URL (e.g. UTM source) #410

SeanKilleen opened this issue Apr 10, 2024 · 0 comments

Comments

@SeanKilleen
Copy link

SeanKilleen commented Apr 10, 2024

I'm willing to contribute this feature but wanted to write it up first.

Use case: I'm using Fathom Analytics on my blog. I think a lot of my traffic is being driven from RSS readers, but it's hard to tell because they show up as direct traffic.

I'd really like the ability to append something like ?utm_source=RSS to the URLs in the feed so that they'll correctly show up in my analytics.

I think this would entail:

  • Configuration for hard-coded text to append (presumably we'd include the ? and strip it off if a user adds it)
  • Updating the XML template to include the string if set, and otherwise include nothing
  • Appropriate tests
  • Docs update

It seems like a straightforward addition but before embarking I wanted to ensure this project was still up for receiving contributions and that this one is a fit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant