Skip Navigation LinksALVAO 10.0ALVAO Asset ManagementSystem Implementation in an OrganizationALVAO WebApp Traffic Analysis Skip Navigation Links. Skip Navigation Links Skip Navigation Links.


ALVAO WebApp Traffic Analysis

Enabling the Traffic Analysis for ALVAO WebApp

  1. Create your Google account (if you already have one, skip this step).
  2. Log on the page: http://www.google.com/analytics/index.html with your Google account.
  3. Fill in the form to create a new account for Google Analytics service.
    1. Enter an account name for Google Analytics service (1). For example, the name of your company.
    2. Enter a name of the page with your ALVAO WebApp (2). For example your_company_name_WebApp
    3. Enter the URL of the pages with your ALVAO WebApp (3). You can copy the URL from Admin – Settings – WebApp – WebApp (URL).
    4. Fill in the other items in the form.
    Creating a New Account for Google Analytics
  4. After creating an account in the Admin section (4), the Tracking info -> Tracking code menu (5) shows Tracking ID (6).
    Put the Tracking ID value into the database by the following command:
    INSERT INTO tProperty (sProperty, sPropertyValue) VALUES ('WebApp.GA.TrackingID', 'UA-XXXXXX-Y');
    where Tracking ID value will be inserted instead of UA-XXXXXX-Y and the quotation marks will be preserved.
    Creating a New Account for Google Analytics
  5. First statistics should be available approximately within 24 hours. You can show the statistics by clicking to Reporting tab (7) after login to Google Analytics account.
    Creating a New Account for Google Analytics

Changing Scripts for Traffic Analysis

  1. Log on the page: http://www.google.com/analytics/index.html with your Google account.
  2. After login in Admin section, select from Tracking info -> Tracking code menu where the code for traffic analysis is shown.
    Creating a New Account for Google Analytics
  3. Replace "{0}" with your Tracking ID value (1).
  4. Edit the code for tracking analysis by running this command in the database:
    UPDATE tProperty
    SETsPropertyValue = 'your_edited_code_for_traffic_analysis_measurement'
    WHERE sProperty = 'WebApp.GA.TrackingCode';

Changing Tracking ID for Traffic Analysis

Change the Tracking ID in the database by running this command in the database:
UPDATE tProperty
SETsPropertyValue = 'UA-XXXXXX-Y'
WHERE sProperty = 'WebApp.GA.TrackingID';
where 'UA-XXXXXX-Y' is the new Tracking ID.

 

Did not find what you were looking for? Ask our technical support team.