module Alerts: sig .. end
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.
base_url : Service endpoint base URL (defaults to "https://www.googleapis.com/adsense/v1.4/").
std_params : Optional standard parameters.
accountId : Account which contains the ad unit.
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.
base_url : Service endpoint base URL (defaults to "https://www.googleapis.com/adsense/v1.4/").
std_params : Optional standard parameters.
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.
accountId : Account for which to retrieve the alerts.