Versions Compared

Key

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

Table of Contents
maxLevel3

Anchor
clientside api
clientside api
CardioLog Client-Side API

The CardioLog tracking agent Tracking Agent allows for a client-side API to send custom events, and easily monitor button and clicks, banner clicks, video plays, or interactions with other UI components. On any monitored page, you You can call the following JavaScript functions on any monitored page:

Anchor
sendevent js
sendevent js
The SendEvent JavaScript Function

...

The SendEvent function allows you to send events via the client

...

browser. Using this function you can monitor clicks on UI elements such as buttons, banners, navigation menu items, links, videos and more. 
The Tracking Agent uses AJAX (Asynchronous JavaScript And XML) to send the event to the CardioLog server, and

...

does not affect

...

user interaction with the page in any way.

Code sample for sending a page view event:

...

Info
iconfalse

document.__Page.SendEvent('

...

Event Type', 'Event Title', 'Param 1', 'Param 2');

The SendEvent function accepts the following parameters:

  • Event Type - Required. The event type title (eg., "Visit," "Search," 'Visit' or custom event types).
  • URLEvent Title - Required. This is typically the URL of the visited page, but can be any text that represents an the event or action. We recommend defining a unique prefix prefix label for each logical group of objects for streamlined reports. This string is limited to 1000 characters.
  • Param 1 - Optional. Used to store additional information about the event, typically for custom event types. This string is limited to 1000 characters. Built-in events reserve this string for the system. For example, in a "Visit" event it stores the referrer information; in a "Search" event it stores the search term.
  • Param 2 - Optional. Used to store additional information about the event, typically for custom event types. This string is limited to 50 characters. Built-in events reserve this string for the system. For example, in a "Search" event it is used to store the number of results.

...

Notes:

  • When calling the SendEvent function within a different frame from where it is defined, make sure to reference the frame object containing it. For example, by using parent.document.__Page.SendEvent()

...

  • .
  • In order to capture a click on a banner or image that links to an external site, make a call to the CardioLog SendEvent function before redirecting the user to the external destination page.

...

  •  


Code Samples
  1. Send a click event on a DOWNLOAD button:

    Info
    iconfalse

    <input type="button" value="DOWNLOAD" onclick="document.__Page.SendEvent('Visit', '

...

  1. Main Page Buttons > DOWNLOAD');"

...

  1. />


    Image Added
    www.intlock.com Main Page "Download" Button

    In this example, when a user clicks on the

...

  1. DOWNLOAD button CardioLog will send an event of type

...

  1. 'Visit

...

  1. ' to the server, specifying which

...

  1. button has been clicked by the

...

  1. user (ie.,

...

  1.  'Main Page Buttons > DOWNLOAD'). We recommend defining a

...

  1. unique label for each group of UI components that will be displayed in reports (in this case,

...

  1. 'Main Page Buttons').

    To see how many times

...

  1. the button was clicked, use the Events report (chart or table), and

...

  1. type 'Main Page Buttons' in the Website Item field.

...

  1. To see who clicked

...

  1. on the button, use the Visitors by Events report (chart or table), and

...

  1. type 'Main Page Buttons' in the Website Item

...

  1. field.

Please note that CardioLog automatically tracks outbound links from SharePoint sites to external destinations. To see how many times your links were clicked, use the Extended Tracking API report.

...

When users navigate internal links, you can monitor both the referring navigation component such as banners or menu items, along with the referring page. The SetReferrer function allows you to set custom page referrer details that are sent to the CardioLog server via following events (using SendEvent).

Code Sample:

...


  1. Send a click event on a banner that links to an external site:

    Info
    iconfalse

    <a href="http://www.intlock.comonclick="document.__Page.

...

  1. SendEvent('

...

  1. Visit', 'Banners > Intlock Website');"><img src="

...

  1. intlock_logo.gif"></a>

 The SetReferrer function accepts the following parameters:

    • Id - Required. The custom page referrer details. This can be any string representation. We recommend defining a unique prefix for each logical group of objects for optimized reports.
    • Param 1 - Optional. Used to store additional information about the event, typically for custom reports.

...

In order to capture the referring UI component before redirecting the user, make a call to the CardioLog SetReferrer function. Assuming the banner was implemented with simple HTML, this is a code example:

<a href="http://mysite/rnd/index.aspxonclick="document.__Page.SetReferrer('Banners > MySite > Research and Development');"><img src="rnd.gif"></a>

How many visitors accessed my page through a UI referrer? To see how many visitors arrived on your page through your UI referrer, use the Extended Tracking API report, and select the page in the Website Item URL field.


  1. Image Added
    support.intlock.com Main Page Intlock Logo

    In this example, when a user clicks on the banner CardioLog will send an event of type "Visit" to the server, specifying which banner has been clicked by the user before redirecting to "www.intlock.com" (ie., "Banners > Intlock website"). We recommend defining a unique label for each group of UI components that will be displayed in reports (in this case, "Banners").

    To see how many times the banner was clicked, use the Events report (chart or table), and type 'Banners' in the Website Item field.
    To see who clicked on the banner, use the Visitors by Events report (chart or table), and type 'Banners' in the Website Item field.

    Note: CardioLog automatically tracks outbound links from SharePoint sites to external destinations. To see how many times your links were clicked, use the External Destinations report.

Anchor
sendgoal js
sendgoal js
The SendGoal JavaScript Function

The SendGoal function allows

...

you to send JavaScript based goals via the client

...

browser. The Tracking Agent uses AJAX (Asynchronous JavaScript and XML) to send the goal event to the server, and does not affect the user's experience with the page in any way.

Code Sample:

...

Info
iconfalse

document.__Page.SendGoal(

...

Goal ID);

...

 The SendGoal function accepts the following parameter:

...

  • ID column.

    Image Added 
    Settings - Goals 
Code Sample
  1. Send a goal event on a Register to a Webinar button:

    Create the goal, and make a call to the CardioLog SendGoal function

...

Assuming the signup button was implemented using simple HTML, the following code sample should work:

  1. with the proper Goal ID.

    Info
    iconfalse

    <input type="button" value="

...

  1. REGISTER NOW " onclick="document.__Page.SendGoal(1);" />

...


  1. Image Added
    www.intlock.com Main Page REGISTER NOW Survey Button

    To monitor your goal progress, use the Goal reports, and select the relevant goal in the Visitor Segments > Goal

...

  1. filter of the widget preferences.

    Image Added
    Visitor Segments > Goal 

Anchor
internal email
internal email
Monitoring Internal E-Mail Campaigns Using the __referrer Parameter

The CardioLog Client-Side API supports identifying and monitoring external locations. You can use the _referrer parameter whenever you publish a link to your monitored environment and you wish to track the source of the referring page.

This is most commonly used in email or social media. For example, if you have included an internal link in a promotional email add the __referrer parameter to track the number of users who visited your site via this link. Define a unique referrer name that will be displayed in reports, such as __referrer=email_promotion_Dec_2016 in order to display the link accordingly:

Info
iconfalse

http://myportal/sites/rnd/default.aspx?__

...

referrer=email_promotion_Dec_2016

...

To see how many visitors arrived on your page through your email campaign, use

...

the Internal Traffic Sources report, and select the relevant page in the Website Item URL field.

Anchor
serverside api
serverside api
CardioLog Server-Side API

By using the CardioLog Server-Side API, CardioLogAPI /CardioLogAPI/Events.asmx web service, and the SendEvent method, you can send viewduration and search events, custom events, and track the URL of the referrer page.

Anchor
sendevent method
sendevent method
The SendEvent Method

The SendEvent method in the /CardioLogAPI/Events.asmx web service accepts the following parameters:

After the event is sent, the web service XML response will include the event identifier for future use, which you can later use to send events related to this event accordingly:

Info
iconfalse

<agent>

...

 <log>

...

 <status id='0'>OK</status>

...

 <event id='211022'/>

...

 </log>

...

 </agent>

 In case of an error, the XML response will include

...

this error description:

Info
iconfalse

<agent>
<log>

...

 <status id='-1'>Invalid Path</status>

...

 </log>

...

 </agent>

Anchor
event types
event types
Event Types

The SendEvent method supports four event types. The ID number is used in the Server-Side API. The Event Type Title is used in the Client-Side API.

View - Individual page request, or element clicked

To set the page referrer, use the following optional parameters to track the source of the page:

Referrer pages can be retrieved in CardioLog with the "Navigation" visual controls.

Duration - Time spent on a page or element (in seconds).

  1. Event Type ID - 1
  2. Event Type Title - "Leave"
  3. URL - The related view event URL.
  4. Param1 - Duration in seconds.
  5. Param2 - The related view event ID.

Search - Onsite (internal) search

Search events can be viewed in CardioLog in the Onsite Searches report, popular search terms are displayed in the Onsite Search Phrases report.

Search Result Click -

Anchor
custom event types
custom event types
Creating Custom Event Types

You can create custom event types and build custom reports using the CardioLog SDK. The custom event types can be used in the SendEvent function, for both Client-Side and Server-Side APIs. For example, if your website is a sales site and you wish to track each product sold, and then you can create a report on the number of items sold, and create a custom event type in CardioLog named "Items-Sold."

1. Add the custom event type to the CardioLog database by executing the following query against the CardioLog database:

Info
iconfalse

INSERT INTO tab_event_type(id,description)

VALUES(100, '

...

Items-Sold')

GO

  • ID - must be 100 or higher
  • Description - event type title

2. Add the custom event type to the CardioLog tracking agent events array - edit the __eEvents array and add the custom event type in:

For MOSS 2007 only:
[CardioLog installation directory]\CardioLogAgent\MOSS2007_1.2.js

For SharePoint 2010 only:
[CardioLog installation directory]\CardioLogAgent\SP2010_1.2.js

For SharePoint 2013 only:
[CardioLog installation directory]\CardioLogAgent\SP2013_1.2.js

For SharePoint 2016 only:
[CardioLog installation directory]\CardioLogAgent\SP2016_1.2.js 


Note: If you have implemented the Tracking Agent using the CardioLog Analytics SharePoint Feature on your WFE (Web Front End), edit the __eEvents array and add the custom event type accordingly:

For MOSS 2007 only:
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\TEMPLATE\LAYOUTS\CardioLogAgent\MOSS2007_1.2.js

For SharePoint 2010 only:
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\LAYOUTS\CardioLogAgent\SP2010_1.2.js

For SharePoint 2013 only:
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\LAYOUTS\CardioLogAgent\SP2013_1.2.js

For SharePoint 2016 only:
C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\LAYOUTS\CardioLogAgent\SP2016_1.2.js
 

 

Info
iconfalse

__eEvents = {
Visit: { id: 0, name: "Visit" },
Leave: { id: 1, name: "Leave" },
Search: { id: 2, name: "Search" },
SearchResultItem: { id: 4, name: "SearchResultItem" },
SearchResultClick: { id: 5, name: "SearchResultClick" },
External: { id: 10, name: "External" },
Goal: { id: 20, name: "Goal" },
"Goal-Test": { id: 21, name: "Goal-Test" },
Test: { id: 22, name: "Test" },
Score: { id: 23, name: "Score" },
Ping: { id: 24, name: "Ping" },
Item-Sold: { id: 100, name: "Item-Sold" },
Unknown: { id: -1, name: "Unknown" }
};

 

3. Implement the call to the SendEvent function when an item is sold (using our Client-Side API or Server-Side API).

4. Create a custom report to display the number of items sold using the CardioLog SDK.

 

Anchor
#rest api
#rest api
The REST API

In order to track visitor actions for custom browsers and non-browser apps, developers must send usage event objects to the CardioLogAgent web application through HTTP POST requests in JSON format. The JSON string must be embedded in the request body. The POST response is provided in JSON format as well.

...

CardioLog Analytics usage event objects have the following properties:

  • u - Decoded URL of the page the event is related to. For example, the URL of a "View" event will be the current page; the URL of a search result will be the clicked link.
  • X - Holds the following event dependent information:
    • Search event - The search term
    • View event:
      • If __Referrer parameter Referrer parameter was passed to this page, __Referrervalue Referrervalue 
      • If there is a Referrer cookie, sends the ReferrerReason cookie the ReferrerReason cookie value 
      • If this is the first page the user views in this session, sends "First In Session" and appends the data from __Referreragent
    • Duration event - 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, sends its content
    • In Duration event - Last visit event ID
  • Z - In Search event - First result on page (number of results)
  • RI - Last event ID
  • et - Event type code (eg., Goal event is 20, Leave event is 1, etc.)
  • events - The event can have sub events sent with it. Typically, this is used when a search event is sent or with saved events.

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

  • browserType - The user-agent information.
  • sessionid - Required. A unique browser session ID associated with the event. The unique session ID associated with the events. Any string format accepted.
  • un - User ID. Any username associated with the events. Any string format accepted. If not passed, the current user credentials will be used.

The JSON Request Format

The full JSON request format is as follows:

{
    "events": {
      "event": [
        {
          "u": "http://www.intlock.com/pages/home.aspx",
          "X": "|referral|blog.intlock.com|/about/||",
          "et": 0,
          "RI": 564940
        },
        {
          "X": "1",
          "Y": "7",
          "et": 23,
          "RI": 0
        }
      ]
    },
    "browserType": "Apple-iPhone5C2/1001.525",
    "sessionid": "861529144.325047542",
    "un": "INTLOCK\\tomj"
}

...


The API URL

The default API URL for a SharePoint site is:

...