You can take a look at the Business events feature if that helps solve your use case https://experienceleague.adobe.com/en/docs/journey-optimizer-learn/tutorials/create-journeys/use-case-business-event
Kindly take a look at the following note https://experienceleague.adobe.com/en/docs/journey-optimizer/using/content-management/personalization/lookup-aep-data Dataset lookup is currently not supported in fragments.
You can use the following expression to filter those profiles that have 'asd.com' as the email domain valuecontainIgnoreCase(serializeList(#{ExperiencePlatform.ProfileFieldGroup.profile.identityMap.entry('email').id}, "|", true),'@asd.com')
Yes, that's feasible by specifying the attribute as a variablehttps://experienceleague.adobe.com/en/docs/journey-optimizer/using/configuration/configure-journeys/action-journeys/about-custom-action-configuration
Following are the enum values that you will find against the "_experience.customerJourneyManagement.messageDeliveryfeedback.feedbackStatus" attribute in message feedback event schema
You can take a look at the note and the tutorial in this documentation https://experienceleague.adobe.com/en/docs/journey-optimizer/using/configuration/configure-journeys/events-journeys/about-events https://experienceleague.adobe.com/en/docs/journey-optimizer/using/configuration/configure-journeys/...
can you query ajo_message_feedback_event_dataset dataset filtering on _experience.customerJourneyManagement.messageExecution.campaignID column to see if there is any error reported ?