module Webproperties: sig .. end
val get : ?base_url:string ->
?etag:string ->
?std_params:GapiService.StandardParameters.t ->
accountId:string ->
webPropertyId:string ->
GapiConversation.Session.t ->
GapiAnalyticsV3Model.Webproperty.t * GapiConversation.Session.t
Gets a web property to which the user has access.
base_url : Service endpoint base URL (defaults to "https://www.googleapis.com/analytics/v3/").
etag : Optional ETag.
std_params : Optional standard parameters.
accountId : Account ID to retrieve the web property for.
webPropertyId : ID to retrieve the web property for.
val insert : ?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
accountId:string ->
GapiAnalyticsV3Model.Webproperty.t ->
GapiConversation.Session.t ->
GapiAnalyticsV3Model.Webproperty.t * GapiConversation.Session.t
Create a new property if the account has fewer than 20 properties. Web properties are visible in the Google Analytics interface only if they have at least one profile.
base_url : Service endpoint base URL (defaults to "https://www.googleapis.com/analytics/v3/").
std_params : Optional standard parameters.
accountId : Account ID to create the web property for.
val list : ?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
?max_results:int ->
?start_index:int ->
accountId:string ->
GapiConversation.Session.t ->
GapiAnalyticsV3Model.Webproperties.t * GapiConversation.Session.t
Lists web properties to which the user has access.
base_url : Service endpoint base URL (defaults to "https://www.googleapis.com/analytics/v3/").
std_params : Optional standard parameters.
max_results : The maximum number of web properties to include in this response.
start_index : An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.
accountId : Account ID to retrieve web properties for. Can either be a specific account ID or '~all', which refers to all the accounts that user has access to.
val patch : ?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
accountId:string ->
webPropertyId:string ->
GapiAnalyticsV3Model.Webproperty.t ->
GapiConversation.Session.t ->
GapiAnalyticsV3Model.Webproperty.t * GapiConversation.Session.t
Updates an existing web property. This method supports patch semantics.
base_url : Service endpoint base URL (defaults to "https://www.googleapis.com/analytics/v3/").
std_params : Optional standard parameters.
accountId : Account ID to which the web property belongs
webPropertyId : Web property ID
val update : ?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
accountId:string ->
webPropertyId:string ->
GapiAnalyticsV3Model.Webproperty.t ->
GapiConversation.Session.t ->
GapiAnalyticsV3Model.Webproperty.t * GapiConversation.Session.t
Updates an existing web property.
base_url : Service endpoint base URL (defaults to "https://www.googleapis.com/analytics/v3/").
std_params : Optional standard parameters.
accountId : Account ID to which the web property belongs
webPropertyId : Web property ID