Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 welland validate in back-end code.

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.

...

and Update Agreements flow

...

These are the events impacted by Cross Brand.

On back-end code we have the repository intl-packages, and there are the file packages/crm-events/src/mParticle/mparticle-service.ts.

In sendMParticleCustomEventToQueue we call the replicate cross brand.

...