Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

The 4th edition of the Campaign Community Lens newsletter is out now!
SOLVED

How to access Read and write options in Personalization block Adobe campaign

Avatar

Level 1

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).

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hi Prabhu,

You can use this setup

<%

var myOptionValue = getOption("myOption");

%>

<p> My option value is <%= myOptionValue %>

Regards,
Vipul

1 Reply

Avatar

Correct answer by
Employee Advisor

Hi Prabhu,

You can use this setup

<%

var myOptionValue = getOption("myOption");

%>

<p> My option value is <%= myOptionValue %>

Regards,
Vipul