Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Kissmetrics #17

Open
vpodk opened this issue May 31, 2017 · 0 comments
Open

Add support for Kissmetrics #17

vpodk opened this issue May 31, 2017 · 0 comments
Assignees

Comments

@vpodk
Copy link
Member

vpodk commented May 31, 2017

Kissmetrics JavaScript Library

// Records an event and executes the callback function after it’s recorded.
_kmq.push(['record', 'EVENT_NAME', {'PROPERTY_NAME': 'VALUE'}, callbackFn]);

// Tags a link that takes someone to another domain.
_kmq.push(['trackClickOnOutboundLink', 'AN_ELEMENT_ID_OR_CLASS', 'EVENT_NAME']);

// Tags a form to record an event when it is submitted.
_kmq.push(['trackSubmit', 'AN_ELEMENT_ID_OR_CLASS', 'EVENT_NAME']);
@vpodk vpodk self-assigned this May 31, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant