public class GooGlAnalytics extends Object
"allTime": {
"shortUrlClicks": "3227",
"longUrlClicks": "9358",
"referrers": [ { "count": "2160", "id": "Unknown/empty" }, ... ],
"countries": [ { "count": "1022", "id": "US" } , ... ],
"browsers": [ { "count": "1025", "id": "Firefox" }, ... ],
"platforms": [ { "count": "2278", "id": "Windows" }, ... ]
}
| Constructor and Description |
|---|
GooGlAnalytics() |
| Modifier and Type | Method and Description |
|---|---|
List<CountAndId> |
getBrowsers() |
List<CountAndId> |
getCountries() |
Long |
getLongUrlClicks() |
List<CountAndId> |
getPlatforms() |
List<CountAndId> |
getReferrers() |
Long |
getShortUrlClicks() |
void |
setBrowsers(List<CountAndId> browsers) |
void |
setCountries(List<CountAndId> countries) |
void |
setLongUrlClicks(Long longUrlClicks) |
void |
setPlatforms(List<CountAndId> platforms) |
void |
setReferrers(List<CountAndId> referrers) |
void |
setShortUrlClicks(Long shortUrlClicks) |
public Long getShortUrlClicks()
public void setShortUrlClicks(Long shortUrlClicks)
public Long getLongUrlClicks()
public void setLongUrlClicks(Long longUrlClicks)
public List<CountAndId> getReferrers()
public void setReferrers(List<CountAndId> referrers)
public List<CountAndId> getCountries()
public void setCountries(List<CountAndId> countries)
public List<CountAndId> getBrowsers()
public void setBrowsers(List<CountAndId> browsers)
public List<CountAndId> getPlatforms()
public void setPlatforms(List<CountAndId> platforms)
Copyright © 2011-2013. All Rights Reserved.