Get URL param inside web application page | Adobe Higher Education
Skip to main content
israel_sanchez
Level 3
March 12, 2020
解決済み

Get URL param inside web application page

  • March 12, 2020
  • 1 の返信
  • 3355 ビュー

Hello all, I have a web application page to manage the unsubscribers, the URL for unsubscribing is generated with the "customerID" and the "campaignID", in the workflow the "Preloading" activity loads well the "Recipient" object, the question is, how can I get the second parameter in URL "campaignId" and pass it to the form in "Page" activity? am I clear?


Is there another way to deal with that? I mean, to know in what campaign the recipient decides to unsubscribe?

このトピックへの返信は締め切られました。
ベストアンサー israel_sanchez

I found the solution, is with URL Parameters inside web Forms, in order to get the param and value is with  <%= ctx.vars.foo %>

https://final-docs.campaign.adobe.com/doc/AC6.1/en/WEB_Web_forms_Configuring_web_forms.html#URL_parameters

1 の返信

israel_sanchez
israel_sanchez作成者回答
Level 3
March 13, 2020

I found the solution, is with URL Parameters inside web Forms, in order to get the param and value is with  <%= ctx.vars.foo %>

https://final-docs.campaign.adobe.com/doc/AC6.1/en/WEB_Web_forms_Configuring_web_forms.html#URL_parameters