mediapop / django-friendface

Getting Facebook to work for Django.
2 stars 0 forks source link

Add campaign analytics for an app/page combination #72

Open gaqzi opened 11 years ago

gaqzi commented 11 years ago

Whenever an app gets bound to a page add a stop date and make sure there's a background job that checks number of fans at that time. Can also be used to automatically change texts, etc which we do all the time.

Metrics that should be tracked:

Based on work on MP

kitsunde commented 11 years ago

Campaign scheduling seems out of scope for friendface. Since we don't actually uninstall the application on campaign end. Can we get past # of fans through the API?

gaqzi commented 11 years ago

I was thinking of making this as a generalised part for dealing with when we need to update things after after two weeks and so on.

The logic is super simple but we keep re-inventing it every time. So make a generic base class to implement and also add on this kind of analytics so we simply can add it in.

But the feature I really want to add is just something where you can add a manager/mixin/so on for saying what is actual right now.

On Fri, May 17, 2013 at 4:27 PM, Kit Sunde notifications@github.com wrote:

Campaign scheduling seems out of scope for friendface. Since we don't actually uninstall the application on campaign end. Can we get past # of fans through the API?

— Reply to this email directly or view it on GitHubhttps://github.com/mediapop/django-friendface/issues/72#issuecomment-18049498 .