내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

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 채택된 해결책 개

Avatar

정확한 답변 작성자:
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

원본 게시물의 솔루션 보기

3 답변 개

Avatar

정확한 답변 작성자:
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