Hi Sivaramakumar , I hope you can do this in ACS,We can create new custom resource extending the subscription rcp and add field for email then save and pulish.Then within the workflow we can use the activities to choose target dimensions. Give a try!RegardsKeerti J
Yes,In ACS we can't create target mapping or change by which the tracking cant be enabled at Campaign Data Mart end. Still you can achieve if the profile data model is in AEP.
Hi Sarim,You need to extend the profile schema to add your own columns for the unique and then same can be used during the workflow execution to filter out and send the communication. But before you should have the SMS channel enabled and configure an extrenal account for SMS . https://experiencelea...
Hi Mikael, Create workflow with Read Audience activity(you can read any audience or also can choose the dynamic audience)------Reconciliation and then filter and update your data to send/keep at your end through the wf like below. Hope this is understandable now.
Hi Mikael, Yes you can do that,Every Delivery has its own Delivery Label and other delivery details in the Broad Log table,from which you can even fetch the details within the Query audience and populate the data according to all the columns and conditions you want . ACS--Audience--Select Audience t...
You can use the incremental query to exclude the list of recepients who are already targeted based on the schedule interval of time and also purge it according to your requirements. which actually excludes the targeted or delivered customers. Regards,Keerti J
Hi,Usually if you want to see for a particular delivery then you can go to the workflow logs-->Exclusion casuesIf you want to look with detailed description then fetch any details of Delivery Log with Failure Reason type and Description using Query filter then you will see the details. Regards,Keert...
Hi, As the Query recomputes every time usually it depends on the filters you are using on the data,and if you really want to purge the data which already having some records and dont wants to recompute and fetch only the latest records we usually recommends to use Incremental Query. Regards,Keerti J
Hi Mikael, I hope you can achieve this through the QUERY audience,from ACS you have an option to add Audience type as an query and then filter based on any Tracking Logs and Delivery logs to keep the changes accordingly which acts as segments to reuse in any workflow also. Hope this is useful. Rega...