Google Apps Script API
    Preparing search index...
    interface AdunitsCollection {
        Customchannels: GoogleAppsScript.Adsense.Collection.Adunits.CustomchannelsCollection;
        get(adClientId: string, adUnitId: string): AdUnit;
        getAdCode(adClientId: string, adUnitId: string): AdCode;
        list(adClientId: string): AdUnits;
        list(adClientId: string, optionalArgs: object): AdUnits;
    }
    Index

    Properties

    Methods