Step 4. Create a connection

You won’t be able to see data flow from your input (web) to your output (webhooks) until you connect them.

4.1 Create your connection

  1. From your mParticle dashboard, navigate to Connections > Connect. If you just completed step 7.3 then you should already be there.
  2. Select JS Web from the list of available inputs.

  1. Click Connect Output.
  2. Click on webhooks in the modal that appears, and select the configuration that you just created from the dropdown menu.

  1. Make sure that the following connection settings are enabled. Any settings displayed in the modal that are not listed below can be left blank for this tutorial.
Connection Setting Recommended Setting Description
Connection Status Active You must toggle thi switch to Active for data to be forwarded to your webhook.
Metadata Field Exclusion Click the X to remove. This setting allows you to exclude a specific metadata field from that data you send to your output.
Send as Batch Disabled This is checked by default. Since we want to see our data forwarded as soon as possible, uncheck this so that events are forwarded in real time.
Send Custom Events Check The Higgs Shop does use custom events, so to ensure these are sent to our webhooks this must be enabled.
Send Lifecycle Events Check Lifecycle events include events when a user starts or exits your app.
Send Screen Views Check We do want to forward screenview events from The Higgs Shop.
Send Commerce Events Check The Higgs Shop is an ecommerce app, so we want to forward commerce events like product purchases.
Include Metadata Check Metadata includes information about the application or users’ devices.
Include User Identity Change Events Check We want to track events when the user identity changes.

  1. Click Add Connection.

You should now see the complete connection between your Web input and your webhooks output diagramed on the Connections page.

4.2 About connection modes

Remember that connections in mParticle consist of an input (a data source) and an output (an integration where data is forwarded). In the connection we just created, The Higgs Shop web app is our input and the webhook is our output.

The connection mode determines whether data collected from the input will be sent directly to the output, or if it will be sent to mParticle’s servers first before being forwarded to the output.

Since our connection is sending data from The Higgs Shop to mParticle’s servers before forwarding it to our webhook, we are using a server-to-server connection mode.

<< Previous Next >> Verify your connection

Was this page helpful?