Google Apps Script API
    Preparing search index...
    interface Experiment {
        accountId?: string;
        created?: string;
        description?: string;
        editableInGaUi?: boolean;
        endTime?: string;
        equalWeighting?: boolean;
        id?: string;
        internalWebPropertyId?: string;
        kind?: string;
        minimumExperimentLengthInDays?: number;
        name?: string;
        objectiveMetric?: string;
        optimizationType?: string;
        parentLink?: ExperimentParentLink;
        profileId?: string;
        reasonExperimentEnded?: string;
        rewriteVariationUrlsAsOriginal?: boolean;
        selfLink?: string;
        servingFramework?: string;
        snippet?: string;
        startTime?: string;
        status?: string;
        trafficCoverage?: number;
        updated?: string;
        variations?: ExperimentVariations[];
        webPropertyId?: string;
        winnerConfidenceLevel?: number;
        winnerFound?: boolean;
    }
    Index

    Properties

    accountId?: string
    created?: string
    description?: string
    editableInGaUi?: boolean
    endTime?: string
    equalWeighting?: boolean
    id?: string
    internalWebPropertyId?: string
    kind?: string
    minimumExperimentLengthInDays?: number
    name?: string
    objectiveMetric?: string
    optimizationType?: string
    profileId?: string
    reasonExperimentEnded?: string
    rewriteVariationUrlsAsOriginal?: boolean
    selfLink?: string
    servingFramework?: string
    snippet?: string
    startTime?: string
    status?: string
    trafficCoverage?: number
    updated?: string
    variations?: ExperimentVariations[]
    webPropertyId?: string
    winnerConfidenceLevel?: number
    winnerFound?: boolean