I am using a tracking software (Voluum) that generates for me campaign URLs with UTM parameters. Is there a way how I could pass the data from my UTM parameters and display it as a dynamic content on a web-page?
For example a visitor accesses domain.com/?city={city} where the {city} in his case is Berlin. is it possible to show him the word "Berlin" on the web-page right during his first visit?
thank you!
echo htmlentities($_GET['city']);