Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Mobile apps and other non-browser apps don't contain HTML pages. Therefore, therefore, developers must determine when their apps should trigger page view requests. CardioLog Analytics can then aggregate this data in reports to display page views, unique visitors, session length, bounce rates, etc. This data gives insight into how users interact with the client app.Developers  Developers can also track visitor actions that don't correspond directly to page views using other Event types. These user actions can include views of embedded videos, button clicks, downloads and more. This data can then be used to understand which features are most popular, and make informed decisions about the features that should be prioritized for further development.

...

  • u - URL of the page the event is related to. For example, in the URL of a "View" event , the URL will be the current page, while in search result click it ; the URL of a search result will be the URL of the result clicked link.
  • X - Holds the following event dependent information:
    • In Search event - the The search term
    • In View event:
      • If __Referrer parameter was passed to this page, its __Referrervalue 
      • If there is a Referrer cookie, sends the ReferrerReason cookie value 
      • If this is the first page the user views in this session, send sends "First In Session" and append appends the data from __Referreragent
    • In Duration event - time Time on page ( in seconds)
  • Y - Holds the following information:
    • In Search event - Number of total results
    • In Visit event - If there is a Referrer cookie, send sends its content
    • In Duration event - last Last visit event idID
  • Z - In Search event - First result on page (number of resultresults)
  • RI - Last event idID
  • et - Event type code (for exampleeg., Goal event is 20, Leave event is 1, etc.)
  • events - The event can have sub events sent with it (for example, . Typically, this is used when a search event is sent or when there are with saved events).

In addition to event objects, the request body may include the following properties:

  • browserType - the The user-agent information
  • sessionid (any sessionid - Any string format accepted).
  • un - user id (any User ID. Any string format accepted).

The JSON request format

The full JSON request format is as follows:

...