Hello All, I am looking for options to setup UTM parameters for all the links, within an email in ACC.If we can centralize the method, so that the links can be dynamically appended, it will be great. Please suggest some options for the same. The UTM parameters that we need to capture are Campaign ID...
Hello,I'm trying to use the ACC Web service SOAP calls through a reactJS app.The first issue I faced was getting blocked by CORS : After searching online, I managed to add the necessary response headers in the Apache server config and they seem to appear on the request, but that only lead to anothe...
Hi all! I wonder if anyone has an idea how to achieve the following scenario:I have a custom schema, let's say - cus:awesomeProduct.And the thing is, that I need UI for this schema to be built using WebApp only. This is not so hard in general and the only thing I have to do is to use <input type="ur...
Hi, In one of our campaign status update export workflow, we are seeing the following error. I hope it must be checked in the Salesforce end. Error Message: Unable to update/create fields - contact id. Please check the security settings of the field and verify that it is read/write for your profile ...
I have a campaign that Runs every hour and send email communication to users. So 24 email send occurs everyday.We are using a continuous Delivery to send the emails. Now we have been asked to create a report with the success percentage of each send. So there will be 24 rows in the report with each ...
Dear Community, I am trying to use DBEngine query() command to select data from MSSQL database and I need to pass parameter/s to my query. I am following this tech spec - DBEngine.query() documentation.There is an example showing how to pass a param - to do this use $(l), $(sz) as a param-holder/s (...
Hi Everyone,Hope you all are doing great !!!Apparently we observed that for a SMS campaign , same SMS is being received 3 times in a row in interval of 1 hr . We have raised this concern with SMS vendor team and they informed us that they have received 3 submit_sm requests from Adobe end with 3 diff...
I'm trying to check whether ACM data field contains a particular string using if condition. However, that portion isn't working. I have used below snippet. Can anyone please tell me if there's any issue with the snippet? <% if ( (rtEvent.ctx.Consumer.PaymentMethod).includes("Direct Pay")) { %> <li>O...
Hi all! I want to create global data points for business critical data that can be controlled at 1 place and referenced by all deliveries (easy enough) However, I am looking for the optimal way to achieve this. I found a feature called "personalization fields" just under "Personalization blocks" ...
I have JavaScript on workflow that will add data to workflow temp table. When I check "Display the target" in workflow, it doesn't have data added in JavaScript, but if I check from database, data is in temp table. When adding data to temp table, do you need to change temp schema somehow or what cou...