Ticket #57 (new New feature)

Opened 9 months ago

Last modified 9 months ago

Plugin to show the big moves / evolutions (increase and decrease)

Reported by: matt Assigned to:
Priority: major Milestone: Future features
Component: Plugins Version:
Keywords: Cc:

Description (Last modified by matt)

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.

Change History

01/04/08 00:01:14 changed by matt

  • description changed.
  • summary changed from Plugin to show the big moves / evolutions to Plugin to show the big moves / evolutions (increase and decrease).

01/04/08 02:00:36 changed by matt

  • milestone set to Future features.