Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!
SOLVED

How to add an unsubscribe survey to ACS Landing Page?

Avatar

Level 3

Hi Adobe friends,

I'm looking to add unsubscribe survey ("reason for unsubscribing"), using either check-boxes or a text box form where users can explain why they are no longer interested in receiving emails.

Example:

Screen Shot 2019-01-17 at 3.13.38 PM.png

Screen Shot 2019-01-17 at 3.13.43 PM.png

Has anyone been able to create a survey like this on an unsubscribe landing page or a preference center?

Or I'm assuming you could use the redirect function after confirmation?

Any guidance on how to accomplish this would be appreciated!

Thanks,

- Mike N

1 Accepted Solution

Avatar

Correct answer by
Level 4

Hi,

This should be doable by simply adding input fields connected to fields on the profile while creating the landing page.

The major caveat though is that you only seem to be able to store stuff directly under the profile. So you would have to create a "Unsubscription reason" string field (or multiple flags/booleans in the case of checkboxes) in your profile custom resource that you connect your inputs on the landing page to.

This means more complex surveys would potentially cause issues as your profile would be cluttered. I've seen cases where "generic" survey response fields on the profile have been used, and then a workflow running at set intervals extracts the values from the profile and stores in another resource. Not a very nice solution though.

Regards,

Jonas

View solution in original post

3 Replies

Avatar

Correct answer by
Level 4

Hi,

This should be doable by simply adding input fields connected to fields on the profile while creating the landing page.

The major caveat though is that you only seem to be able to store stuff directly under the profile. So you would have to create a "Unsubscription reason" string field (or multiple flags/booleans in the case of checkboxes) in your profile custom resource that you connect your inputs on the landing page to.

This means more complex surveys would potentially cause issues as your profile would be cluttered. I've seen cases where "generic" survey response fields on the profile have been used, and then a workflow running at set intervals extracts the values from the profile and stores in another resource. Not a very nice solution though.

Regards,

Jonas

Avatar

Level 2

Hi Jonas,

I have the same issue and i have done the same thing , created check boxes and extended fields in profile resource. and connected the fields in landing page . But the responses are not getting stored in acs rather its showing error page to me . So what could be the possible reason for this ? Please help .

Thanks

Bableen

Avatar

Level 4

Hi,

I'm not sure. What is the debug output saying? (If you check the "Enable debug mode" checkbox when testing the LP).

Regards,

Jonas