Google Apps Script API
    Preparing search index...
    interface ConversionsCollection {
        batchinsert(
            resource: ConversionsBatchInsertRequest,
            profileId: string,
        ): ConversionsBatchInsertResponse;
        batchupdate(
            resource: ConversionsBatchUpdateRequest,
            profileId: string,
        ): ConversionsBatchUpdateResponse;
    }
    Index

    Methods