Recommendation Service
flowchart LR
l-adEvent[adEvent]:::producer-->Recommendation_Service[Recommendation Service]:::event
l-appLifecycleEvent[appLifecycleEvent]:::producer-->Recommendation_Service[Recommendation Service]:::event
l-commerceEvent[commerceEvent]:::producer-->Recommendation_Service[Recommendation Service]:::event
l-event[event]:::producer-->Recommendation_Service[Recommendation Service]:::event
l-genericProgressEvent[genericProgressEvent]:::producer-->Recommendation_Service[Recommendation Service]:::event
l-identityEvent[identityEvent]:::producer-->Recommendation_Service[Recommendation Service]:::event
l-inGameEvent[inGameEvent]:::producer-->Recommendation_Service[Recommendation Service]:::event
l-inGameSessionEvent[inGameSessionEvent]:::producer-->Recommendation_Service[Recommendation Service]:::event
l-inGameSocialEvent[inGameSocialEvent]:::producer-->Recommendation_Service[Recommendation Service]:::event
l-inGameStoreEvent[inGameStoreEvent]:::producer-->Recommendation_Service[Recommendation Service]:::event
l-integrationEvent[integrationEvent]:::producer-->Recommendation_Service[Recommendation Service]:::event
l-marketingEvent[marketingEvent]:::producer-->Recommendation_Service[Recommendation Service]:::event
l-resourceTrackingEvent[resourceTrackingEvent]:::producer-->Recommendation_Service[Recommendation Service]:::event
l-sinkSourceFlowEvent[sinkSourceFlowEvent]:::producer-->Recommendation_Service[Recommendation Service]:::event
l-socialTrackingEvent[socialTrackingEvent]:::producer-->Recommendation_Service[Recommendation Service]:::event
l-trackingEvent[trackingEvent]:::producer-->Recommendation_Service[Recommendation Service]:::event
classDef event stroke:#4e1d60,stroke-width: 4px;
classDef producer stroke:#75d7b6,stroke-width: 2px;
classDef consumer stroke:#818cf8,stroke-width: 2px;
click l-adEvent href "/events/adEvent" "Go to adEvent" _self
click l-appLifecycleEvent href "/events/appLifecycleEvent" "Go to appLifecycleEvent" _self
click l-commerceEvent href "/events/commerceEvent" "Go to commerceEvent" _self
click l-event href "/events/event" "Go to event" _self
click l-genericProgressEvent href "/events/genericProgressEvent" "Go to genericProgressEvent" _self
click l-identityEvent href "/events/identityEvent" "Go to identityEvent" _self
click l-inGameEvent href "/events/inGameEvent" "Go to inGameEvent" _self
click l-inGameSessionEvent href "/events/inGameSessionEvent" "Go to inGameSessionEvent" _self
click l-inGameSocialEvent href "/events/inGameSocialEvent" "Go to inGameSocialEvent" _self
click l-inGameStoreEvent href "/events/inGameStoreEvent" "Go to inGameStoreEvent" _self
click l-integrationEvent href "/events/integrationEvent" "Go to integrationEvent" _self
click l-marketingEvent href "/events/marketingEvent" "Go to marketingEvent" _self
click l-resourceTrackingEvent href "/events/resourceTrackingEvent" "Go to resourceTrackingEvent" _self
click l-sinkSourceFlowEvent href "/events/sinkSourceFlowEvent" "Go to sinkSourceFlowEvent" _self
click l-socialTrackingEvent href "/events/socialTrackingEvent" "Go to socialTrackingEvent" _self
click l-trackingEvent href "/events/trackingEvent" "Go to trackingEvent" _self
click Recommendation_Service href "/services/Recommendation Service" "Go to Recommendation Service" _self
Last updated on 2022/6/3