Hello, I am looking for resources for learning the AJO Email Designer in depth. I am aware of the Experience League documentation, and this forum, and was wondering if people have other resources to share. Thank you!
Let's say I have a code like this as part of my visual fragment made to be configurable by user via inline variable fragment_design: {{#inline "fragment_design" name="design type"}}fragment-regular{{/inline}}
{% let fragment_color = "" %}
{%#if contains(fragment_design,"fragment-regular")%}
{% l...
Hi, We are building a journey where we need to target people based off a specific plan they have stored across an array. They can have multiple plans of multiple different types, so their position isn't known and it can vary based off profile. If we build an audience to qualify someone based off a s...
DescriptionI think it would be a huge improvement to the email designe if we could ensure that elements in the email is mso optimized WITHOUT breaking the visual editor. For a lot of companies, it is not necesarrily developers who work with the emails and thus a visual editor is needed for flexibili...
Hi Everyone, My client wants to add a payment link in their monthly invoice emails which they are planning to send via AJO. There is a Tokenized link which comes from token management database, so the payment link is tokenized AND should be placed as a hyperlink. Would AJO be able to pass the tokeni...
Marketers are constantly looking for ways to simplify creating deliveries. It can be difficult to add content to your delivery which complies with your template, and keep deliveries up to date as the template changes over time. Adobe Journey Optimizers Fragments feature streamlines this process.
Hi Everyone,During the Adobe summit, I heard that ACC v8 email designer will have drag-drop capability such as AJO (WYSIWYG editor). And the same will be made available to v8 landing page designer as well. Anyone has any estimated release time on these features?
I am struggling to find how to make some CSS adjustments in the Adobe Standard New Designer. We have a two column section with a button in each section. I need to adjust the table width.On a section with a button I want to set a border to the container, not the button. I cannot find how to enter the...
I'm able to use the replace method on an entity property: #set ($pageUrl = $entity1.pageUrl.replace(".com", ".org")) I want to get a substring of the property also. Specifically, I want to insert characters before a trailing slash. I'm wanting to do something like this: #set ($pageUrl = "$entity1....
Hi I have a form that users can enter text into a Text Field allowing multiple lines. For example: "Paragraph 1 Text Paragraph 2 Text" I then have a button that sets up a draft e-mail and extracts the user entered text into the body of the e-mail, however it excludes the formatting. It comes out lik...