Hi, I am trying to set up an A/B test using the standard adobe method for campaign classic using the below Javascript,However, I need to pull through the control group from the workflow which is saved in a list for the delivery node and am unsure how to do this in the below javascript code. Is it al...
Hello guys, I am trying to create trigger for Adobe Campaign Classic but I am not able to see the company in my console.adobe.io. How can I be enabled?Thanks
There is requirement to restrict a user to get one email per delivery campaign for the day. the solution what i have currently working is to use typology rule as marketing do not have to worry about it to put code in each campaign to check for it. Have looked into pressure and capacity rule do not f...
Hello! I need to set up a default logic when we create a new folder in the explorer view then, the folder label should change to this example below: Meaning the text --> (Anoop) should get appended to Deliveries folder. I tried to set this in deliveries schema by using -> default = "NewLabel()+' (A...
So I am getting error when I try to get if statements on the result set that i get it from below query. MEmail is variable i decleared in page and based on that i am running query against recipient to check if it exists. if record exists , then send one delivery else send another is plan. var quer...
Hi All, The issue is that the workflow heatmap in adobe is not loading. It shows operation in progress and tries to load. But after sometime its showing the below shown error message. Unable to parse XML response message of SOAP method 'ExecuteQuery' of service 'xtk:queryDef' Could someone please he...
I am trying to accept the email as text input field and once i accept that need to verify if record exists in recipient. if exists , then get id and preload the webapp with that id. if email does not exisits then give url without id. So i created MEmail as variable in page text inlut activity, and ...
Hi, I would like to join broadlog table and tracking log table.Something like this in SQL world:select a.col1, b.col2,from table1 as aleft outer join table2 as bon a.id=b.id I see there is a built-in linkage between Broadlog table and trackinglog table, but I would like to create a new table that ...