google_api_url_shortener v0.0.1
GoogleApi.UrlShortener.V1.Model.AnalyticsSnapshot
View Source
Attributes
- browsers (List[StringCount]): Top browsers, e.g. "Chrome"; sorted by (descending) click counts. Only present if this data is available. Defaults to:
null
.
- countries (List[StringCount]): Top countries (expressed as country codes), e.g. "US" or "DE"; sorted by (descending) click counts. Only present if this data is available. Defaults to:
null
.
- longUrlClicks (String): Number of clicks on all goo.gl short URLs pointing to this long URL. Defaults to:
null
.
- platforms (List[StringCount]): Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only present if this data is available. Defaults to:
null
.
- referrers (List[StringCount]): Top referring hosts, e.g. "www.google.com"; sorted by (descending) click counts. Only present if this data is available. Defaults to:
null
.
- shortUrlClicks (String): Number of clicks on this short URL. Defaults to:
null
.