Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ideas for tracking adoption rates #41

Open
boonrs opened this issue Jul 28, 2015 · 3 comments
Open

Ideas for tracking adoption rates #41

boonrs opened this issue Jul 28, 2015 · 3 comments

Comments

@boonrs
Copy link
Contributor

boonrs commented Jul 28, 2015

DataLook inquired on twitter about stats for adoption rates as a result of the twitter bot. What are some ways we could accomplish that?

@davidtsong
Copy link

The current release of CutePets utilizes the PetFinder API. That API includes a function to check if a dog has been adopted or not.

Just have another ruby script to check the id's from the tweet to the api call and see if the status char has changed to adopted.

Similarly, to track the amount of activity the tweets attract, Twitter has their analytics tool which shows how many impressions and interactions the tweet has created.

ImageofAPI

@t-pfaff
Copy link

t-pfaff commented Aug 4, 2015

Sounds good to me.
@boonrs @drewrwilson: What do you think?

@boonrs
Copy link
Contributor Author

boonrs commented Aug 4, 2015

I think it's a good place to start. My initial questions/concerns:

  • Increased complexity. Currently the app is simplistic, which I think is a plus when it comes to deployability and maintenance. Will adoption tracking necessitate a database? How does this data get shared?
  • Causation. When a pet is adopted it doesn't mean it was a result of the twitterbot. We need to make that clear to whoever is looking at the data.

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

No branches or pull requests

3 participants