This document is designed for people that are familiar with the concept of System Codes.
| Parameter | Description |
|---|---|
| %(uid) | The anonymous id of the user or device. |
| %(ulang) | The currently set language of the user. |
| %(screenwidth) | The screen width of the used device. |
| %(ipcountrycode) | The country code from where the user scans. |
| %(ipcity) | The city name from where the user scans. |
| %(iplongitude) | The longitude from where the user scans (based on IP). |
| %(iplatitude) | The latitude from where the user scans (based on IP). |
| %(salt) | A number that increases with every scan. |
| %(platformid) | The platforms' id |
| %(devicename) | The name the device. |
| %(codeoffset) | The code number of the scanned code of the Code Series (for Code Series only) |
| %(attr:<field name>) | Code Series field value |
| %(attrenc:<field name>) | Code Series field value (URL encoded) |
| Parameter name | Value | Works with all Readers | Example |
|---|---|---|---|
| uid |
number (integer) or
hex 40 (string)
|
Yes |
12313
or
1337C001FACEDBEEC8454F03F88C2E2954F92A77
|
| ulang | Two-character language code based on ISO 639-1. (string) | Yes | en, de, fr, es |
| screenwidth | Pixel (integer) - 0 if not available | Yes | 360, 240, 0 |
| ipcountrycode |
Two-character country code based
on ISO 3166. (string)
|
Yes | DE, CH, US |
| ipcity | City name (string) | Yes | London, Houston |
| iplongitude |
City longitude. Default to capital city
longitude if city is unknown. (double)
|
Yes | -97 or 65.55 |
| iplatitude |
City latitude. Default to capital city
longitude if city is unknown. (double)
|
Yes | 29.775 or -26.14 |
| devicename | The name of the device (string). | Yes (if recognized) | Nokia N8 |
| platformid | The id of the devices platform (a BeeTagg Internal number) | Yes |
0 = Unknown |
| codeoffset | The number of the code of the Code Series (BigInteger in the form of a string). | Yes | 1 to Size of Code Series |
| attr:<field name> | Code Series field value (type depends on your input). | Yes | Any string is possible. E.g. "This is a value" |
| attrenc:<field name> | Code Series field value in URL encoded form (type depends on your input). | Yes | Any string is possible. E.g. "This+is+a+URL+encoded+value" |