I have a use case where I need to pass a dynamic ID (such as a reward ID) from an email template to an AJO landing page. My goal is for the landing page to use JavaScript to fetch this ID from the URL and personalize the experience accordingly.I understand how to retrieve URL parameters on the landi...