When I preview the dataset in AEP, only the last ingestion of the data set is always displayed. Even if I select a previous data set and click on the button, the latest data set is always displayed. Is it possible, from the UI and not via the API, to view data sets prior to the last ingestion date?
I have 2 external systems that do data ingestion on AEP, the two systems are:1. System1 (id=system1_id)2. System2 (id=system2_id) Can I create two individual schemas SYSTEM1 and SYSTEM2? Or can I create a single Individual Schema that contains both the system1_id and system2_id keys as identity attr...
Hello Team, Need some guidance on resolving one issue related to ExperienceEvent while using them in creating Segment. Though it is mutable, we had to choose one of my dimension data as ExperienceEvent as that is having 1-to-many relationship with my customer record (array will also not work as numb...
Hello Everyone, We are capturing event data from our website using AEP Web SDK [via launch]. The data captured in data elements is mapped to Adobe Analytics fields like eVars via XDM object. I can see all the eVars populated correctly in AEP debugger under events. However I randomly see many eVar v...
Hi Team,Since yesterday we are seeing some weird scenario on "DATE" datatype format and I am pretty sure that all our folks also facing the same issue from platform. Issue Description: All the field from schema which have the DATE as a datatype format is automatically getting changed to "DATETIME" (...
Hi all. I have Adobe mobileSDK installed on the app, and here is the sample data sent to Analytics using track state: data: { "state" : "e_pageview", "contextdata" : { "e_pageview" : "1", "ev_pagename" : "Product_Category_Overview", "ev_language" :...
My company website doesn't have a datalayer and I'm looking at the client services datalayer extension. Am I understanding it right that I can write the DataLayer code in the client services extension and avoid having to hard code the datalayer onto the pages of our website?