Join our product experts for a live Ask Me Anything on November 12th at 8 AM PT about Experiences & Efficiency with AEP Agent Orchestrator & How Agentic AI is Fueling Smarter Testing and Growth!
Hi Team, I am new to RTCDP and trying to understand:- Can we modify an audience after activating to a destination? Will the system allow this operation? If so, what will be the implications on campaigns using the audiences? I think, I could do it in a dev setup, but looking for situations once it is...
We recently reset one of our non-prod AEP sandboxes. Prior to resetting this sandbox, I manually removed audience compositions. After reset, most of the custom resources, such as schemas, audiences and profiles seemed to have been removed. However, the custom datasets are still on this sandbox witho...
Hi Team, I am looking for ways to restrict users to save audience in the system. I am anticipating high number of dummy/test audiences to be created once it is enabled for user access. Is there a way to restrict this? One approach I think can be to let them create (enable 'Create Audience' button), ...
Hi All,I am new to AEP/RTCDP. I am looking for suggestions to export list of audiences available in the system to an excel/CSV (from the Browse tab of the Audiences under Customer section). I don't see any option to do this from the UI. Trying to understand if it is possible to achieve this. if so, ...
Hi there, We have an XDM ExperienceEvent schema, and I wonder if we can overwrite / update / merge an existing event? Here is the detail: For example: Event 1:_id: 123456 timestamp: 2024-02-23T22:07:01Z status: ["created"] In the profile -> event, we see the same event as above.Then event 2 happen...
Hi, I would to divide users into to groups - control & personalized. How would you approach that? Would you recognize new users and create custom JS code in Rules and divide them? Has any of you have similar use-case?
Hello,After creating a connection and editing the mappings in the datastream, I now have 50 more attributes to be planned for the existing connection.Manually making the changes to the mapping would be a tedious task and redoing it everytime I have some heavy load requirements would also take much t...
Hi there, Here is our use case: We have an event schema and in the schema there is an array field: "Status | string[]". And we send event data payload to AEP in the below format: "_companyname": { "user_id": "1234567", "test_id": "123456", "status": ['CREATED'], }, "eventType": "test", "...