Listing all instances of a Personalization Block | Community
Skip to main content
Level 3
February 28, 2023
Question

Listing all instances of a Personalization Block

  • February 28, 2023
  • 1 reply
  • 694 views

Is there a query or method I can use to list out all Delivery Nodes that contain a certain call to a Personalization Block?

I need to overwrite a Personalization Block with some updated HTML, but before I do I would love to see all delivery nodes that contain said Personalization Block.

Withing the PB, I would have code that looks like the below.

I would LOVE to locate all Delivery Nodes that use "EN_CONTENT_HEADER" (or the FR one)

 

<% if (targetData.FIELD == "0") { %> <% if ( recipient.language == "F" ) { %> <%@ include view='FR_CONTENT_HEADER' %> <% } else { %> <%@ include view='EN_CONTENT_HEADER' %> <% } %> <% } %>

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Craig_Thonis
Adobe Employee
Adobe Employee
March 1, 2023

Hi cslack,

 

When you say "delivery nodes" do you mean delivery activities?

Level 3
March 1, 2023

A Recurring Delivery in which you include subject line, content, typology etc.