Dear @arpan-garg your understanding is absolutely correct but TTL deletes data only from profile store it doesn't touch data lake or dataset so you can still query the data.
@arpan-garg If the default TTL window is set to 2 month then this will happen though you can raise support request with product team to extend the window but this will increase profile richness and may impact your license limit.
Hi @arpan-garg 1. TTL can be set by product team if you raise a request to them, you can't set/access it directly. I think default TTL window is mentioned when license is provisioned else you can raise a request to verify. TTL only removes events from profile store so if you've profile data you can...
Hi @arpan-garg 1. If you didn't enable any TTL window of 7 days you should still be able to get the response, though new sandboxes comes with a default TTL period of 30 Days so after that period data will be removed.2. Data Lake is meant as a temporary data zone to get the data to Profile and is me...
@raghu_96 you can go to Customer > Profile > Union Schema where you can search for the field and when you select it from the right hand pane you can see which are contributing schemas & dataset for this field. Hope it helps
@xavvr as we don't know your date format can you try these 3 logics please : date(format(date(createDate,"yyyy-MM-ddTHH:MM:SS"),"yyyy-MM-dd"),"yyyy-MM-dd") date(createDate,"yyyy-MM-ddTHH:MM:SS") date(createDate, “yyyy-MM-dd HH:mm”, now())
Hi @veeraswamik1975 1. Yes you can and you need to design the query carefully (to handle multiple matches or duplicate entries etc.)2. Not sure what you mean by profile look-up table. If you mean unified profile store then that can't be queried like data lake. Our underlying data is stored as parqu...
Hi @veeraswamik1975 1) If above approach is feasible? --> Yes2) During phase 1, can query service use mobile number as field and query profile? I am told we need to use identifiers only (and not attributes) to query profile. --> Query service can use any field (provided that field was loaded in any...