Skip to content

Instantly share code, notes, and snippets.

@jonathanheron
Created March 27, 2015 12:16
Show Gist options
  • Save jonathanheron/704c1fddfd7863ae3744 to your computer and use it in GitHub Desktop.
Save jonathanheron/704c1fddfd7863ae3744 to your computer and use it in GitHub Desktop.
Basic Acquire snippet for Segment
<!-- Put this before the tag which loads Segment -->
<!-- Replace APP_ID in the tag below -->
<script>
window.intercomSettings = {
app_id: "APP_ID",
anonymous: true
};
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment