Hi Szymons,When you implement the custom method, you define a parameter for ID list.Either it will be a varchar and you are limited by the underlying RDBMS (such as varchar(4000) as common, or varchar(8000) and equivalent nvarchar etc).So for storing the list value for a varchar(4000), it is 363 val...
Hi Panos,I am not sure to correctly understand what kind of split testing (AB testing ?) you are trying to do with the email/address, sorry.Do you need to split with the domain name part (in that case you should use message.@domain) ? or testing if it is an email format or a phone?For your delivery ...
Hi Garyn,The basic idea is to achieve a workflow, with firstly a Query activity then (or directly) a Javascript queryDef for selecting the expected deliveries and getting the html content and the all the content type you manages (facebook, line, pdf, MMS, in which URL images can exist). Normally raw...
Hi Sonny,Yes, the Google Analytics/Adobe Analytics idea is bad, it was if the location to find comes from the website(s) that your company manages by their own.For the past webApp calls:Httpd access log files is the king for getting full view. But huge files... Many tools are dedicated to analyse l...
Hi SonnyRD,Do you have already a web tracking system such as Google Analytics, Adobe Analytics, Xiti implemented in your web page? In that case, you can study from where your visitors come to your Adobe Campaign webApp.If not, it is not useful to activate the out-of-the-box web tracking in your webA...
Hi Imran,With Adobe Campaign Classic (ACC), reports often involve same skills as complex workflows or webApp. Adobe Campaign Standard (ACS) reports are completely managed differently and have different capabilities (as they are based on Adobe Analytics reporting tools technologies). But I assume you...
Hi Garyn,Please may you elaborate a bit?As far as I understand, you need to replace only the domain part for URL with full path, not relative path.Such as https://domain1/XXXanditsparameters by https://domain2/anditsparameters.And you need to do it in the html, but do you need to do it in the tracki...
Hi szymons,Yes, you can do it the same way as MessageCenter does for transactional messages rtEvents.https://docs.campaign.adobe.com/doc/AC/en/MCE_Introduction_Event_description.html Your custom SOAP method can be written in Javascript or in JSSP, see documentation.You can use either XML format or J...
Hi Subhajit,Even if you are on hybrid environment (mid-sourcing) and the applicative server uses a proxy server for outgoing connections, the applicative server (managed in your own data center) must have the urlPermission entry:<url dnsSuffix="deliverability-app.neolane.net" urlRegEx="https://.*"/>...
Hi Edward,In addition of kapscool advice, you can also consider the usual way, well, it is called the semaphores method in IT area (not restricted to AC).Usually, when AC developers need to not run a same technical workflow if the previous execution is not completed, they use xtk:option records (li...