Can I update data on Adobe Campaign from an ACC landing page form? | Adobe Higher Education
Skip to main content
Level 2
June 29, 2021
Resuelto

Can I update data on Adobe Campaign from an ACC landing page form?

  • June 29, 2021
  • 2 respuestas
  • 1642 visualizaciones

Hello guys!

 

I would like to know if it is possible to update data from recipients if they fill an Adobe Campaign generated form. This is because I would like to send to my profiles an email with a link to a form, so they could update their information, and I'd like that information to be updated automatically on a List in Adobe Campaign.

 

I would appreciate your help in order to plan some campaigns.

 

Thank you very much in advance!

Este tema ha sido cerrado para respuestas.
Mejor respuesta de Anita_punmiya

Hi @andregonzalez 

 

You can update the Adobe campaign DB with the help of landing pages.

Use xtk.session.Write function in JS activity for the data fields to be updated upon form submission .

Refer this link : https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-questions/web-application-java-script/qaq-p/357368

 

Thanks.

2 respuestas

CedricRey
Level 5
June 30, 2021

Hi @andregonzalez ,

 

You can absolutely updates through the web forms. This is one of their main purposes.

But the real question is about security !

Of course, the datas MUST be secured and impossible to guess outside the platform. For this purpose, ACC offer encrypt mecanism. By this way, you encrypt the recipient id in the sent message, "impossible" to decrypt externally (because it uses internal key). When recipient click the link, the plateform decrypt the id with the built-in functionnality and retrives the recipient's informations. At this point, you can add forms, and finally a save activity in the web form workflow.

 

Cedric

Anita_punmiya
Anita_punmiyaRespuesta
Level 5
July 5, 2021

Hi @andregonzalez 

 

You can update the Adobe campaign DB with the help of landing pages.

Use xtk.session.Write function in JS activity for the data fields to be updated upon form submission .

Refer this link : https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-questions/web-application-java-script/qaq-p/357368

 

Thanks.