module Webproperty:sig..end
module Permissions:sig..end
module ParentLink:sig..end
module ChildLink:sig..end
type t = {
|
accountId : |
(* |
Account ID to which this web property belongs.
| *) |
|
childLink : |
(* |
Child link for this web property. Points to the list of views (profiles) for this web property.
| *) |
|
created : |
(* |
Time this web property was created.
| *) |
|
defaultProfileId : |
(* |
Default view (profile) ID.
| *) |
|
id : |
(* |
Web property ID of the form UA-XXXXX-YY.
| *) |
|
industryVertical : |
(* |
The industry vertical/category selected for this web property.
| *) |
|
internalWebPropertyId : |
(* |
Internal ID for this web property.
| *) |
|
kind : |
(* |
Resource type for Analytics WebProperty.
| *) |
|
level : |
(* |
Level for this web property. Possible values are STANDARD or PREMIUM.
| *) |
|
name : |
(* |
Name of this web property.
| *) |
|
parentLink : |
(* |
Parent link for this web property. Points to the account to which this web property belongs.
| *) |
|
permissions : |
(* |
Permissions the user has for this web property.
| *) |
|
profileCount : |
(* |
View (Profile) count for this web property.
| *) |
|
selfLink : |
(* |
Link for this web property.
| *) |
|
updated : |
(* |
Time this web property was last modified.
| *) |
|
websiteUrl : |
(* |
Website url for this web property.
| *) |
val accountId : (t, string) GapiLens.t
val childLink : (t,
ChildLink.t)
GapiLens.t
val created : (t, GapiDate.t) GapiLens.t
val defaultProfileId : (t, int64) GapiLens.t
val id : (t, string) GapiLens.t
val industryVertical : (t, string) GapiLens.t
val internalWebPropertyId : (t, string) GapiLens.t
val kind : (t, string) GapiLens.t
val level : (t, string) GapiLens.t
val name : (t, string) GapiLens.t
val parentLink : (t,
ParentLink.t)
GapiLens.t
val permissions : (t,
Permissions.t)
GapiLens.t
val profileCount : (t, int) GapiLens.t
val selfLink : (t, string) GapiLens.t
val updated : (t, GapiDate.t) GapiLens.t
val websiteUrl : (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