Google Apps Script API
    Preparing search index...
    interface CustomchannelsCollection {
        list(
            accountId: string,
            adClientId: string,
            adUnitId: string,
        ): CustomChannels;
        list(
            accountId: string,
            adClientId: string,
            adUnitId: string,
            optionalArgs: object,
        ): CustomChannels;
    }
    Index

    Methods

    Methods