Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • Awesome!! Thank you so much. I will give that a shot. Commented Apr 10, 2018 at 21:20
  • I finally got a chance to implement and the landing page will still NOT publish. This is the code. Am I missing something? <!-- AMPScipt to retrieve subscriber context--> %%[ SET @subscriberKey = _subscriberkey SET @jobID = jobid SET @batchID = _JobSubscriberBatchID ]%% <script runat="server"> Platform.Load("core","1"); /*retrieve values set in AMPscript */ var subKey = Variable.GetValue("@subscriberKey"); var batch = Variable.GetValue("@batchID"); var job, = Attribute.getValue('@jobID'); </script> Commented Apr 19, 2018 at 17:55
  • Try removing the comma from "var job, = Attribute.getValue('@jobID')" Commented Jul 5, 2018 at 21:37