Skip to content

Instantly share code, notes, and snippets.

@pcothenet
Last active August 29, 2015 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pcothenet/5fba1f0f519bc0ebc88a to your computer and use it in GitHub Desktop.
Save pcothenet/5fba1f0f519bc0ebc88a to your computer and use it in GitHub Desktop.
madkudu-segment

Getting Started

Once you've installed Segment in your app, turn on MadKudu from the Segment integrations page. Get your API Key from Settings > API Key in MadKudu and add it to segment.

MadKudu supports the identify, track, page and group methods.


Identify

Every customer tracked with the identify method will get added to the list of contacts in MadKudu. All traits associated with that identify will be added to our contact object.

Track

Each 'track' in Segment will create a new event in MadKudu.

Page

Each 'page' in Segment will create a new event in MadKudu.

This is optional and turned off by default. Please contact support@madkudu.com for details.

Group

Each new group in Segment will create a new account in MadKudu. The contacts corresponding to the userId will be linked to this account.

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