RUM JavaScript API - 1.345.1
    Preparing search index...

    Interface UserActionActivityTrackerHandleExperimental

    Rich handle returned by a creator that contributes event_properties.* to the final user action event. For trackers that don't contribute properties, the creator can return the stop function directly instead of this object.

    interface UserActionActivityTrackerHandle {
        stop: UserActionActivityTrackerStop;
        getEventProperties?(): UserActionActivityTrackerEventProperties;
    }
    Index

    Methods

    Properties

    Methods

    • Experimental

      Returns event properties to merge into the final user action event. Only keys prefixed with event_properties. are accepted. Properties set directly on the user action take precedence over tracker properties with the same key. Called exactly once when the user action completes, before stop().

      Returns UserActionActivityTrackerEventProperties

    Properties

    Releases subscriptions, timers, or handles owned by the tracker.