masukomi / mobtvse

Working towards being the worlds best Markdown blogging app...
http://mobtvse.com
Apache License 2.0
45 stars 2 forks source link

Add Mixpanel Support #5

Open masukomi opened 12 years ago

masukomi commented 12 years ago

Not only track visits via Mixpanel but add tools to ease tracking of various promotional avenues.

allow users to add their mixpanel info to the config.yml

Implementation

UI

Add a popover to the admin page for each post. When clicking on it users would be presented with pre-generated tracking urls for the post in question for: twitter, facebook, google+, email, etc Twitter, Facebook, and G+ would all get "share on" icon buttons which did whatever was appropriate to share that url on that social network. Email could create an email with their default email client.

Configuration

Users should be able to create a list of sites to track sharing on via the config.yml Something like this:

mixpanel_id: 
mixpanel_sharing_sources:
- twitter
- facebook
- google_plus
- email 

Javascript

There should be a javascript on every public-facing page that looks for our sharing parameters in the query string and creates a data structure to pass to Mixpanel with the appropriate parameters required to track how the visitor came to be at this post.

masukomi commented 12 years ago

automatically track tags on a given post