Hi All, We can identify the build number(ex:17.4 - Build 8863) in Adobe Campaign V6/V7 by checking on client console Help Link. Do we have any thing we can check like that in ACS which release the current instance running? to understand and verify the current capabilties of the instance.Thanks,Siva...
Hi All,I have tried to use the A\B Testing workflow JS code from the A/B testing from the Adobe Campaign 6.1 document. It creates the A B populations and selects a winner but it is always A even if B has opens and A does not. I have inserted the <%= vars.deliveryId %> variable in the delivery and ...
Hi!I noticed some changes in ACS service creation and according to the latest release notes, services are now attached to an event instead of a transactional template. Despite this change, is it still possible to not use subscription confirmation messages?With the service I'm currently working on, I...
Hi All, Do we have feasibility in Adobe Campaign Standard to create Dynamic Javascript pages as like Adobe campaign Classic(V6/V7).? if yes, let me know any docs to how to create it or any other ways. In V6 we have a requirement when ever user chages his profile data with respect to some custom fiel...
If I want to START workflow from a script outside Adobe Campaign I use the following SOAP call.POST http://localhost/nl/jsp/soaprouter.jsp HTTP/1.1Content-Type: text/xml; charset=utf-8SOAPAction: xtk:workflow#Start<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope xmlns:soapenv="http://schemas....
Hi all, please let me know how the best way to configure this scenario in adobe campaign : My customer database has, for example, 3 different email adresses for each costumer, and depending on the campaign, I need to use one or another of these different email adresses.Do you know the best way to us...
Hi,I am trying to start a workflow and send variables through a SOAP request like this:<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:xtk:workflow"> <soapenv:Header/> <soapenv:Body> <urn:PostEvent> <urn:sessiontoken>___53d35702-7d18-4bb6-b...
Hey, I just built a get function that calls on a https API, but the server-department at my office wants me to use a proxy for this. Im relativily new to proxies, so my question is if anyone has an idea of how to wrap this get function in to a https proxy?loadLibrary("cus:json3.js");//Require temp S...