Data in legacy dataset is source from Adobe Analytics (lots of columns)I need to modify one column in the dataset and write out the record to a new datasetI do not want to list 1,000+ columns in my select or insert queriesI known I can use "with (schema=<schema>)" when creating the output datasetWha...
Is there a function available in AEP Calculated Fields section, to add number of days to a given date ?Currently found a manual workaround to fetch the date parts and convert a date into epoch timestamp and then add days to it. this process is complex and lengthy. IS there a function which I can...
Hello Community,Today, I have a question regarding the ability to view the full list of B2B account audiences using Query Service and join them with account profiles.I've noticed that there are three key snapshot tables: profile, account, and segmentation. I was able to join customer profiles with a...
Assume that I set up Privacy Service workflow:1. I create www where user can create request2. Then on the back-end we send request to Privacy Service 3. Then we subscribe to events using Adobe I/O4. Then if user request was about access to data if we have response then Adobe I/O event should trigger...
Events are not transferred from Profile to Data Lake automatically?If the events from Profile expires then its not accessible anywhere?https://experienceleague.adobe.com/en/docs/blueprints-learn/architecture/architecture-overview/media_18406e473866b77a8a899bcbef51a95234908240c.svg?width=2000&format=...
Hi all,I’m working with an XDM Individual Profile schema in AEP that includes a custom array of objects. This array is defined in a custom namespace and sits one level under the profile, for example:{ "_tenant": { "customArrayObject": [ { "fieldA": "value", "fieldB": "val...
Hi everyone,I’m currently working on implementing streaming upserts in Adobe Experience Platform (AEP) for an object array field in my schema. Both the schema and the associated dataset are enabled for Profile, and I’ve configured the HTTP API connection accordingly.In the Data Prep mapping, I’m usi...
I am planning to create a new profile where unique namespace is going to be created which is not available for any other profile. it is a proper profile upload where we enable the dataset for profile enabled. if i use that namespace id for pseudonymous profile deletion. Will that work ?
HI All,I am trying to test this 'Retrieving a segment job result using API' from this link - https://experienceleague.adobe.com/en/docs/experience-platform/segmentation/api/segment-jobs#retrieve-listI see multiple query params for the API. One of then is SORT. How is this Executed '[attributeName]:[...
Hi Adobe Community, So my company uses RTCDP and CJA. So for some datasets, we bring them in as events so that they can be used in CJA. However, for audience building purposes, we don't really need the data as events. I have an instance where I just want to most recent record of data for every cus...