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!
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