Module GapiAdsenseV1_4Service.AlertsResource

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

Dismiss (delete) the specified alert from the publisher's 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 alertId

Alert to delete.

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

List the alerts for this 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.