AnalyticsAddInstallHttp
Description
Registers an installation with the server. You should call this function once when your application is installed. You should store the returned installID in your application's settings and reuse it on subsequent calls to the QlmAnalytics API.
To invoke this method via a URL, append this function's name to the URL of the QLM License Server and add the required arguments.
Arguments
is_swversion
version of your software
is_osversion
version of the operating system
is_computer_name
name of the computer.
is_computerID
unique computer identifier
is_avkey
activation key on the system
is_pckey
computer key associated with the system
is_trial
flag indicating if the license is a trial
is_productname
name of your product
is_majorversion
major version of your product
is_minorversion
minor version of your product
is_customdata1
your own custom data
is_customdata2
your own custom data
is_customdata3
your own custom data
Last updated