ManagementResource.Goals
val get :
?base_url:string ->
?etag:string ->
?std_params:GapiService.StandardParameters.t ->
accountId:string ->
webPropertyId:string ->
profileId:string ->
goalId:string ->
GapiConversation.Session.t ->
GapiAnalyticsV3Model.Goal.t * GapiConversation.Session.t
Gets a goal to which the user has access.
val insert :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
accountId:string ->
webPropertyId:string ->
profileId:string ->
GapiAnalyticsV3Model.Goal.t ->
GapiConversation.Session.t ->
GapiAnalyticsV3Model.Goal.t * GapiConversation.Session.t
Create a new goal.
val list :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
?max_results:int ->
?start_index:int ->
accountId:string ->
webPropertyId:string ->
profileId:string ->
GapiConversation.Session.t ->
GapiAnalyticsV3Model.Goals.t * GapiConversation.Session.t
Lists goals to which the user has access.
val patch :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
accountId:string ->
webPropertyId:string ->
profileId:string ->
goalId:string ->
GapiAnalyticsV3Model.Goal.t ->
GapiConversation.Session.t ->
GapiAnalyticsV3Model.Goal.t * GapiConversation.Session.t
Updates an existing goal. This method supports patch semantics.
val update :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
accountId:string ->
webPropertyId:string ->
profileId:string ->
goalId:string ->
GapiAnalyticsV3Model.Goal.t ->
GapiConversation.Session.t ->
GapiAnalyticsV3Model.Goal.t * GapiConversation.Session.t
Updates an existing goal.