Skip to content

Instantly share code, notes, and snippets.

@easierbycode
Created September 26, 2013 19:01
Show Gist options
  • Save easierbycode/6718984 to your computer and use it in GitHub Desktop.
Save easierbycode/6718984 to your computer and use it in GitHub Desktop.
json-generator for analytics
[
'{{repeat(10)}}',
{
name: "{{firstName}}'s Campaign",
start_date: '{{date(2013-10-ddThh:mm:ss Z)}}',
sent: '{{numeric(214,594)}}',
opened: '{{numeric(143,421)}}',
clicked: '{{numeric(8,32)}}',
visits: '{{numeric(4,23)}}',
revenues: '{{numeric(3049,9054,%=$0,0.00)}}'
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment