Each messenger has its own set of variables that it can pass about users interacting with the bot. Below is this list of variables and messengers that transmit this information:
Name | Example | Messengers | |
---|---|---|---|
system_city |
City | Kyiv |
|
phone
+380998887766
Vkontakte: if a phone number is specified and it is not hidden
gender
Male
Facebook
Vkontakte
country
| |||
system_country | Сountry | Ukraine |
|
system_continent | Continent | Europe |
|
system_timezone | Timezone | Europe/Kyiv |
|
timezone
| |||
system_gender | Gender | male/female |
|
system_language |
Language |
uk |
| ||
system_date_of_birth | Date of birth | 01.01.1990 |
|
system_telegram_username | Username | smartsender |
|
system_instagram_username | Username | smartsender_official |
|
...
system_device_mcc | Mobile country code | 65535 |
|
system_device_mnc | Mobile network code | 255 |
|
The system_city, system_country, system_continent, system_timezone variables are updated when the user subscribes to the bot using the widget.
The remaining variables receive their values when the contact is created.
You can view these variables in the Console in the contact card
...