Hi Team,I have a question, Adobe Experience Platform shall support a Maximum Tolerable Period of Disruption of 1 hour including staged recovery.Could you please share Adobe Experience Platform SaaS Model Documentation if available.Thank you.
We have a scenario where we want to filter all those customer profiles in AEP based on comparison of an attribute(Not on Primary key) between different events present for those profiles.This can be done through SQL group by function however we want to achieve through AEP segment is there way to acco...
We are working on a AEP/AJO requirement which is expecting personal contactable data (like Email) to be decrypted before activation.Scenario:1. Encryption of user's email attribute at customer level.2. Encrypted data to be ingested in AEP.3. Email id needs to be decrypted before sending email to the...
Hi team, We have batch ingestion set up where in AEP picks up files from SFTP folders, as of now it is set for specific time. I was wondering is there a option to make it any time and files will be picked up as soon as it is available in SFTP folder, so that we can avoid specific time requirements...
When we integrate Adobe analytics with AEP, we integrate at AA Report Suite level. Is it possible that we create a Segment in Analytics that matches the requirements (as Segment Rules) and send this data to AEP dataset? Reason for this question is that I dont want to bring such huge data into AEP fr...
Is there any guidance, best practice from Adobe/AEP around out-in attribute to be sent to Destinations meant for customer marketing perspective via email, text, etc? I believe there is no mandate to send the Opt-in attribute to Destinations. The Segment(s) selected for the Destination(s) should have...
Per my understanding, Segmentation works on Unified Profile datalake and NOT on the main AEP datalake where we have all the historical records.In that case, all the de-duplication should have already been taken care by Identity service when it is doing all the merging of different/duplicate profile ...
Is there a way to track visits to a particular product, uploaded via CSV file, I believe you can do this by using the trackevent function like this: adobe.target.trackEvent({"mbox": "some-mbox","params": {"entity.id": "entity ID"}}); , but Ive found no documentation confirming this. I know there is ...
Hello, I had to enable a dataset for upsert function which can be done using API call.For this, we first we need to disable the dataset for profile. I disabled the dataset for profile using UI and then ran the API call adding profile enabled true and upsert true condition.It was run successfully.But...
Hi there, There is an endpoint that I would like to regularly ingest the response data into AEP, this means using GET as opposed to a POST from the endpoint. Is this possible? Thanks.