Analytics

DotsTo-June
 June
  
Free

June is the only product analytics tool that gives you auto-generated reports focused on companies.
DotsTo-amplitude
 Amplitude
  
Premium

Get data you can trust and insights you need to take action and drive growth.
 
DotsTo-gtmetrix
 GTmetrix
Free

See how your site performs, reveal why it's slow and discover optimization opportunities.
DotsTo-matomo
 Matomo
  
Premium

Take back control with Matomo – a powerful web analytics platform that gives you 100% data ownership.
DotsTo-mixpanel
 Mixpanel
  
Free

Simple and powerful analytics that helps everyone make better decisions.

# Fill this out PROJECT_TOKEN = "" # Get this from mixpanel.com/settings/project import json import time import requests events = [ {"event": "my_test_event", "properties": {"time": int(time.time()), "distinct_id": "test_user_1", "$insert_id": "04ce0cf4-a633-4371-b665-9b45317b4976", "city": "San Francisco"}}, {"event": "another_event", "properties": {"time": int(time.time()), "distinct_id": "test_user_2", "$insert_id": "3b033b9a-6bc9-4b70-90c3-a53e11f6896e", "city": "Seattle"}} ] resp = requests.post( "https://api.mixpanel.com/import", params={"strict": "1"}, auth=(PROJECT_TOKEN, ""), headers={"Content-Type": "application/json"}, data=json.dumps(events) ) print(resp.json())
Coming Soon !
Coming Soon !
Robot Icon DotsTo