10
votes
1answer
115 views

Add bounty details to Data Dump for “BountyStart” event

There is a BountyAmount column in the Data Dump, but for now it is only filled for VoteTypeId=9 ("BountyClose" event, i.e. when bounty ended) and only if the bounty was awarded to someone (see an ...
25
votes
1answer
164 views

Add UserId information for bounty starters and closers

Currently the "UserId" info is stripped from the Votes table for "BountyStart" and "BountyClose" vote types (i.e. for VoteTypeId=8 and VoteTypeId=9 respectively, check an example). Since this ...
5
votes
1answer
144 views

Are there statistics about bounties?

I would like to see some statistics on bounty awards. More specifically, things like: How often are different bounty-levels rewarded? Has anyone got a bounty of more than 500?
16
votes
1answer
218 views

How much additional rep does a bounty question usually earn?

When I post a question with a bounty, the question generally captures more votes, and I get more rep than I would have otherwise. In cases where I've offered less than 150 (100 from me, 50 from SO) ...
7
votes
1answer
89 views

Add bounty details to Community Data Dump

I was looking at a recent question here on bounties, and I wanted to use StackQL to prove that questions with bounties get more views and answers on average than questions without, and quantify just ...