Abacre Home > Advanced Log Analyzer Home

Structure of Reports

All reports in ALA consist of the following fields:

Type=type of report
Name=name of report

Example 1:
type=time_report
name=Visitors by Day
param=visitors

Example 2:
type=basic
name=Successful downloads of program with code 200
param=href
limit=10
filter=href;includes;.zip
filter=status;equals;200

 
Each report should start with its type, and it has to be followed by a name tag. The definition of a new report is derived from the type tag. The order of the remaining tags is not important. In other words, the following reports are equivalent:

type=basic
name=Successful downloads of program with code 200
filter=href;includes;.zip
filter=status;equals;200
param=href
limit=10

type=basic
name=Successful downloads of program with code 200
param=href
limit=10
filter=href;includes;.zip
filter=status;equals;200

See also:

List of all reports | Basic reports | Indirect referrer analysis