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

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

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

해결됨

How to Embed Surveys in a web page?

Avatar

Level 2

Hi everyone,

I would like to know how to embed a surveys created in Adobe Campaign Classic into a page of a website and a screen of an app.

I would like to be able to embed a survey in website already created evoiding the creation of new dedicated pages.

For the website I can have 2 scenarios:

Website where I want to embed the survey, uses AEM sites.

Website where I want to embed the survey, does not use AEM sites.

For the App I don't know if Adobe Campaign Classic is able to manage just part of content (a survey in this scenario) that can be embedded into a screen of an app (native ios/android apps). In the official documentation I found the export of contents via JSON but I don't have experience with contents exported via JSON so I don't know if it can work or not (link here)

Thank you

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor

Websites can also consume and render JSON serialization.

Any format can be output by Campaign, so your survey should accommodate the format users request.

원본 게시물의 솔루션 보기

4 답변 개

Avatar

Community Advisor

Hi Lord Handerson,

You can create a survey using jssp's, with output in json to be consumed by your app.

An easier approach would be wkwebview or similar, with the drawback of non-native controls.

Thanks,

-Jon

Avatar

Level 2

Hi Jon,

Thanks for the feedback. Ok for the Json for the app but for the website?

Thank you

Avatar

정확한 답변 작성자:
Community Advisor

Websites can also consume and render JSON serialization.

Any format can be output by Campaign, so your survey should accommodate the format users request.

Avatar

Level 2

Clear, thank you!