Commit 731d49e8 by Bagus Pambudi

add google tag manager

parent ce5931b7
<!DOCTYPE html> <!DOCTYPE html>
<html lang="{{Session::get('selected_language')}}"> <html lang="{{Session::get('selected_language')}}">
<head> <head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-KTPRJCQ');</script>
<!-- End Google Tag Manager -->
<title>{{$setting['web_title']}}</title> <title>{{$setting['web_title']}}</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
...@@ -92,6 +98,10 @@ ...@@ -92,6 +98,10 @@
@yield('assets') @yield('assets')
</head> </head>
<body> <body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KTPRJCQ"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div id="topbar" class="clearfix"> <div id="topbar" class="clearfix">
<div class="container"> <div class="container">
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12"> <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment