Skip to content
This repository has been archived by the owner on Sep 25, 2022. It is now read-only.

Add Mixpanel Support #5

Open
masukomi opened this issue May 2, 2012 · 1 comment
Open

Add Mixpanel Support #5

masukomi opened this issue May 2, 2012 · 1 comment
Milestone

Comments

@masukomi
Copy link
Owner

masukomi commented May 2, 2012

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
Copy link
Owner Author

automatically track tags on a given post

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant