The UTM parameters are not working properly.
I have a bot which should read from the address bar, the URL parameters.
I am using the utm_source (in place of name) to display the variable.
The bot is remembering (somehow) the utm_source from a different page and displaying on current page.
For example, if I open www.wheel.men , the bot displays the variable name properly, but if I open any other site, for example www.caravanparksindia.com , it is still showing wheel.men .
If I removing the browsing history, cookies and open in private window, it is kinda working, but not always.
How do I make the bot to force to read the utm parameters everytime?