The method GetList returns a list of countries defined in the Statistics
module. The list of countries is loaded when re-indexing the IP database in
the Statistics module settings.
Parameters
Parameter
Description
by
Sorting field. The following values are possible:
s_id - two-character country identifier;
s_short_name - three-character country identifier;
s_name - name of the country;
s_sessions - total number of sessions
for this country;
s_new_guests - total number of new
visitors for this country;
If this flag contains "true" on return, the resulting list
is filtered.
Structure of the returned record
Array
(
[ID] => two-character country identifier
[SHORT_NAME] => three-character country identifier
[NAME] => name of the country
[SESSIONS] => total number of sessions
[NEW_GUESTS] => total number of new visitors
[HITS] => total number of hits
[C_EVENTS] => total number of events
[REFERENCE_ID] => the REFERENCE_ID parameter for use with SelectBox and SelectBoxM
[REFERENCE] => the REFERENCE parameter for use with SelectBox and SelectBoxM
)