| Name |
Description |
Type |
Default |
| site_id |
Site ID |
int |
0 |
| movements |
Whether to collect interface interactions |
bool |
false |
| permission |
Permission from the user to process data. In the case of the value of "ask", the user will receive a pop - up window asking for the continuation |
string |
yes |
| permission_popup_style |
Popup styles |
string |
position: absolute;z-index: 99999999;right: 0;background-color: #fff;bottom: 0;font-size: 12px;line-height: 1.5;padding: 6px 7px 2px;color: #000;text-align: center;box-shadow: 0 0 9px 0px rgba(0,0,0,.22); |
| permission_popup_text |
Popup text |
object |
{en: 'This site uses cookies and other technologies to help you navigate, as well as provide better user experience, analyze the use of our products and services, and improve the quality of advertising and marketing activities', ru: 'Этот сайт использует куки-файлы и другие технологии, чтобы помочь вам в навигации, а также предоставить лучший пользовательский опыт, анализировать использование наших продуктов и услуг, повысить качество рекламных и маркетинговых активностей'} |
| permission_accept_text |
Accept button text |
object |
{en: 'Accept', ru: 'Принять'} |
| permission_accept_style |
Accept button style |
string |
display: inline-block;text-align: center;user-select: none;border: none;outline: none;padding: 10px 13px 9px 13px;font-size: 12px;line-height: 1;background-color:transparent;color: #000;border-radius: 3px;cursor: pointer;text-transform: uppercase;border: 1px solid #000;margin-right: 5px;margin-bottom: 5px;margin-top:5px; |
| permission_decline_text |
Decline button text |
object |
{en: 'Decline', ru: 'Отказаться'} |
| permission_decline_style |
Decline button style |
string |
display: inline-block;text-align: center;user-select: none;border: none;outline: none;padding: 10px 13px 9px 13px;font-size: 12px;line-height: 1;background-color: transparent;color: #000;border-radius: 3px;cursor: pointer;text-transform: uppercase;border: 1px solid #000;margin-bottom: 5px;margin-top:5px; |