Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel6
outlinefalse
typelist
printablefalse

The application there are some events in most of the flows, and analyzing the Cross Brand feature it pass in some flows and impact some events on mParticle.

For this analyze, we use the Amplitude App, because the Amplitude receive 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.

...