Hi Paul,There are many ways to do this. You can pass your offer code by URL, Page Parameter, mBox Parameter.By URL : return page.param("offercode"); (Profile Script)By Page Parameter : (Page level Code)targetPageParams = function() { return { "offercode": 1451 }; };Check this https://marketing.adobe...