I want to track an ad campaign via a URL that will appear in a magazine.
I see how to generate the Google Analytics campaign tracking url as follows: https://example.com?utm_source=news4&utm_medium=email&utm_campaign=spring-summer
But I can't possibly publish that in the magazine article, nor can I expect someone to type that into a browser (accurately).
Is it possible to setup a server-side redirect or mod-rewrite using a more user friendly url and still capture the tracking data necessary in G.A?
If so, what is the best way to do this?