Group similar URLs/links in Campaign reports
Looking at campaign reports for link performance there are URLs that appear as unique when it would be more helpful if they were grouped as a single URL for reporting purposes.
It would be nice to have some sort of grouping, filtering, searching or pattern matching system so that the following URLs would be counted as the same:
https://www.example.com/coolstuff?recipientid=123
https://www.example.com/coolstuff?recipientid=abc
...and these too:
https://www.example.com/unsubscribe/123
https://www.example.com/unsubscribe/abc

2 comments
-
dE commented
I've created a Ruby Library (and an accompanying app) --
https://rubygems.org/gems/LinkGrouper
It works on all links (doesn't need to know any pattern).
-
Mike Howe commented
When I contacted Mailgun support about this Jeff Turpin of MG support said:
To accommodate these requests you mention, it would require considerable development work to the campaign infrastructure as well as the link rewriting libraries that are used by a few other parts of the system.