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

As a campaigner, I want all emails to have unique URLs so that I can track who clicked what #8

Open
4 tasks
camjackson opened this issue May 12, 2018 · 1 comment

Comments

@camjackson
Copy link
Contributor

Each email sent to each member should contain unique URLs, for analytics purposes. We want to know who clicked on what link, in which email.

Proposed solution is that whenever the mailer sends emails, it pre-processes the email body, replacing any links in the email with special unique ones for each member. The URLs:

  • should point to the Rabble Rouser redirector
  • should contain the original URL, so the redirector knows where to send people
  • should contain the member ID, so we know who clicked the link
  • should contain the email ID, so we know which email they clicked it in

The redirector will then redirect the user to the original URL, and record an event that says that the user clicked on the link (out of scope, done in a separate task from this one).

@camjackson
Copy link
Contributor Author

@tomsulston, @akjones, @pameck, would appreciate your thoughts on this. Does it sound correct that the mailer just magically replaces all URLs with unique ones that point to the redirector?

I think Bal (don't have his github handle) has started work on this already. Not sure how far he has gotten.

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