Updated generated docs
diff --git a/docs/dyn/urlshortener.v1.url.html b/docs/dyn/urlshortener.v1.url.html
index 47ec765..48cbe55 100644
--- a/docs/dyn/urlshortener.v1.url.html
+++ b/docs/dyn/urlshortener.v1.url.html
@@ -22,12 +22,470 @@
ANALYTICS_CLICKS - Returns only click counts.<br>
ANALYTICS_TOP_STRINGS - Returns only top string counts.<br>
FULL - Returns the creation timestamp and all available analytics.<br>
- shortUrl: string, The short URL, including the protocol. (required)</tt></dd></dl>
+ shortUrl: string, The short URL, including the protocol. (required)<br>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "status": "A String", # Status of the target URL. Possible values: "OK", "MALWARE", "PHISHING", or "REMOVED". A URL might be marked "REMOVED" if it was flagged as spam, for example.<br>
+ "kind": "urlshortener#url", # The fixed string "urlshortener#url".<br>
+ "created": "A String", # Time the short URL was created; ISO 8601 representation using the yyyy-MM-dd'T'HH:mm:ss.SSSZZ format, e.g. "2010-10-14T19:01:24.944+00:00".<br>
+ "analytics": { # A summary of the click analytics for the short and long URL. Might not be present if not requested or currently unavailable.<br>
+ "week": { # Click analytics over the last week.<br>
+ "shortUrlClicks": "A String", # Number of clicks on this short URL.<br>
+ "countries": [ # Top countries (expressed as country codes), e.g. "US" or "DE"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "platforms": [ # Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "browsers": [ # Top browsers, e.g. "Chrome"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "referrers": [ # Top referring hosts, e.g. "www.google.com"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "longUrlClicks": "A String", # Number of clicks on all goo.gl short URLs pointing to this long URL.<br>
+ },<br>
+ "allTime": { # Click analytics over all time.<br>
+ "shortUrlClicks": "A String", # Number of clicks on this short URL.<br>
+ "countries": [ # Top countries (expressed as country codes), e.g. "US" or "DE"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "platforms": [ # Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "browsers": [ # Top browsers, e.g. "Chrome"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "referrers": [ # Top referring hosts, e.g. "www.google.com"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "longUrlClicks": "A String", # Number of clicks on all goo.gl short URLs pointing to this long URL.<br>
+ },<br>
+ "twoHours": { # Click analytics over the last two hours.<br>
+ "shortUrlClicks": "A String", # Number of clicks on this short URL.<br>
+ "countries": [ # Top countries (expressed as country codes), e.g. "US" or "DE"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "platforms": [ # Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "browsers": [ # Top browsers, e.g. "Chrome"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "referrers": [ # Top referring hosts, e.g. "www.google.com"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "longUrlClicks": "A String", # Number of clicks on all goo.gl short URLs pointing to this long URL.<br>
+ },<br>
+ "day": { # Click analytics over the last day.<br>
+ "shortUrlClicks": "A String", # Number of clicks on this short URL.<br>
+ "countries": [ # Top countries (expressed as country codes), e.g. "US" or "DE"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "platforms": [ # Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "browsers": [ # Top browsers, e.g. "Chrome"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "referrers": [ # Top referring hosts, e.g. "www.google.com"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "longUrlClicks": "A String", # Number of clicks on all goo.gl short URLs pointing to this long URL.<br>
+ },<br>
+ "month": { # Click analytics over the last month.<br>
+ "shortUrlClicks": "A String", # Number of clicks on this short URL.<br>
+ "countries": [ # Top countries (expressed as country codes), e.g. "US" or "DE"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "platforms": [ # Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "browsers": [ # Top browsers, e.g. "Chrome"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "referrers": [ # Top referring hosts, e.g. "www.google.com"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "longUrlClicks": "A String", # Number of clicks on all goo.gl short URLs pointing to this long URL.<br>
+ },<br>
+ },<br>
+ "longUrl": "A String", # Long URL, e.g. "<a href="http://www.google.com/">http://www.google.com/</a>". Might not be present if the status is "REMOVED".<br>
+ "id": "A String", # Short URL, e.g. "<a href="http://goo.gl/l6MS">http://goo.gl/l6MS</a>".<br>
+ }</tt></dd></dl>
<dl><dt><a name="Resource-insert"><strong>insert</strong></a> = method(self, **kwargs)</dt><dd><tt>Creates a new short URL.<br>
<br>
Args:<br>
- body: object, The request body. (required)</tt></dd></dl>
+ body: object, The request body. (required)<br>
+ The object takes the form of:<br>
+ <br>
+{<br>
+ "status": "A String", # Status of the target URL. Possible values: "OK", "MALWARE", "PHISHING", or "REMOVED". A URL might be marked "REMOVED" if it was flagged as spam, for example.<br>
+ "kind": "urlshortener#url", # The fixed string "urlshortener#url".<br>
+ "created": "A String", # Time the short URL was created; ISO 8601 representation using the yyyy-MM-dd'T'HH:mm:ss.SSSZZ format, e.g. "2010-10-14T19:01:24.944+00:00".<br>
+ "analytics": { # A summary of the click analytics for the short and long URL. Might not be present if not requested or currently unavailable.<br>
+ "week": { # Click analytics over the last week.<br>
+ "shortUrlClicks": "A String", # Number of clicks on this short URL.<br>
+ "countries": [ # Top countries (expressed as country codes), e.g. "US" or "DE"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "platforms": [ # Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "browsers": [ # Top browsers, e.g. "Chrome"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "referrers": [ # Top referring hosts, e.g. "www.google.com"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "longUrlClicks": "A String", # Number of clicks on all goo.gl short URLs pointing to this long URL.<br>
+ },<br>
+ "allTime": { # Click analytics over all time.<br>
+ "shortUrlClicks": "A String", # Number of clicks on this short URL.<br>
+ "countries": [ # Top countries (expressed as country codes), e.g. "US" or "DE"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "platforms": [ # Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "browsers": [ # Top browsers, e.g. "Chrome"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "referrers": [ # Top referring hosts, e.g. "www.google.com"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "longUrlClicks": "A String", # Number of clicks on all goo.gl short URLs pointing to this long URL.<br>
+ },<br>
+ "twoHours": { # Click analytics over the last two hours.<br>
+ "shortUrlClicks": "A String", # Number of clicks on this short URL.<br>
+ "countries": [ # Top countries (expressed as country codes), e.g. "US" or "DE"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "platforms": [ # Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "browsers": [ # Top browsers, e.g. "Chrome"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "referrers": [ # Top referring hosts, e.g. "www.google.com"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "longUrlClicks": "A String", # Number of clicks on all goo.gl short URLs pointing to this long URL.<br>
+ },<br>
+ "day": { # Click analytics over the last day.<br>
+ "shortUrlClicks": "A String", # Number of clicks on this short URL.<br>
+ "countries": [ # Top countries (expressed as country codes), e.g. "US" or "DE"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "platforms": [ # Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "browsers": [ # Top browsers, e.g. "Chrome"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "referrers": [ # Top referring hosts, e.g. "www.google.com"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "longUrlClicks": "A String", # Number of clicks on all goo.gl short URLs pointing to this long URL.<br>
+ },<br>
+ "month": { # Click analytics over the last month.<br>
+ "shortUrlClicks": "A String", # Number of clicks on this short URL.<br>
+ "countries": [ # Top countries (expressed as country codes), e.g. "US" or "DE"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "platforms": [ # Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "browsers": [ # Top browsers, e.g. "Chrome"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "referrers": [ # Top referring hosts, e.g. "www.google.com"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "longUrlClicks": "A String", # Number of clicks on all goo.gl short URLs pointing to this long URL.<br>
+ },<br>
+ },<br>
+ "longUrl": "A String", # Long URL, e.g. "<a href="http://www.google.com/">http://www.google.com/</a>". Might not be present if the status is "REMOVED".<br>
+ "id": "A String", # Short URL, e.g. "<a href="http://goo.gl/l6MS">http://goo.gl/l6MS</a>".<br>
+ }<br>
+ <br>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "status": "A String", # Status of the target URL. Possible values: "OK", "MALWARE", "PHISHING", or "REMOVED". A URL might be marked "REMOVED" if it was flagged as spam, for example.<br>
+ "kind": "urlshortener#url", # The fixed string "urlshortener#url".<br>
+ "created": "A String", # Time the short URL was created; ISO 8601 representation using the yyyy-MM-dd'T'HH:mm:ss.SSSZZ format, e.g. "2010-10-14T19:01:24.944+00:00".<br>
+ "analytics": { # A summary of the click analytics for the short and long URL. Might not be present if not requested or currently unavailable.<br>
+ "week": { # Click analytics over the last week.<br>
+ "shortUrlClicks": "A String", # Number of clicks on this short URL.<br>
+ "countries": [ # Top countries (expressed as country codes), e.g. "US" or "DE"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "platforms": [ # Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "browsers": [ # Top browsers, e.g. "Chrome"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "referrers": [ # Top referring hosts, e.g. "www.google.com"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "longUrlClicks": "A String", # Number of clicks on all goo.gl short URLs pointing to this long URL.<br>
+ },<br>
+ "allTime": { # Click analytics over all time.<br>
+ "shortUrlClicks": "A String", # Number of clicks on this short URL.<br>
+ "countries": [ # Top countries (expressed as country codes), e.g. "US" or "DE"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "platforms": [ # Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "browsers": [ # Top browsers, e.g. "Chrome"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "referrers": [ # Top referring hosts, e.g. "www.google.com"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "longUrlClicks": "A String", # Number of clicks on all goo.gl short URLs pointing to this long URL.<br>
+ },<br>
+ "twoHours": { # Click analytics over the last two hours.<br>
+ "shortUrlClicks": "A String", # Number of clicks on this short URL.<br>
+ "countries": [ # Top countries (expressed as country codes), e.g. "US" or "DE"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "platforms": [ # Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "browsers": [ # Top browsers, e.g. "Chrome"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "referrers": [ # Top referring hosts, e.g. "www.google.com"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "longUrlClicks": "A String", # Number of clicks on all goo.gl short URLs pointing to this long URL.<br>
+ },<br>
+ "day": { # Click analytics over the last day.<br>
+ "shortUrlClicks": "A String", # Number of clicks on this short URL.<br>
+ "countries": [ # Top countries (expressed as country codes), e.g. "US" or "DE"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "platforms": [ # Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "browsers": [ # Top browsers, e.g. "Chrome"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "referrers": [ # Top referring hosts, e.g. "www.google.com"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "longUrlClicks": "A String", # Number of clicks on all goo.gl short URLs pointing to this long URL.<br>
+ },<br>
+ "month": { # Click analytics over the last month.<br>
+ "shortUrlClicks": "A String", # Number of clicks on this short URL.<br>
+ "countries": [ # Top countries (expressed as country codes), e.g. "US" or "DE"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "platforms": [ # Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "browsers": [ # Top browsers, e.g. "Chrome"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "referrers": [ # Top referring hosts, e.g. "www.google.com"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "longUrlClicks": "A String", # Number of clicks on all goo.gl short URLs pointing to this long URL.<br>
+ },<br>
+ },<br>
+ "longUrl": "A String", # Long URL, e.g. "<a href="http://www.google.com/">http://www.google.com/</a>". Might not be present if the status is "REMOVED".<br>
+ "id": "A String", # Short URL, e.g. "<a href="http://goo.gl/l6MS">http://goo.gl/l6MS</a>".<br>
+ }</tt></dd></dl>
<dl><dt><a name="Resource-list"><strong>list</strong></a> = method(self, **kwargs)</dt><dd><tt>Retrieves a list of URLs shortened by a user.<br>
<br>
@@ -36,7 +494,168 @@
projection: string, Additional information to return.<br>
Allowed values<br>
ANALYTICS_CLICKS - Returns short URL click counts.<br>
- FULL - Returns short URL click counts.</tt></dd></dl>
+ FULL - Returns short URL click counts.<br>
+ <br>
+Returns:<br>
+ An object of the form<br>
+ <br>
+ {<br>
+ "nextPageToken": "A String", # A token to provide to get the next page of results.<br>
+ "items": [ # A list of URL resources.<br>
+ {<br>
+ "status": "A String", # Status of the target URL. Possible values: "OK", "MALWARE", "PHISHING", or "REMOVED". A URL might be marked "REMOVED" if it was flagged as spam, for example.<br>
+ "kind": "urlshortener#url", # The fixed string "urlshortener#url".<br>
+ "created": "A String", # Time the short URL was created; ISO 8601 representation using the yyyy-MM-dd'T'HH:mm:ss.SSSZZ format, e.g. "2010-10-14T19:01:24.944+00:00".<br>
+ "analytics": { # A summary of the click analytics for the short and long URL. Might not be present if not requested or currently unavailable.<br>
+ "week": { # Click analytics over the last week.<br>
+ "shortUrlClicks": "A String", # Number of clicks on this short URL.<br>
+ "countries": [ # Top countries (expressed as country codes), e.g. "US" or "DE"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "platforms": [ # Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "browsers": [ # Top browsers, e.g. "Chrome"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "referrers": [ # Top referring hosts, e.g. "www.google.com"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "longUrlClicks": "A String", # Number of clicks on all goo.gl short URLs pointing to this long URL.<br>
+ },<br>
+ "allTime": { # Click analytics over all time.<br>
+ "shortUrlClicks": "A String", # Number of clicks on this short URL.<br>
+ "countries": [ # Top countries (expressed as country codes), e.g. "US" or "DE"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "platforms": [ # Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "browsers": [ # Top browsers, e.g. "Chrome"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "referrers": [ # Top referring hosts, e.g. "www.google.com"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "longUrlClicks": "A String", # Number of clicks on all goo.gl short URLs pointing to this long URL.<br>
+ },<br>
+ "twoHours": { # Click analytics over the last two hours.<br>
+ "shortUrlClicks": "A String", # Number of clicks on this short URL.<br>
+ "countries": [ # Top countries (expressed as country codes), e.g. "US" or "DE"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "platforms": [ # Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "browsers": [ # Top browsers, e.g. "Chrome"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "referrers": [ # Top referring hosts, e.g. "www.google.com"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "longUrlClicks": "A String", # Number of clicks on all goo.gl short URLs pointing to this long URL.<br>
+ },<br>
+ "day": { # Click analytics over the last day.<br>
+ "shortUrlClicks": "A String", # Number of clicks on this short URL.<br>
+ "countries": [ # Top countries (expressed as country codes), e.g. "US" or "DE"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "platforms": [ # Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "browsers": [ # Top browsers, e.g. "Chrome"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "referrers": [ # Top referring hosts, e.g. "www.google.com"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "longUrlClicks": "A String", # Number of clicks on all goo.gl short URLs pointing to this long URL.<br>
+ },<br>
+ "month": { # Click analytics over the last month.<br>
+ "shortUrlClicks": "A String", # Number of clicks on this short URL.<br>
+ "countries": [ # Top countries (expressed as country codes), e.g. "US" or "DE"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "platforms": [ # Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "browsers": [ # Top browsers, e.g. "Chrome"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "referrers": [ # Top referring hosts, e.g. "www.google.com"; sorted by (descending) click counts. Only present if this data is available.<br>
+ {<br>
+ "count": "A String", # Number of clicks for this top entry, e.g. for this particular country or browser.<br>
+ "id": "A String", # Label assigned to this top entry, e.g. "US" or "Chrome".<br>
+ },<br>
+ ],<br>
+ "longUrlClicks": "A String", # Number of clicks on all goo.gl short URLs pointing to this long URL.<br>
+ },<br>
+ },<br>
+ "longUrl": "A String", # Long URL, e.g. "<a href="http://www.google.com/">http://www.google.com/</a>". Might not be present if the status is "REMOVED".<br>
+ "id": "A String", # Short URL, e.g. "<a href="http://goo.gl/l6MS">http://goo.gl/l6MS</a>".<br>
+ },<br>
+ ],<br>
+ "kind": "urlshortener#urlHistory", # The fixed string "urlshortener#urlHistory".<br>
+ "itemsPerPage": 42, # Number of items returned with each full "page" of results. Note that the last page could have fewer items than the "itemsPerPage" value.<br>
+ "totalItems": 42, # Total number of short URLs associated with this user (may be approximate).<br>
+ }</tt></dd></dl>
<hr>
Data descriptors defined here:<br>