ManagementResource.Webproperties
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.
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.
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.
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.
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.