Module ManagementResource.RemarketingAudience

val delete : ?⁠base_url:string -> ?⁠std_params:GapiService.StandardParameters.t -> accountId:string -> webPropertyId:string -> remarketingAudienceId:string -> GapiConversation.Session.t -> unit * GapiConversation.Session.t

Delete a remarketing audience.

parameter base_url

Service endpoint base URL (defaults to "https://www.googleapis.com/analytics/v3/").

parameter std_params

Optional standard parameters.

parameter accountId

Account ID to which the remarketing audience belongs.

parameter webPropertyId

Web property ID to which the remarketing audience belongs.

parameter remarketingAudienceId

The ID of the remarketing audience to delete.

val get : ?⁠base_url:string -> ?⁠etag:string -> ?⁠std_params:GapiService.StandardParameters.t -> accountId:string -> webPropertyId:string -> remarketingAudienceId:string -> GapiConversation.Session.t -> GapiAnalyticsV3Model.RemarketingAudience.t * GapiConversation.Session.t

Gets a remarketing audience to which the user has access.

parameter base_url

Service endpoint base URL (defaults to "https://www.googleapis.com/analytics/v3/").

parameter etag

Optional ETag.

parameter std_params

Optional standard parameters.

parameter accountId

The account ID of the remarketing audience to retrieve.

parameter webPropertyId

The web property ID of the remarketing audience to retrieve.

parameter remarketingAudienceId

The ID of the remarketing audience to retrieve.

val insert : ?⁠base_url:string -> ?⁠std_params:GapiService.StandardParameters.t -> accountId:string -> webPropertyId:string -> GapiAnalyticsV3Model.RemarketingAudience.t -> GapiConversation.Session.t -> GapiAnalyticsV3Model.RemarketingAudience.t * GapiConversation.Session.t

Creates a new remarketing audience.

parameter base_url

Service endpoint base URL (defaults to "https://www.googleapis.com/analytics/v3/").

parameter std_params

Optional standard parameters.

parameter accountId

The account ID for which to create the remarketing audience.

parameter webPropertyId

Web property ID for which to create the remarketing audience.

val list : ?⁠base_url:string -> ?⁠std_params:GapiService.StandardParameters.t -> ?⁠_type:string -> ?⁠max_results:int -> ?⁠start_index:int -> accountId:string -> webPropertyId:string -> GapiConversation.Session.t -> GapiAnalyticsV3Model.RemarketingAudiences.t * GapiConversation.Session.t

Lists remarketing audiences to which the user has access.

parameter base_url

Service endpoint base URL (defaults to "https://www.googleapis.com/analytics/v3/").

parameter std_params

Optional standard parameters.

parameter max_results

The maximum number of remarketing audiences to include in this response.

parameter start_index

An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.

parameter accountId

The account ID of the remarketing audiences to retrieve.

parameter webPropertyId

The web property ID of the remarketing audiences to retrieve.

val patch : ?⁠base_url:string -> ?⁠std_params:GapiService.StandardParameters.t -> accountId:string -> webPropertyId:string -> remarketingAudienceId:string -> GapiAnalyticsV3Model.RemarketingAudience.t -> GapiConversation.Session.t -> GapiAnalyticsV3Model.RemarketingAudience.t * GapiConversation.Session.t

Updates an existing remarketing audience. This method supports patch semantics.

parameter base_url

Service endpoint base URL (defaults to "https://www.googleapis.com/analytics/v3/").

parameter std_params

Optional standard parameters.

parameter accountId

The account ID of the remarketing audience to update.

parameter webPropertyId

The web property ID of the remarketing audience to update.

parameter remarketingAudienceId

The ID of the remarketing audience to update.

val update : ?⁠base_url:string -> ?⁠std_params:GapiService.StandardParameters.t -> accountId:string -> webPropertyId:string -> remarketingAudienceId:string -> GapiAnalyticsV3Model.RemarketingAudience.t -> GapiConversation.Session.t -> GapiAnalyticsV3Model.RemarketingAudience.t * GapiConversation.Session.t

Updates an existing remarketing audience.

parameter base_url

Service endpoint base URL (defaults to "https://www.googleapis.com/analytics/v3/").

parameter std_params

Optional standard parameters.

parameter accountId

The account ID of the remarketing audience to update.

parameter webPropertyId

The web property ID of the remarketing audience to update.

parameter remarketingAudienceId

The ID of the remarketing audience to update.