Google Apps Script API
    Preparing search index...
    interface CustomchannelsCollection {
        Adunits: GoogleAppsScript.Adsense.Collection.Accounts.Customchannels.AdunitsCollection;
        get(
            accountId: string,
            adClientId: string,
            customChannelId: string,
        ): CustomChannel;
        list(accountId: string, adClientId: string): CustomChannels;
        list(
            accountId: string,
            adClientId: string,
            optionalArgs: object,
        ): CustomChannels;
    }
    Index

    Properties

    Methods

    Properties

    Methods