Skip to content

Instantly share code, notes, and snippets.

@arteria
Created February 20, 2012 16:42
Show Gist options
  • Save arteria/1870048 to your computer and use it in GitHub Desktop.
Save arteria/1870048 to your computer and use it in GitHub Desktop.
API, POST, JSON
URI: /api/report/by/urlandtype
data = {
'url': 'location' # http://www.example.com/page?query#hash
'authKey': '...',
'apiKey': '...',
'tracker':, '...',
'type': 'clickmap|heatmap|foldmap',
}
ANSWER, JSON
{
'url': '...'
}
OR ERROR CODE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment