Skip to content

Instantly share code, notes, and snippets.

View ldelbeccaro's full-sized avatar

Laura Del Beccaro ldelbeccaro

View GitHub Profile
@ldelbeccaro
ldelbeccaro / userhistory.html
Created October 26, 2015 20:09
Mixpanel: User event history for a given date range
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="https://cdn.mxpnl.com/libs/mixpanel-platform/css/reset.css">
<link rel="stylesheet" type="text/css" href="https://cdn.mxpnl.com/libs/mixpanel-platform/build/mixpanel-platform.v0.latest.min.css">
<script src="https://cdn.mxpnl.com/libs/mixpanel-platform/build/mixpanel-platform.v0.latest.min.js"></script>
<style>
table, td {
border: 1px solid black;