Commit bc8cc054244f8e6af5ce77a1fd695759106f001d
1 parent
a25d5cb0
fix
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/web/js/script.js
| @@ -315,7 +315,7 @@ $(document).ready(function() { | @@ -315,7 +315,7 @@ $(document).ready(function() { | ||
| 315 | $('div.btn_call').on('click',function () { | 315 | $('div.btn_call').on('click',function () { |
| 316 | 316 | ||
| 317 | gtag('event', 'send', { | 317 | gtag('event', 'send', { |
| 318 | - 'event_category': 'click call' | 318 | + 'event_category': 'phone_mobile' |
| 319 | }); | 319 | }); |
| 320 | }); | 320 | }); |
| 321 | 321 |