package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val delete : ?base_url:string -> ?std_params:GapiService.StandardParameters.t -> accountId:string -> alertId:string -> GapiConversation.Session.t -> unit * GapiConversation.Session.t

Dismiss (delete) the specified alert from the specified publisher AdSense account.

  • parameter base_url

    Service endpoint base URL (defaults to "https://www.googleapis.com/adsense/v1.4/").

  • parameter std_params

    Optional standard parameters.

  • parameter accountId

    Account which contains the ad unit.

  • parameter alertId

    Alert to delete.

val list : ?base_url:string -> ?std_params:GapiService.StandardParameters.t -> ?locale:string -> accountId:string -> GapiConversation.Session.t -> GapiAdsenseV1_4Model.Alerts.t * GapiConversation.Session.t

List the alerts for the specified AdSense account.

  • parameter base_url

    Service endpoint base URL (defaults to "https://www.googleapis.com/adsense/v1.4/").

  • parameter std_params

    Optional standard parameters.

  • parameter locale

    The locale to use for translating alert messages. The account locale will be used if this is not supplied. The AdSense default (English) will be used if the supplied locale is invalid or unsupported.

  • parameter accountId

    Account for which to retrieve the alerts.