Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 279 Bytes

File metadata and controls

17 lines (11 loc) · 279 Bytes

Makemoji-Web-Tracking-SDK

Automatic Form Tracking SDK

How to use

  • Include CDN js library

<script async src="https://d1tvcfe0bfyi6u.cloudfront.net/tracker/t.min.js"></script>

  • Init the tracker
window.onload=function() {
	_mmtrack.init('YOUR_TRACKER_KEY');
}