Hello,
We created a dynamic marketing list of contacts based on a query. The request is to find when one contact was newly available in the marketing list. For static marketing list, it will be easy to just query CreatedOn of the specific contact in the specific list in MemberList entity. However, contacts of a dynamic marketing list are NOT saved in MemberList. So, how do I know when one contact in a dynamic list is available? Thanks.