Expand my Community achievements bar.

Adobe Campaign User Groups are live now. Join our Adobe Campaign User Groups and connect with your local leaders!

Is it possible to use Target Data in a recurring/continuous delivery in Adobe Campaign Classic?

Avatar

Level 1

I read this comment in another post for Adobe Campaign Standard:

"Target data works only with standard delivery; it will not function with recurring or continuous delivery."

 

Is that true for Adobe Campaign Classic also? I would like to personalize some recurring/continuous deliveries with target data.

 

In case it's possible, how could I test the personalization?

 

Thanks!

1 Reply

Avatar

Community Advisor

Hi @clara_salvador ,

You can use target data to personalize.

Syntax: 

<%= targetData.firstName %>

Example:

<% if ( <%= targetData.firstName %> == 'test' ) { %>
Content is displayed if first name is test
<% } %>

If you are configuring recurring delivery content directly from campaign workflow, you can add target data in the below method,

ParthaSarathy_0-1668528320936.png