Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.
Hi Adobe Team, In this video https://youtu.be/s5RVWPeD0AA?t=201 its mentioned that any visitor returning after 7 days will be identified as a new visitor since the cookies will be deleted. I wanted to understand the rationale behind "7 days." Is this just a hypothetical number, or its some governi...
Hi team, We have a Adobe Analytics connection in CDP for streaming data. One of the attribute we are passing through AA into CDP is Hashed Email, set up as say, eVar79. We are tagging another Hashed Email attribute of different encryption in AA, which will pass to CDP as say, new eVar80. Currently i...
Is it possible to see the timezone of the events you see in AEP? I have inserted an event with timestamp "2023-06-21T06:19:47.000Z" using the streaming API and when i see that event in the platform UI. I see time as 8:19 instead of 6:19. @arijitg
I am connecting to the AEP API to view/download datasets via Jupyter Notebooks. It seems like the reporting api is working, but I can only view/download the dataset by batch id. Is there a way to simply view/download the current most recent dataset?
I got the following SQL statement: SELECT DISTINCT branchID, branchName FROM ds_sucursales WHERE branchName IS NOT NULL LIMIT 5 ds_sucursales is a dataset based on a branch type schema. The statement was saved on Query Service UI with the ID 4aaf637a-0712-4342-b549-4e77c0382057. I want to execute th...
Hello, If your profiles have several email addresses, how can you handle consent for each of these email addresses using the standard consent field groups? A user could provide a different consent for one email address than another.The standard field groups seem to work for usecases where users only...
Hi team, I have a streaming segment with Adobe Analytics events and it is scheduled for incremental export to a SFTP location every 3 hour. I want to schedule every 1 hour export after segment is evaluated every hour after Adobe Analytics streaming data ingestion.1) But There is no option to Export ...
Hi Team, In AEP we have created an HTTP API endpoint to listen to API calls.For debugging purpose, do we have any log view in AEP where we can see all api request/response details other than monitoring and dataset logs?Purpose is to identify reasons/scenarios, if api calls are failing
Hi there, We have an event that tracks if Two-Factor-Authentication status is toggled on/off. Given this is an event, an example of the data for a profile could look something like this: event_1 = On , timestamp 10:01AMevent_1 = Off, timestamp 10:02AMevent_1 = On, timestamp 10:03AM Is there a way in...