use web app click to update a column | Community
Skip to main content
jitendrakhatwani
New Participant
April 11, 2020
Solved

use web app click to update a column

  • April 11, 2020
  • 1 reply
  • 2113 views

Hi All,

I have a simple query here.
I have a webapp created and the link of the webapp is sent in the email.
My query is: whenever a user clicks on that web app link, it will redirect to a thank you page also at the same time I have a column in my recipient table with the name: hasClicked, this should become true
Any thought on how to achieve that only using adobe campaign classic
Any help is highly appreciated.

Regards
Jay

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by _Manoj_Kumar_

Hello @jitendrakhatwani 

 

There are 2 ways to do it in WebApp as shown in the image below:

 

1) Pass the encrypted id in the webapp URL which is available in the email. Then use preloading to get the recipient and map the has clicked field in the Page and make the form auto submit then use storage to update the hasclicked field and the show the thank you page.
2) Use the javascript to get the URL parameter and load the recipient with JS and use xtk session write to update the field.

Thanks,

Manoj

1 reply

_Manoj_Kumar_
_Manoj_Kumar_Accepted solution
New Participant
April 13, 2020

Hello @jitendrakhatwani 

 

There are 2 ways to do it in WebApp as shown in the image below:

 

1) Pass the encrypted id in the webapp URL which is available in the email. Then use preloading to get the recipient and map the has clicked field in the Page and make the form auto submit then use storage to update the hasclicked field and the show the thank you page.
2) Use the javascript to get the URL parameter and load the recipient with JS and use xtk session write to update the field.

Thanks,

Manoj

     Manoj     Find me on LinkedIn