We are slowly killing off other form data sources. In the mean time I am GETting them and putting them into Adobe Campaign. I'm trying to do this by API and the JS activity. But I keep getting this error.Error 04/29/2018 7:16:17 PMjs2222{"Code":50,"Message":"Must supply a valid HTTP Basic Authorizat...
Hi All,In adobe campaign, we can control the reply-to address and text. However, I could not find any provision to control - 'mailed-by' and 'signed-by'.In gmail, I can see that both 'mailed-by' and 'signed-by' are by default the environment domain.My question is: is it possible to control these ent...
HiWe are just starting using Adobe Campaign standard. Our first large campaign is to get concent from customers on a landing page.When we look into the application we are troubeling on how to create a good landingpage with a webform that customer could enter. I would appreciate a guidance on how to ...
I am working on cart abandonment use case. I can see the trigger from Analytics in MCloud, however, i can't see an event being processed in Campaign (Marketing Plans -> Transactional Messages -> MC Triggers). I am quite not sure what am I missingThanksJignesh
Guys,By default when we add a "link to a landing page" ACS will add some code like that:<a href="#" id="a152481524971419" data-nl-type="landingPage" data-nl-landingpage="LP12" data-nl-landingpagelabel="Landing Page 1" data-nl-landingpagedynamicservice="false" data-nl-format="datetime">Click here</a>...
Hello, I'm developing a Report that displays some info about a certain delivery. I can get the delivery ID by SQL, but how can I create a HTML button that will open that delivery in Adobe Campaign?Thank you for your help!
Hello Team As we already discussed regarding the issues, we are facing in CRM(Microsoft dynamics) with adobe campaign. showing error during work flow execution ----- Synchronize CRM Connector (import from CRM )We are working on Sandbox environment & this is demo use case.
My Client mentioned they had ‘done this before’ where they sent to records that don’t exist on nms:recipient. I’ve seen this done in ACC before but it’s not recommended. I do see they have target mapping called: External file. I don’t know how this is used or if it’s intended for this. I am curren...
Hi,I am using a javascript that should work both for RECIPIENT and LISTS in this way:<%...function isEmpty(val){ return (val === undefined || val == undefined || val == null || String(val).length <= 0) ? true : false;}var user;if(!isEmpty(recipient.crmId)){ user = String(recipient.crmId);}els...