![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi3uSqaSk8RTOAgj2D-dHRVaB47HFhgfhQ9PZGN-riSt93sFxP26wzN7xKGUJ65nPnDZ5OeCT7G1PWNjcc5OEPtCfC94fBdqSoRPxv6hOrFcT2sTXyF0CrzOYquNXpiTpBHGohmL-RabLQ/s1600/google-analytics.jpg)
Steps To Add Google Analytics On Blogger Blog
1) Setting Up your account with Google Analytics!
- Go to Google Analytics Page and click on Sign in Link (Top Left Side). Your existing Gmail account to sign into Google analytics account.
- After Sign in, click on Sign Up button (in left side corner) to begin with setup process of your account.
- Now you will have to fill up the necessary data required to set up your account like as; Account Name, Website Name, Website URL, Category, Time Zone etc. (see image below). Fill up all the required data and proceed.
![Provide Details To Setup Your Google Analytics Account](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj2sJqOvPAgUpyAJzIpXA9PHHgtMj1r8USECZh7jbxA0viWDMK3I35djCmjt5wCKmZJLowDFb4Mp5LHtKkSh6aGUG4iwAYayniCeBloc6whPKKxty48Qff0UtH4G_lr4IX4NxGYsjEmmEU/s1600/Provide-Required-Details.png)
- After that scroll down to the end of the page and click on the blue button "Create Account", then a pop dialog box of "Terms and Conditions" will appear. Accept their terms and conditions to proceed with the account setup.
- As soon as you will accept the terms and conditions, you will be redirected to the page where you will get the Tracking id starts with UA and a JavaScript code. We need the tracking id only because blogger has its own feature which allow us enter our ID. Avoid JavaScript code.
![Copy Your Google Analytics Tracking ID](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhDZwDdvsNUZnrzyMdVXQNGM5iTVjA-wn8Gjdoj_oi1aW1oY6g_q5St8hUqqBDEyvLk60aHdcy9TtTbJ9zkNZ0IjKaGbB_qinywLfpkNvUFmMLeCxpuo1CX1YfzKjNBEqe7FZRxqFOQREw/s1600/Copy-Your-Tracking-Id.png)
2) Adding Google Analytics To Your Blogger Blog
This process is of just two steps. First we need to add the Tracking Id we have recently copied and secondly we need to add the code to our template but instead of adding the JavaScript code, we will add a <include> Tag which will do the magic of importing Google Analytics Code into our template automatically on every page of our blog.
- Go to Blogger → Settings → Other and then scroll down to the end.
- You will see there is an option to add our UA id in "Analytics Web Property ID" box so paste your UA tracking id you had copied from Google Analytics account (See image below). Then save these settings and move on to next step.
- Now go to Template → Edit HTML then wait to load the template code box.
- Click anywhere inside the template code box, press Ctrl+F or Cmd+F so that a search box will appear.
- Enter
</body>
code line to search box and hit enter. - If you found that ending </body> tag in your template code, then just before this
</body>
tag line, paste this little code line<b:include name='google-analytics' data='blog'/>
- Now save your template code because we are done with the installation process.
No comments:
Post a Comment