Joe Gregorio | c4fc095 | 2011-11-09 12:21:11 -0500 | [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-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Returns Analytics report data for a profile.<br> |
| 18 | <br> |
| 19 | Args:<br> |
| 20 | sort: string, A comma-separated list of dimensions or metrics that determine the sort order for the report data.<br> |
| 21 | end_date: string, End date for fetching report data. All requests should specify an end date formatted as YYYY-MM-DD. (required)<br> |
| 22 | dimensions: string, A comma-separated list of Analytics dimensions. E.g., 'ga:browser,ga:city'.<br> |
| 23 | ids: string, Unique table ID for retrieving report data. Table ID is of the form ga:XXXX, where XXXX is the Analytics profile ID. (required)<br> |
| 24 | metrics: string, A comma-separated list of Analytics metrics. E.g., 'ga:visits,ga:pageviews'. At least one metric must be specified to retrieve a valid Analytics report. (required)<br> |
| 25 | max_results: integer, The maximum number of entries to include in this feed.<br> |
| 26 | filters: string, A comma-separated list of dimension or metric filters to be applied to the report data.<br> |
| 27 | segment: string, An Analytics advanced segment to be applied to the report data.<br> |
| 28 | start_date: string, Start date for fetching report data. All requests should specify a start date formatted as YYYY-MM-DD. (required)<br> |
| 29 | start_index: integer, An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.</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> |