Module GapiAdsenseV1_1Service.AccountsResource.Adunits

module Adunits: sig .. end

module Customchannels: sig .. end
val get : ?base_url:string ->
?etag:string ->
?std_params:GapiService.StandardParameters.t ->
accountId:string ->
adClientId:string ->
adUnitId:string ->
GapiConversation.Session.t ->
GapiAdsenseV1_1Model.AdUnit.t * GapiConversation.Session.t
Gets the specified ad unit in the specified ad client for the specified account.
base_url : Service endpoint base URL (defaults to "https://www.googleapis.com/adsense/v1.1/").
etag : Optional ETag.
std_params : Optional standard parameters.
accountId : Account to which the ad client belongs.
adClientId : Ad client for which to get the ad unit.
adUnitId : Ad unit to retrieve.
val list : ?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
?includeInactive:bool ->
?maxResults:int ->
?pageToken:string ->
accountId:string ->
adClientId:string ->
GapiConversation.Session.t ->
GapiAdsenseV1_1Model.AdUnits.t * GapiConversation.Session.t
List all ad units in the specified ad client for the specified account.
base_url : Service endpoint base URL (defaults to "https://www.googleapis.com/adsense/v1.1/").
std_params : Optional standard parameters.
includeInactive : Whether to include inactive ad units. Default: true.
maxResults : The maximum number of ad units to include in the response, used for paging.
pageToken : A continuation token, used to page through ad units. To retrieve the next page, set this parameter to the value of "nextPageToken" from the previous response.
accountId : Account to which the ad client belongs.
adClientId : Ad client for which to list ad units.