If you look at the log of a sending log on a delivery you will see the messages you received when sending an email. Those messages can be set to a hard, soft, or ignore message using the navigation above. If that isn't what you want, then you need to give me the requirements or the problem you are t...
Click the Adobe Campaign logo, top left of screen, then Administration, then Channels, then Quarantines, and finally Message Qualification. You can update the failure type for each message (hard, soft, or ignore).
For the past several months my users have been having log in issue using chrome. Bottom line it has to do with cookies Adobe is using. I have logged an issue with support, but there response is "it's a chrome issue, use incognito". Unfortunately that looses all personalization to ACS screens whic...
Yes it is possible to build a preference center, but you have to fool the landing page a bit. Create a service call ____Preference_Center. In the landing page select options check preload visitor data, reconcile by email, filter email, update strategy "Update", then click specific service and ente...
A lot has changed in ACS in 3 years and there maybe other options but I ended up using 3rd party software to read the RSS and create a file then send it via sftp where ACS can process it and send the daily email.
I created a workflow to update the campaign for a delivery. The key is in the query additional data you need the campaign id that you want to update it to. Here is a link to a gif to a workflow that goes through it step by step. https://drive.google.com/file/d/1AXabOoI8f7Pike2iqIg_jcUS-8rrk_b0/vie...
In one of the latest releases I noticed when viewing a Profiles Event List that the events are sorted Ascending and not Descending. Does anyone know if we can control that. When I view a profile I would like to see what are the recent events first.
I finally figured it out. It uses javascript logic. Here is a couple of examples of Applicability conditions: Testing for Nullcontext.delivery.campaign.label == '' Testing for Not Nullcontext.delivery.campaign.label != '' Hope that helps. John