Skip to main content
Already have an account? Sign in

Missing Segment Data & Selective Integration Snippets

Last updated: 9/15/2026

All data collected by Segment is sent to us by default, but if individual snippets on your site specify which integrations data should be sent to, then these settings will be overridden.

If you use selective integration snippets, you’ll need to add Stitch to the list of integrations before data will flow to your data warehouse.

Here’s an example of a snippet that sends data to Stitch, Mixpanel, and KISSMetrics only:

}, {
  integrations: {
    'All': false,
    'Stitch': true,            // 'true' indicates if the integration receives data
    'Mixpanel': true,
    'KISSmetrics': true
   }
});

When you add Stitch to your snippet, make sure you enter Stitch exactly as it appears in the example above.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!