Javascript SDKs for Hackle
    Preparing search index...

    Interface PageView

    PageView is deprecated. use HacklePage instead.

    interface PageView {
        user?: User;
        pathUrl?: string;
    }
    Index

    Properties

    Properties

    user?: User

    user is deprecated and do nothing. Use setUserId() or setUser() methods to identify users before calling trackPageView.

    pathUrl?: string

    pathUrl is deprecated and do nothing. the path is automatically detected.