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!

Personalization block error sending email

Avatar

Level 3

Folks,

I see this issue, while I ise a personalization block as part of URL component in email delivery:

Error while compiling script 'content htmlContent' line 72: syntax error (line='}\ ' token='}\ '). SCR-160032 JavaScript: error while compiling script 'content htmlContent'. JST-310007 Unable to compile script (content htmlContent).

-------

The short/basic  version of personalization block is:

<%if (recipient.country.label == "Australia"||"United Kingdom"){%><%=recipient.country.iana%><%}

else{%>uk<%}%>

Within the delivery I am trying to use it part of URL..

https://www.xyz.com/<%@ include view='trpPB' %>/en/home.html

The compilation error doesnt appear while doing preview in Preview tab of delivery but rather after delivery has executed, and it goes in retry pending until,validity ends.

Any thoughts?

TIA!

1 Reply

Avatar

Level 3

Hi!

This probably won't fix your issue. But I think there's an issue with your IF statement.

It should be: <%if (recipient.country.label == "Australia" || recipient.country.label == "United Kingdom"){%>