Skip to content

Instantly share code, notes, and snippets.

@jonathanheron
Last active August 29, 2015 14:19
Show Gist options
  • Save jonathanheron/995c2bd91a4dca1f3a37 to your computer and use it in GitHub Desktop.
Save jonathanheron/995c2bd91a4dca1f3a37 to your computer and use it in GitHub Desktop.
Installation snippet for Intercom Messenger for the Acquire plan, for customers integrating via Segment's analytics.js
<!-- Add this just before you load analytics.js -->
<!-- Replace 'APP_ID' with your app ID -->
<script>
window.intercomSettings = { app_id: 'APP_ID' };
</script>
@jonathanheron
Copy link
Author

We have a PR for analytics.js which removes the need to add this code manually. Once that PR is merged, you won't need to include this snippet.

See our installation docs for more information on getting started with Acquire.

@fredsterss
Copy link

@jonathanheron btw looks like segment merged this PR, so might want to direct people to update their analytics.js snippet instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment