Google Apps Script API
    Preparing search index...
    interface Goal {
        accountId?: string;
        active?: boolean;
        created?: string;
        eventDetails?: GoalEventDetails;
        id?: string;
        internalWebPropertyId?: string;
        kind?: string;
        name?: string;
        parentLink?: GoalParentLink;
        profileId?: string;
        selfLink?: string;
        type?: string;
        updated?: string;
        urlDestinationDetails?: GoalUrlDestinationDetails;
        value?: number;
        visitNumPagesDetails?: GoalVisitNumPagesDetails;
        visitTimeOnSiteDetails?: GoalVisitTimeOnSiteDetails;
        webPropertyId?: string;
    }
    Index

    Properties

    accountId?: string
    active?: boolean
    created?: string
    eventDetails?: GoalEventDetails
    id?: string
    internalWebPropertyId?: string
    kind?: string
    name?: string
    parentLink?: GoalParentLink
    profileId?: string
    selfLink?: string
    type?: string
    updated?: string
    urlDestinationDetails?: GoalUrlDestinationDetails
    value?: number
    visitNumPagesDetails?: GoalVisitNumPagesDetails
    visitTimeOnSiteDetails?: GoalVisitTimeOnSiteDetails
    webPropertyId?: string