Dive in, experiment, and see how our AI Assistant Content Accelerator can transform your workflows with personalized, efficient content solutions through our newly designed playground experience.
Hello,We are in the process of doing some inventory and we would like to automate it if possible through query service.We would like to identify the technical tables of campaigns and journeys. So, if possible, being able to query the creator of a campaign or journey (Field: Created By).And for campa...
Hi Community, Is there anyways I can query the journey split's condition, which contains the exact conditions used in journey splits? Do we have any system datasets storing these values? If not, is there any other way to retrieve this info, other than UI? Thanks,Anfal
Hi Community, Is there anyways I can query the audience rules like, which contains the exact conditions used in audience evaluation? Do we have any system datasets storing these values? If not, is there any other way to retrieve this info, other than UI? Thanks,Anfal
Hi Community, Is there anyways I can query the journey properties like: 1. Journey Status 2. Journey Start/End Date 3. Journey Schedule etc Do we have any system datasets storing these values? If not, is there any way to retrieve this info, other than UI? Thanks,Anfal Thanks,Anfal
We have specific DO NOT MAIL audiences that we have created AJO segments for that need to be added in AJO audience builder to ensure that they are excluded from receiving specific types of marketing emails. Even with QA processes and checklists, and Peer Review, mistakes can/do happen and wondering...
Hello team, I am testing a business event in a Journey and as part of the business event, I would like to pass values to an array type element . For example: product names = ["product a", "product b"]. I have tried different notations, and I don't seem to be able to make it work. When passing "produ...
Hello All, Have any of you guys noticed that the images are not rendering properly when HTMLs are imported/loaded to AJO? What I usually do is when adding emails to a Campaign or a Journey I load the zip file (the zip file includes the .html file and image folder). Then I am directed to choose the...
Can anyone help me with how to collect the first two elements of an array in AJO (Handlebars.js) and store them in two different fields?{% let demo = "1,903~19.03" %}{% let array = split(demo, "~") %}{% let val1 = array[0] %}{% let val2 = array[1] %}val1 :{{ val1 }}val2: {{ val2 }}I am using this, b...