• PRODUCT

    PRODUCT

  • PRICING
    PRICING

  • HELP
    HELP

  • BLOG
    BLOG

  • APPSTORE
    APPSTORE

  • COMPANY
    COMPANY

  • LEGAL
    LEGAL

  • LOGIN
    LOGIN

  • Analytics & Lead Generation


  • This article will discuss analytics and lead generation features


  • The analytics engine tracks usage across hetergenous environments.

    User Generation & Tracking

    The idtoken is used to track the user identity across different environments. The Enterprise account can enjoy automatic integration and detection with user login and active directory services.

    Data Collection Services Per User
    Capturing Key Values Per User

    modtask.ldmod('izyware/data/raw').addKeyValue(key, 'capture', function() {}, function() {});

    Size Limitations

    The system uses post request to submit the data back to servers. Potential issues include:

    • Firewall limitations on the post size [None reported so far]
    • Max post size that the server will accept. Currently for PHP implementations this is defined by postmaxsize and set to 128M by default.
    • The maxallowedpacket at the DB level. The default is about 1MB. This can be set globally by

    SET GLOBAL maxallowedpacket=26777216;

    // Or set it in

    /opt/lampp/etc/my.cnf

    Inviting new users to create accounts

    The following are supported:

    • Sign up form
    • Token based invitaion (TBI)

    TBI has the capability for virality.

    Token Based Invitation
    The person making the invitation will send a token based URL to the invitee. This will:

    create an account in the system marked as invited*

    create and send a first based token (FBT) that will login the first* person that clicks on the link as the invitee, and then immediately auto destroys the FBT. There is good deal of overlap between password recovery and this flow.
    • How the invitation is sent has security implications. (i.e. from system email or just sent by opening the client email application)

    Google Analytics Integration

    This feature is only available in the Enterprise accounts.


  • Izyware Help Articles
    Izyware Help Articles