The purpose of this analysis is to show which events are impacted in Cross Brand Opt-in feature, so that stakeholders can have visibility to take business decisions.
For this analysis, we used Amplitude App, because it receives the information of many other app including of mParticle, so we can see these events in real time we used the Google Chrome as well.
Sign up flow
In Sign up flow, it impacts three events, Sign Up Complete, Sign Up Flow Successful and Sign Up Successful
These events are manipulated in the src/state/mParticle/index.tsx
Update Agreements
In the flow of update agreements, when show the agreements modal, the event that is impacted is Accepted update agreement.
This event is called in the file src/components/modal-agreement/index.tsx.
Update Communication Preferences
When the user updates your communication preferences through communication preferences screen.
This event is called in this file src/state/mParticle/set-user-attributes.ts.
Add Comment