Hi,I created a recurring campaign to send an email to users who have purchased last week (purchase date on or before current date - 7days and purchase date on or after current date -14days). The scheduler is set in the afternoon.In this workflow there is also a query that excludes users who have alr...
Hi there.I'm finding it difficult to activate Inbox Rendering for our build of Campaign v6.1.We have identified the external table used for targeting here:But in the instructions from Inbox rendering, it asks me to "Extend the nms:seedMember schema and the linked input form to adapt the seed addre...
Hi,We have a scenario where multiple external application will call Adobe Campaign API (exposed using http://<server>/nl/jsp/soaprouter.jsp) on demand basis in order to get some data from the marketing database (custom tables).We want to understand maximum number of API calls Adobe Campaign can hand...
Hi All,For my segmentation purpose, I am using a personalization block in my email delivery's subject line. Inside this personalization block, I am doing a soap call to fetch the subject appropriate for my segment. However, if after evaluation, if I get 'Hi <%= recipient.firstName %>' this recipient...
HiI been having some exception when I analyze a delivery ( before sending the email out). here is the formula that I am applying on pressure rulesIif([outletFreq/@PrefAction]='weekly' and [outletFreq/@brandCd] ='OUT',[outletFreq/@Frequency],100)Rules screenhere is the exceptions that I see. Any Idea...
This may be a very basic question, but I am trying to find "Forward to a friend" tag/code much like other personalization tagging. Ex. Unsubscribe = <%@ include view='UnsubscriptionLink' %>Any help would be appreciated. Maybe it is labeled something else in Campaign.
Hi there,I have noticed that the error below is happening in most of the emails we are sending to Microsoft accounts:Email FALIED to send. Reason USER UNKNOWN. Text: 550.5.5.0. Requested action not taken: mailbox unavailable. Do you know what are the reasons why a mailbox would be unavailable? Is th...
I am declaring vars.subName = 'lwFilmsGenComm'; in a JS activity in the first step of the workflow. I was hoping to call $(vars/@subname) down line within a query. But I keep getting this error01/13/2018 3:11:02 PM XTK-170036 Unable to parse expression '[service/@name] = ''lwFilmsGenComm'''.01/13/20...
Hi,I am using following conditional statements to display 4 different images based on 4 different values (1, 2, 3, or 4) in TREATMENT_ID column. The following conditional statement is working, however i want to edit it to use "OR" since the image is the same for the values 1 and 2:<% if (targetData....