Joe Gregorio | 761c456 | 2011-10-28 14:36:24 -0400 | [diff] [blame] | 1 | |
| 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
| 3 | <html><head><title>Python: class Resource</title> |
| 4 | </head><body bgcolor="#f0f0f8"> |
| 5 | <p> |
| 6 | <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
| 7 | <tr bgcolor="#ffc8d8"> |
| 8 | <td colspan=3 valign=bottom> <br> |
| 9 | <font color="#000000" face="helvetica, arial"><a name="Resource">class <strong>Resource</strong></a>(<a href="__builtin__.html#object">__builtin__.object</a>)</font></td></tr> |
| 10 | |
| 11 | <tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> |
| 12 | <td colspan=2><tt>A class for interacting with a resource.<br> </tt></td></tr> |
| 13 | <tr><td> </td> |
| 14 | <td width="100%">Methods defined here:<br> |
| 15 | <dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl> |
| 16 | |
| 17 | <dl><dt><a name="Resource-generate"><strong>generate</strong></a> = method(self, **kwargs)</dt><dd><tt>Generate an AdSense report based on the report request sent in the query parameters. Returns the result as JSON; to retrieve output in CSV format specify "alt=csv" as a query parameter.<br> |
| 18 | <br> |
| 19 | Args:<br> |
| 20 | sort: string, The name of a dimension or metric to sort the resulting report on, optionally prefixed with "+" to sort ascending or "-" to sort descending. If no prefix is specified, the column is sorted ascending. (repeated)<br> |
| 21 | startDate: string, Start of the date range to report on in "YYYY-MM-DD" format, inclusive. (required)<br> |
| 22 | endDate: string, End of the date range to report on in "YYYY-MM-DD" format, inclusive. (required)<br> |
| 23 | currency: string, Optional currency to use when reporting on monetary metrics. Defaults to the account's currency if not set.<br> |
| 24 | locale: string, Optional locale to use for translating report output to a local language. Defaults to "en_US" if not specified.<br> |
| 25 | metric: string, Numeric columns to include in the report. (repeated)<br> |
| 26 | maxResults: integer, The maximum number of rows of report data to return.<br> |
| 27 | filter: string, Filters to be run on the report. (repeated)<br> |
| 28 | startIndex: integer, Index of the first row of report data to return.<br> |
| 29 | dimension: string, Dimensions to base the report on. (repeated)</tt></dd></dl> |
| 30 | |
| 31 | <hr> |
| 32 | Data descriptors defined here:<br> |
| 33 | <dl><dt><strong>__dict__</strong></dt> |
| 34 | <dd><tt>dictionary for instance variables (if defined)</tt></dd> |
| 35 | </dl> |
| 36 | <dl><dt><strong>__weakref__</strong></dt> |
| 37 | <dd><tt>list of weak references to the object (if defined)</tt></dd> |
| 38 | </dl> |
| 39 | </td></tr></table> |
| 40 | </body></html> |