Meta Info
Smart Links routing rule types
GET /meta/criterion
- get list of supported routing criteria for Smart Links.
Example response:{
"error": {
"code": 0,
"message": ""
},
"version": "3.1",
"criterion": {
"country": {
"name": "Country",
"options": ".../tiny/api/3/meta/country"
},
"browser": {
"name": "Browser",
"options": ".../tiny/api/3/meta/browser"
},
"platform": {
"name": "Platform",
"options": ".../tiny/api/3/meta/platform"
},
...
}
}
Supported Platforms
GET /meta/platform
- get list of supported platforms (OS families).
Supported Browsers
GET /meta/browser
- get list of supported browser families.
Supported Countries
GET /meta/country
- get list of supported visitor countries.
Supported Languages
GET /meta/language
- get list of supported visitor languages.