Hi all, Seeking your expertise advise on the below scenario.Scenario:We have around 20 to 25 products. These product details are captured in nms:operation table(Campaign table and a custom field).For each of the product, I need to have a different rule.Eg rules:I should not send an email to a recipi...
This needs to be fixed in the Web Service level. That means, the URL that you're calling in an API activity right, that server's response should be updated as above(content type as application/json).
If you have a list of words to be checked/compared with firstname field, you can create a content block and compare the firstname field with those values(as an array) using javascript inside the content block. Hope this helps.
Hi, I'm wondering if there are web tracking tags in Adobe Campaign standard similar to ACC version(https://docs.adobe.com/content/help/en/campaign-classic/using/configuring-campaign-classic/setting-up-web-tracking/web-tracking-mode.html). This is to find unknown visitors in the external pages(eg: pr...
Hi @ramon_bisswanger Yes, the url is not returning the Content-Type as 'application/json'. I tried to figure it out by myself and see that url was returning empty Content-Type. I had to modify server side changes to return Content Type as application/json and then it worked fine. Thanks for your hel...
Hi all, This is the first time I'm using External API activity in ACS. I tried to execute the workflow. I'm getting the following error. Please advise what went wrong.- Inbound mapping and outbound mapping are done- No issues in column definition- Tried to set the request headers as "Accept: applica...
Hi milanv69354962, No, I did not get any solution. But I tried the same set up in different instance. And that works. However, in the instance where I started the work, the issue still exist. No helpful things are found. Still wondering!
It is difficult to use Adobe Campaign Classic if you are a multi tasking person when you have opened Development instance and Production instance at same time. You have the same set up available in both instance. When you want to update something in development instance and unknowingly you're updati...
Hi,You can try the following. https://final-docs.campaign.adobe.com/doc/AC/en/jsapi/s-xtk-sqlSchema.html eg building a schema. But I haven't tried it:xtk.sqlSchema.BuildAndInstallSchemas ( String dataSource, String namespace, XML tableList )