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:
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
Solved! Go to Solution.
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
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
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
Views
Replies
Total Likes
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
Views
Replies
Total Likes
Views
Likes
Replies