Google Apps Script API
    Preparing search index...
    interface GaCollection {
        get(
            ids: string,
            start_date: string,
            end_date: string,
            metrics: string,
            optionalArgs?: GaDataQuery,
        ): GaData;
    }
    Index

    Methods

    Methods