


Hi All,
I don’t know how to read option value in Personalization block AC. So Please share, What is the best way to read system options in Personalization Adobe Campaign (my company -> platform -> options).
Views
Replies
Sign in to like this content
Total Likes
Hi Prabhu,
You can use this setup
<%
var myOptionValue = getOption("myOption");
%>
<p> My option value is <%= myOptionValue %>
Regards,
Vipul
Hi Prabhu,
You can use this setup
<%
var myOptionValue = getOption("myOption");
%>
<p> My option value is <%= myOptionValue %>
Regards,
Vipul