Expand my Community achievements bar.

Accelerate your Campaign learning with the Adobe Campaign Mentorship Program 2023!
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

View solution in original post

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