Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
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).
Solved! Go to Solution.
Hi Prabhu,
You can use this setup
<%var myOptionValue = getOption("myOption");%><p> My option value is <%= myOptionValue %>
<%
var myOptionValue = getOption("myOption");
%>
<p> My option value is <%= myOptionValue %>
Regards,Vipul
View solution in original post
Views
Likes
Replies