Hello,Just don't forget that in case you're configuring the app servers to act as failOver loadbalancing (if one, is falling down, connections are redirected to the other one), you need to configure it as sticky session:once you're connected to a server, you'll still be connected on this one until t...
According to me, there's no healthy way to keep an AC HTTP request kept alive too long (specially with SSL)I would recommand to use a kafka topic between AC and the distant server: you'll workarround your problem and you'll gain in resilience1- you'll httpClientRequest to post data to an endPoint th...
Hello,One thing I've found quite easy is to do it this way:1- create a filter on a workflow view identify all finished workflow with attribute memo (xml data) containing the string keepResult="true"In each workflow, disable the "keep result of the interim population" option and then start & stop th...
hello @paul_wotton In fact, today it's not so difficult for the moment:1- send a proof email (without any image inside but activate the open tracking feature) to an address configured in an iOS15 iPhone/iPad configured with the email privacy2- open the email on your iOS15 device3- in Adobe Campaign,...
Here is the best pratice (if ER would be taken into account, it would change completely all the tracking reporting system at delivery level) to handle this without having to duplicate delivery templates:1- in the targetting workflow, use a split activity in order to separate tracked visitors from un...
It's impossible: expressions from workflows (and that appears in the nlClient UI) are only pure SQL translation expressions... You will never find any JS dedicated expression in it:low level expression are ran directly on the DB layer. higher level expression (from JSAPI) are ran on the JS engine la...
Hi, the problem is not really as converting date format itself but more if the incoming format is understood by AC as a regular date time:formatDate function is only for string conversion format... But, whatever the date format is, as long as AC understand it as a date, you can save it in a dateTime...
Hello,I'm not sure that this "abandonned cart" feature would be correctly handeled using Message Center.At this exact time, there is no real trigger in Adobe Campaign: you can build some workflows that will consume data from these schemas but those workflow will have to use a JS activity with a "del...