diff --git a/view/template/acquisition/youtube_status.php b/view/template/acquisition/youtube_status.php index 1fd3c9fd..bdfe26b0 100644 --- a/view/template/acquisition/youtube_status.php +++ b/view/template/acquisition/youtube_status.php @@ -4,14 +4,27 @@ + - if(!localStorage.getItem('status_token')){ + if(!localStorage.getItem('status_token')) { ga('send', 'event', 'YT Sync', '', ''); fbq('track', 'Lead'); + + window.google_conversion_id = 980489749; + window.google_conversion_label = "B0ZpCIuLgV0QlazE0wM"; + window.google_remarketing_only = false; + window.google_conversion_format = "3"; + + var opt = new Object(); + opt.onload_callback = function() { }; + var conv_handler = window['google_trackConversion']; + if (typeof(conv_handler) == 'function') { + conv_handler(opt); + } }