module Goal:sig..end
module VisitTimeOnSiteDetails:sig..end
module VisitNumPagesDetails:sig..end
module UrlDestinationDetails:sig..end
module ParentLink:sig..end
module EventDetails:sig..end
type t = {
|
accountId : |
(* |
Account ID to which this goal belongs.
| *) |
|
active : |
(* |
Determines whether this goal is active.
| *) |
|
created : |
(* |
Time this goal was created.
| *) |
|
eventDetails : |
(* |
Details for the goal of the type EVENT.
| *) |
|
id : |
(* |
Goal ID.
| *) |
|
internalWebPropertyId : |
(* |
Internal ID for the web property to which this goal belongs.
| *) |
|
kind : |
(* |
Resource type for an Analytics goal.
| *) |
|
name : |
(* |
Goal name.
| *) |
|
parentLink : |
(* |
Parent link for a goal. Points to the view (profile) to which this goal belongs.
| *) |
|
profileId : |
(* |
View (Profile) ID to which this goal belongs.
| *) |
|
selfLink : |
(* |
Link for this goal.
| *) |
|
_type : |
(* |
Goal type. Possible values are URL_DESTINATION, VISIT_TIME_ON_SITE, VISIT_NUM_PAGES, AND EVENT.
| *) |
|
updated : |
(* |
Time this goal was last modified.
| *) |
|
urlDestinationDetails : |
(* |
Details for the goal of the type URL_DESTINATION.
| *) |
|
value : |
(* |
Goal value.
| *) |
|
visitNumPagesDetails : |
(* |
Details for the goal of the type VISIT_NUM_PAGES.
| *) |
|
visitTimeOnSiteDetails : |
(* |
Details for the goal of the type VISIT_TIME_ON_SITE.
| *) |
|
webPropertyId : |
(* |
Web property ID to which this goal belongs. The web property ID is of the form UA-XXXXX-YY.
| *) |
val accountId : (t, string) GapiLens.t
val active : (t, bool) GapiLens.t
val created : (t, GapiDate.t) GapiLens.t
val eventDetails : (t, EventDetails.t)
GapiLens.t
val id : (t, string) GapiLens.t
val internalWebPropertyId : (t, string) GapiLens.t
val kind : (t, string) GapiLens.t
val name : (t, string) GapiLens.t
val parentLink : (t, ParentLink.t)
GapiLens.t
val profileId : (t, string) GapiLens.t
val selfLink : (t, string) GapiLens.t
val _type : (t, string) GapiLens.t
val updated : (t, GapiDate.t) GapiLens.t
val urlDestinationDetails : (t,
UrlDestinationDetails.t)
GapiLens.t
val value : (t, float) GapiLens.t
val visitNumPagesDetails : (t,
VisitNumPagesDetails.t)
GapiLens.t
val visitTimeOnSiteDetails : (t,
VisitTimeOnSiteDetails.t)
GapiLens.t
val webPropertyId : (t, string) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t ->
GapiJson.json_data_model -> t
val to_data_model : t -> GapiJson.json_data_model
val of_data_model : GapiJson.json_data_model -> t