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

Personalization data not visible in email but visible in webview

Avatar

Level 1

Hello!

I've extended delivery schema with fields "utm_campaign" and "utmSource" and when I try to use them, for example populate in delivery text (for testing) they are not visible in email client but they are visible in webview. What is interesting is that this is not happening when use out of the box fields of delivery, for example "title" displays everywhere properly...
So from the code below only delivery title is displayed in both email client and webview. The other two works only in webview. Any ideas what might be causing this?

<div class="text-container" contenteditable="true">
  <p style="text-align:center;">
    <span style="font-size:24px;color:rgb(9, 52, 121);font-weight:700;">
      <span class="acr-field nl-dce-field" data-nl-expr="/context/delivery/cusUtm_campaign" data-nl-type="string" contenteditable="false">utm campaign (cusUtm_campaign)</span>
      <span class="acr-field nl-dce-field" data-nl-expr="/context/delivery/cusUtmSource" data-nl-type="string" contenteditable="false">utm source (cusUtmSource)</span>
      <span class="acr-field nl-dce-field" data-nl-expr="/context/delivery/title" data-nl-type="string" contenteditable="false">Delivery (title)</span>
    </span></p>
</div>

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 1

To anyone interested it started to work the day after. Did this update on other environment and the same story. So probably some process needs to run overnight to update generating the deliveries... kind of weird but at least works now.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 1

To anyone interested it started to work the day after. Did this update on other environment and the same story. So probably some process needs to run overnight to update generating the deliveries... kind of weird but at least works now.