DmitrMakeev commited on
Commit
c88f148
·
verified ·
1 Parent(s): f32693f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -1487,7 +1487,13 @@ mt_avp = {
1487
  'name': 'name',
1488
  'phone': 'phone',
1489
  'email': 'email',
1490
- 'vk_id': 'vk_id'
 
 
 
 
 
 
1491
  }
1492
 
1493
  mt_bhelp = {
 
1487
  'name': 'name',
1488
  'phone': 'phone',
1489
  'email': 'email',
1490
+ 'vk_id': 'vk_id',
1491
+ 'utm_campaign': 'utm_campaign',
1492
+ 'utm_content': 'utm_content',
1493
+ 'utm_medium': 'utm_medium',
1494
+ 'utm_source': 'utm_source',
1495
+ 'utm_term': 'utm_term',
1496
+ 'gcpc': 'gcpc'
1497
  }
1498
 
1499
  mt_bhelp = {