Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

how to setup third party Domain to blogger blogspot and how to setup cname,Google Tag Manager and GOOGLE ANALYTICS

Here i explained about how to setup third party Domain to blogger blogspot  and how to setup cname,Google Tag Manager and GOOGLE ANALYTICS

1)***************************** CNAME SETUP ***********************************************
- Name, Label or Host                     Destination, Target or Points to
     www                                               ghs.google.com
6jpli4zKGNfhbyzb.tutorialdba.com   gv-sqpxHJjnhkpmljrlha.dv.googlehosted.com

2)******************* google Tag manager ******************************************
paste this code to above <head>
<!-- Google Tag Manager 1 -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({&#39;gtm.start&#39;:
new Date().getTime(),event:&#39;gtm.js&#39;});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!=&#39;dataLayer&#39;?&#39;&amp;l=&#39;+l:&#39;&#39;;j.async=true;j.src=
&#39;https://www.googletagmanager.com/gtm.js?id=&#39;+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,&#39;script&#39;,&#39;dataLayer&#39;,&#39;GTM-57NZ565RJ&#39;);</script>
<!-- End Google Tag Manager --> 
 
<head>
--copy this code and paste the below <body>
  <body expr:class='&quot;loading&quot; + data:blog.mobileClass'>

<!-- Google Tag Manager (noscript) 2 -->
<noscript><iframe height='0' src='https://www.googletagmanager.com/ns.html?id=GTM-57NZ565RJ' style='display:none;visibility:hidden' width='0'/></noscript>
<!-- End Google Tag Manager (noscript) -->
3)********************** GOOGLE ANALYTICS *************************************
Login blogger-->>setting-->>others and put this tracking id at "Analytics Web Property ID"
Tracking ID
UA-91496221-2
--paste this GOOGLE ANALYTICS code to blogger above </head>
<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-91496221-2', 'auto');
  ga('send', 'pageview');

</script>

  </head>



Comments

Popular posts from this blog

How to find the server is whether standby (slave) or primary(master) in Postgresql replication ?

7 Steps to configure BDR replication in postgresql

How to Get Table Size, Database Size, Indexes Size, schema Size, Tablespace Size, column Size in PostgreSQL Database

Ora2PG - Oracle/MySQL to Postgres DB migration Version 20.0

PostgreSQL Introduction