Thunderbird/Support/GetSatisfaction/MetricsCode: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 9: Line 9:
* print result["data"][15]["author"]["name"]
* print result["data"][15]["author"]["name"]
* to get tags:
* to get tags:
** http://api.getsatisfaction.com/topics/_exclude_option_to_avoid_sending_to_specific_addresses_within_an_address_list/tT
** http://api.getsatisfaction.com/topics/_exclude_option_to_avoid_sending_to_specific_addresses_within_an_address_list/tags.json?limit=30&page=1
* Two programs
* Two programs
*# gather metrics for a given week
*# gather metrics for a given week
*# gather top 10 support issues for a given week based on tags and/or unique ids
*# gather top 10 support issues for a given week based on tags and/or unique ids

Revision as of 05:04, 16 September 2009

Raw implementation notes

will be cleaned up later, this is a WORK IN PROGRESS