Hi!Has anybody implemented rich notifications on Adobe Campaign Classic for IOS? I am reading the guide for that and I don't understand this steps:Check the Mutable content box in the edit notification window. This will allow the mobile application to download media content.The Category field must b...
As is pretty standard, I'm including Firstname in our emails:<%= recipient.firstName %>, you're almost there!Could someone let me know how I would add some logic to the above so that in the unlikely event of firstName being blank, the intro line reads only "You're almost there".So something like:IF ...
Hi,I need to build a backend to manage the data POST'ed from different web forms and I have made a POC using a jssp page. It's only to receive the action of the forms and return the error management (in JSON), not the actual HTML, etc. It works as expected and gives me the required flexibility and f...
Hi,I was trying to generate one csv file dynamically for each recipient in AC server for the group of recipients. After that tried to deliver the email to the group of 700+ people and attached this generated csv files. Then I face the following error for 70+ people out of 700+ .."Cannot open file '<...
Hello, this is a very basic question.I see in the nsm:delivery data schema there's a method to delete the deliveries called CleanupDeliveriesCleanupDeliveries ( String deliveryId )But, how can I call it from a js page? I mean: what's the proper code to all it? I already have the list of IDs in...
Hi everyone,Could you help me with a basic option (I think). In fact I have a landing page where you could add your name, LN, email adresse and company name.After that you are just registered in our database. I would like to avoid duplicate users (based on their email adress, first and lastname).
We can create and update segments based on Declared Id fine. We did find an issue (feature?) where a delivery adds a foreign key (@broadLog-id) to the target schema that you have to remove to get Declared Id segment update working. Once you remove that, the Declared Id segment updates fine.However, ...
Hi,We tried to include a countdown GIF image from https://www.sendtric.com/ , i.e.<img src="http://gen.sendtric.com/countdown/udnmcbcr6u" style="display: block;" />in a delivery, but it fails as it tries to download the image...16:41:20 - 1 image(s) to process16:41:20 - Downloading image 'http://gen...
Hi,I couldn't find any working example of the following method:XML confirmationIds = RecipientSubscribe ( XML recipientList, XML serviceList, Boolean subscribe, XML sendConfirmation )Could you please show how it works?I tried, without the success, ...