Skip to content

Instantly share code, notes, and snippets.

@hendrikbeck
Last active August 29, 2015 14:03
Show Gist options
  • Save hendrikbeck/e8dab07d3d42b901d304 to your computer and use it in GitHub Desktop.
Save hendrikbeck/e8dab07d3d42b901d304 to your computer and use it in GitHub Desktop.
Advanced parameters for the Javascript SDK
$('#murm').murm(MY_AUTHENTICATION_KEY,
{
tag: "My first example",
user: "My user, e.g. an ID that helps you to see who it was",
email: "The email of your customer",
transaction: "A transcation ID, e.g. an order ID",
object: "Some object reference, e.g. to a product or a helpdesk article (if that applies)"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment