module CustomDimension:sig..end
module ParentLink:sig..end
type t = {
|
accountId : |
(* |
Account ID.
| *) |
|
active : |
(* |
Boolean indicating whether the custom dimension is active.
| *) |
|
created : |
(* |
Time the custom dimension was created.
| *) |
|
id : |
(* |
Custom dimension ID.
| *) |
|
index : |
(* |
Index of the custom dimension.
| *) |
|
kind : |
(* |
Kind value for a custom dimension. Set to "analytics#customDimension". It is a read-only field.
| *) |
|
name : |
(* |
Name of the custom dimension.
| *) |
|
parentLink : |
(* |
Parent link for the custom dimension. Points to the property to which the custom dimension belongs.
| *) |
|
scope : |
(* |
Scope of the custom dimension: HIT, SESSION, USER or PRODUCT.
| *) |
|
selfLink : |
(* |
Link for the custom dimension
| *) |
|
updated : |
(* |
Time the custom dimension was last modified.
| *) |
|
webPropertyId : |
(* |
Property ID.
| *) |
val accountId : (t, string) GapiLens.t
val active : (t, bool) GapiLens.t
val created : (t, GapiDate.t) GapiLens.t
val id : (t, string) GapiLens.t
val index : (t, int) GapiLens.t
val kind : (t, string) GapiLens.t
val name : (t, string) GapiLens.t
val parentLink : (t,
ParentLink.t)
GapiLens.t
val scope : (t, string) GapiLens.t
val selfLink : (t, string) GapiLens.t
val updated : (t, GapiDate.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