Hi All, I am trying to fetch logs for a given event and email id within the date range, but not getting the actual response?For example : Method : GEThttps://mc.adobe.io/<instance_name>/campaign/mc<test>/<eventname>/byEmail/processed?email=<emailid>&processed=<date(yyyy-mm-dd)> If I pass only email ...
Hello, In order to use AEP segments population in an email workflow, we should first use the Save Audience activity to save that population into ACS?Can we directly use Read Audience activity in a email workflow to use AEP population? Any ideas? Thanks! SK
Hi All, I have a situation whereby we are creating a single send email that:* Is executed through workflow* Uses segmentation to split target data into 8 segments (using filtering logic based on orders) and assigns segment code* Uses dynamic content and visibility conditions in the email delivery (u...
Hi there, I have a requirement where I regularly need to query profiles that have bought 1 of a range of products (SKUs) Our data model has the following setup:Profile (1) --> (n) Orders (1) --> (n) Order Items There is "Product ID / SKU" column on the Order Items table. I need to build a filter tha...
Hi, We are collecting content from our blog via the External API activity and storing it in a table. Sometimes the header of the blog contains a special character like the en dash "–". But when we import it with the External API activity we get it in Unicode. For example the line below. #pengepodde...
Hello In Adobe Campaign Classic, I can start the workflow but the delivery/email would not deploy because of this option checked in the Properties: Delivery > Properties > Approvals > "Confirm the delivery before sending". Do we have the similar option in ACS in Delivery? I want to start the workflo...
I have a use-case to add a button over a banner image over an email and make the button clickable but not the image but in outlook the button comes after the image , it seems outlook doesn't support this , like it does not support background image , is their a way to sort this. e.g. the banner below...
Hello community,I'm trying to do a loop in the html and concatenate fields that I want to retrieve in the mail with the increment value i of the for loop,Here is the script I used but it didn't work,<script> <% for(var i=0;i<5;i++) { %> </script><%= i %> - <%=context.targetData.AllWkf1.name_wkf %><...
Hi, We are using single email delivery and using dynamic content to have two versions. Default version and second version that is based on dynamic content (just hero image changes in second version). In ACS. Is there a way to see email reporting (email opens, clicks) on each versions? Don't know if ...