ManagementResource.CustomMetrics
val get :
?base_url:string ->
?etag:string ->
?std_params:GapiService.StandardParameters.t ->
accountId:string ->
webPropertyId:string ->
customMetricId:string ->
GapiConversation.Session.t ->
GapiAnalyticsV3Model.CustomMetric.t * GapiConversation.Session.t
Get a custom metric to which the user has access.
val insert :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
accountId:string ->
webPropertyId:string ->
GapiAnalyticsV3Model.CustomMetric.t ->
GapiConversation.Session.t ->
GapiAnalyticsV3Model.CustomMetric.t * GapiConversation.Session.t
Create a new custom metric.
val list :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
?max_results:int ->
?start_index:int ->
accountId:string ->
webPropertyId:string ->
GapiConversation.Session.t ->
GapiAnalyticsV3Model.CustomMetrics.t * GapiConversation.Session.t
Lists custom metrics to which the user has access.
val patch :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
?ignoreCustomDataSourceLinks:bool ->
accountId:string ->
webPropertyId:string ->
customMetricId:string ->
GapiAnalyticsV3Model.CustomMetric.t ->
GapiConversation.Session.t ->
GapiAnalyticsV3Model.CustomMetric.t * GapiConversation.Session.t
Updates an existing custom metric. This method supports patch semantics.
val update :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
?ignoreCustomDataSourceLinks:bool ->
accountId:string ->
webPropertyId:string ->
customMetricId:string ->
GapiAnalyticsV3Model.CustomMetric.t ->
GapiConversation.Session.t ->
GapiAnalyticsV3Model.CustomMetric.t * GapiConversation.Session.t
Updates an existing custom metric.