Hi Team,Our client need ACC write some statistic data into client's data base. So we just want to know is there any activity node of workflow to achieve this?
Team, One of our customer is trying to implement the integration of sms from Adobe Campaign Classic where the choosen vendor has provided REST API's for integration.We are not sure if the integration is possible.We are not finding any documentation regarding the integration with Rest API's.We are ab...
Hi. Does anyone know the Cloudmark error codes equivalents for ACC? In Adobe's delivery log they appear like this: 'Momen_Code50_MailBlock', 'Momen_Code51_SpamBlock' and 'Momen_Code52SpamContent'. I want to match them up for mitigating them on the Cloudmark CSI IP Reputation Remediation Portal. Clou...
Hi Guys, I have email template with the feilds in recipient table like <%= recipient.firstname%>, <%=targetData.anneversary%> Currently I am passing email field to SubmitNotification API call like below : Note: When i pass @ID instead of @email my recipient.firstname piped correctly. But the que...
Hi, We have a push notification with a uri parameter. The uri is a normal url, like https://adobe.com.The problem we have is that the uri parameter is working if we disable tracking in ACC, but if we enable it the uri is being rewritten, and the app doesn't understand it.How can we activate tracking...
We're not sure what happened, but we are missing a couple of nms schema files (nms:namespaces is one of them).I do have the xml for it, but AC won't let me import nms/out-of-the-box files. Is there a way around getting it back?
Hi Team,I found a strange thing, when use Data Loading(RDBMS) activity to load external database data, but When named a big letter table name, the activity configure can not show the column, but it can be done when table name is small letter.
When sending an email we have no tags in the HTML content source. But unfortunately, we have space in between tags. Can we remove the space in between using an expression? Eexted<!--[if mso]><!--[if !mso]>--><!--<!endif]--><![endif]--> But Currently we have <!-- [if mso]><!-- [if !mso]> --><!-- <!e...
When adding mso tags in aem component and publish page to ACC. MSO tags don't work Expected <!--[if mso]>But its rendering <!-- [if mso]> It's getting the HTML source of the component but its adding space in between.