A useful plugin would compute and display the best increase and decrease of
- keywords
- websites
- search engines
- etc
Not trivial to implement as we don't have a fast lookup of numbers for a given URL / keyword / etc.
For example, we would need to select all yesterday's keywords, and then smartly compare them to today's keywords to extract the biggest moves. Which would load and compare a lot of useless data.
Not trivial but very useful on the analytics side.
We could also think of developing a generic system to compare 2 DataTable, so we could easily build this kind of reports for any statistics.