Browse Source

Fixes #339

Signed-off-by: Mary Anthony <mary@blockstack.com>
feat/clarity-updates
Mary Anthony 5 years ago
parent
commit
d94b0719cc
  1. 19
      _develop/app-reviewers.md

19
_develop/app-reviewers.md

@ -66,15 +66,22 @@ New Internet Labs provides these raw scores to Blockstack. Apps that are found i
## Awario
Awario providees data about app awareness through measure of reach, mentions, and growth. Awario rankings start counting at the start of the month the app was submitted, and the results are incorporated into the rankings the month following. This means that any data used in calculations is from the previous month. New apps to the program do not incorporate this score on their first month of being enrolled.
Awario provides data about app awareness by scanning the web for 'Mentions' of the app name. The Awario score for App Mining is a result of measuring the Reach of these Mentions (specifically, Blog/News mentions), combined with the growth rate of overall Reach, combine with a binary examination of Mentions on social media.
Awario provides the following information for ranking:
Awario rankings start counting at the start of the month the app was submitted, and the results are incorporated into the rankings the month following. This means that any data used in calculations is from the previous month. New apps to the program do not incorporate this score on their first month of being enrolled.
As of October 2019, Awario ranks apps based on Blended Awareness which is comprised of these parts:
- Reach is the estimated online *Reach of the Mention* collected on the brand. For example, reach would include how many impressions a tweet mentioning the app actually generated.
- The log of the `reach` score is calculated by `= if(X2=0, "", log10(X2))`
- The Awario growth score is the percentage change in total reach from the last month to this month (`NOT log10`)
- Awario Average is calculated by `reach/growth Z`. If `growth` is omitted, then this is just `reach z`.
* A binary scoring on social networks, that is, you get a number out of 5 max (1 point for any Mention registered on Facebook, Twitter, YouTube, Reddit, or Instagram).
* A _reach score_ for any mentions in the news or blog section. The reach will have `log10` scoring applied to it.
* A _growth score_ which is calculated the same way, just limited to the growth in reach from the news or blog mentions.
Each of these three pieces will make up 1/3 of your overall Awario score. Some special conditions to understand about these values:
* The first month you have Awario data you won't receive a growth score. This means your score for the first month is only comprised of reach and social.
* If your reach in the last month was less than 1000, you don't get a growth score. This is designed to prevent huge growth percentage outliers.
{% include note.html content="During the transition to the new Awario scoring method, no app will have a growth score in the first month." %}
Blockstack publishes the Awario data sheet with all app mentions for auditing at the start of the audit period. Blockstack PBC employee social media accounts are omitted from the reach scores. There is also a manual scan of Awario data to remove any data suspected of a false match.

Loading…
Cancel
Save