@nosto/nosto-js

    Interface Attribution

    interface Attribution {
        done: () => Promise<void>;
        dumpData: () => EventTuple[];
        recordAttribution: (event: Event) => Attribution;
    }
    Index

    Properties

    done: () => Promise<void>
    dumpData: () => EventTuple[]
    recordAttribution: (event: Event) => Attribution
    MMNEPVFCICPMFPCPTTAAATR