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

The use of a personalization block in web application

Avatar

Community Advisor

Hello All,

I have a question regarding including the personalization block in the web app code

<%@ import view='internal_name'%>

The content type  is set to be Web application

1689868_pastedImage_1.png

The above does not work

wodnicki​ can I summon you to this?

Thank you,

Marcel

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Yeah idk, it's weird that web app is listed in content type but import view doesn't work.

The page is still jssp so you can use <%@ page import="cus:some.js" %>, then have a js file with document.write() in it.

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Yeah idk, it's weird that web app is listed in content type but import view doesn't work.

The page is still jssp so you can use <%@ page import="cus:some.js" %>, then have a js file with document.write() in it.