Module GapiAnalyticsV3Service.ManagementResource.Filters

module Filters: sig .. end

val delete : ?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
accountId:string ->
filterId:string ->
GapiConversation.Session.t ->
GapiAnalyticsV3Model.Filter.t * GapiConversation.Session.t
Delete a filter.
base_url : Service endpoint base URL (defaults to "https://www.googleapis.com/analytics/v3/").
std_params : Optional standard parameters.
accountId : Account ID to delete the filter for.
filterId : ID of the filter to be deleted.
val get : ?base_url:string ->
?etag:string ->
?std_params:GapiService.StandardParameters.t ->
accountId:string ->
filterId:string ->
GapiConversation.Session.t ->
GapiAnalyticsV3Model.Filter.t * GapiConversation.Session.t
Returns a filters 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 filters for.
filterId : Filter ID to retrieve filters for.
val insert : ?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
accountId:string ->
GapiAnalyticsV3Model.Filter.t ->
GapiConversation.Session.t ->
GapiAnalyticsV3Model.Filter.t * GapiConversation.Session.t
Create a new filter.
base_url : Service endpoint base URL (defaults to "https://www.googleapis.com/analytics/v3/").
std_params : Optional standard parameters.
accountId : Account ID to create filter for.
val list : ?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
?max_results:int ->
?start_index:int ->
accountId:string ->
GapiConversation.Session.t ->
GapiAnalyticsV3Model.Filters.t * GapiConversation.Session.t
Lists all filters for an account
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 filters 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 filters for.
val patch : ?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
accountId:string ->
filterId:string ->
GapiAnalyticsV3Model.Filter.t ->
GapiConversation.Session.t ->
GapiAnalyticsV3Model.Filter.t * GapiConversation.Session.t
Updates an existing filter. 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 filter belongs.
filterId : ID of the filter to be updated.
val update : ?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
accountId:string ->
filterId:string ->
GapiAnalyticsV3Model.Filter.t ->
GapiConversation.Session.t ->
GapiAnalyticsV3Model.Filter.t * GapiConversation.Session.t
Updates an existing filter.
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 filter belongs.
filterId : ID of the filter to be updated.