What is the sequence of event processing
Event processing depends on the type of processing. There are 2 types: Asynch, and Synch
ina synchronous processing event is collected by API and:
- Data source is checked
- Event is validated. Validation is performed over the raw/original data.
- Event is reshaped. Now event can changed to the required format.
- Profile Id is extracted and profile properties are extracted and matched for profile identification
- Event is remapped some data may be now indexed
- Event is saved
Workflow starts Dispatching to destinations start