I want to have a setup where if I bring traffic to my site by using Google Analytics campaign strings: utm_campaign and utm_source, those strings would be stored and then appended to any outgoing link/click from my site.
Example if I want to bring traffic from a news article in Linkedin
Incoming link:
https://mywebsite.com/landing-page/?utm_campaign=news&utm_source=linkedin
I want it so when a visitor clicks on the outgoing links (or any link in my website), the outgoing link will have the utm string appended like:
https://outgoinglink.com/welcome-aboard/?utm_campaign=news&utm_source=linkedin
Can anyone help how to have something like this. My website is in Wordpress and there seems no specific plugin for this.