I want to forward UTM source tracking on all the links on an amp page if UTM is present on the page URL itself.
Example: If UTM is present on some page abc.amp?utm_source=someSource
then I want to track the UTM on the links of this page also. The best way would have been cookie (Since it can be tracked along multiple pages) but since AMP doesn't support Cookies and JS solution, any idea how to achieve this???