Module GapiUrlshortenerV1Model.AnalyticsSnapshot
type t={browsers : StringCount.t list;Top browsers, e.g. "Chrome"; sorted by (descending) click counts. Only present if this data is available.
countries : StringCount.t list;Top countries (expressed as country codes), e.g. "US" or "DE"; sorted by (descending) click counts. Only present if this data is available.
longUrlClicks : int64;Number of clicks on all goo.gl short URLs pointing to this long URL.
platforms : StringCount.t list;Top platforms or OSes, e.g. "Windows"; sorted by (descending) click counts. Only present if this data is available.
referrers : StringCount.t list;Top referring hosts, e.g. "www.google.com"; sorted by (descending) click counts. Only present if this data is available.
shortUrlClicks : int64;Number of clicks on this short URL.
}
val browsers : (t, StringCount.t list) GapiLens.tval countries : (t, StringCount.t list) GapiLens.tval longUrlClicks : (t, int64) GapiLens.tval platforms : (t, StringCount.t list) GapiLens.tval referrers : (t, StringCount.t list) GapiLens.tval shortUrlClicks : (t, int64) GapiLens.tval empty : tval render : t -> GapiJson.json_data_model listval parse : t -> GapiJson.json_data_model -> tval to_data_model : t -> GapiJson.json_data_modelval of_data_model : GapiJson.json_data_model -> t