Bitcoin Forum
May 25, 2024, 12:56:13 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Google Analytics Setup  (Read 579 times)
akamit (OP)
Hero Member
*****
Offline Offline

Activity: 1484
Merit: 595


View Profile
March 09, 2016, 05:00:20 PM
 #1

Hello Friends,
I have created a bitcoin faucet using faucetbox script.

All of the works are almost to an end.

So I want to setup google analytics to track, but I'm confused at this point.

I want to know where should I place the code which got from google?

I have several pages in my faucet and I want to track every pages accordingly.

So please can someone help in this regard?

B. regards
coaltin
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
March 09, 2016, 05:06:05 PM
 #2

Generally its put on homepage which /var/www/ur_webpage.html , u should put the code in every page which u want to track with analytics
Gleb Gamow
In memoriam
VIP
Legendary
*
Offline Offline

Activity: 1428
Merit: 1145



View Profile
March 09, 2016, 05:27:25 PM
 #3

Hello Friends,
I have created a bitcoin faucet using faucetbox script.

All of the works are almost to an end.

So I want to setup google analytics to track, but I'm confused at this point.

I want to know where should I place the code which got from google?

I have several pages in my faucet and I want to track every pages accordingly.

So please can someone help in this regard?

B. regards



Tomorrow, you can start a tread for: I just bought a new toothbrush. Is it okay to stick it up my ass first, then put it in my mouth?

Dude, if you have no fuckin' idea to where to put the Google code because you have no fuckin' idea how to use Google to learn where to put the code, what fuckin' use will the analytics be for you since it's obvious to everybody reading this that you won't have a fuckin' clue as to how to interpret the data?
akamit (OP)
Hero Member
*****
Offline Offline

Activity: 1484
Merit: 595


View Profile
March 09, 2016, 05:44:45 PM
 #4

Generally its put on homepage which /var/www/ur_webpage.html , u should put the code in every page which u want to track with analytics

Dear Coaltin,
Thank you very much for your prompt reply.

/var/www/ur_webpage.html <<<<< where should I find this page for coding?

Because when I worked to built the site, I made some coding via the cpanel to my homepage.
something like >>> public_html/templates/default/index.php

In cpanel (where I uploaded all the script files) there is nothing like /var/www/ur_webpage.html


And for the other pages which I have created via the fuacet script admin panel.
Should I put the google analytic code as of mentioned on the pic?



Your kind co-operation shall be highly appreciated.

minifrij
Legendary
*
Offline Offline

Activity: 2324
Merit: 1267


In Memory of Zepher


View Profile WWW
March 09, 2016, 05:48:26 PM
 #5

If you are just using the out of the box FaucetBox script, go to templates/default/index.php in your FTP and place it at line  95, under the closing <style> tag.
bram_vnl
Legendary
*
Offline Offline

Activity: 1148
Merit: 1000


View Profile
March 09, 2016, 06:05:47 PM
 #6

Ghostery is my frend, sorry google  Cool
akamit (OP)
Hero Member
*****
Offline Offline

Activity: 1484
Merit: 595


View Profile
March 09, 2016, 07:37:58 PM
 #7

Hello Friends,
I have created a bitcoin faucet using faucetbox script.

All of the works are almost to an end.

So I want to setup google analytics to track, but I'm confused at this point.

I want to know where should I place the code which got from google?

I have several pages in my faucet and I want to track every pages accordingly.

So please can someone help in this regard?

B. regards



Tomorrow, you can start a tread for: I just bought a new toothbrush. Is it okay to stick it up my ass first, then put it in my mouth?

Dude, if you have no fuckin' idea to where to put the Google code because you have no fuckin' idea how to use Google to learn where to put the code, what fuckin' use will the analytics be for you since it's obvious to everybody reading this that you won't have a fuckin' clue as to how to interpret the data?

Mr. Gleb
If you can't help then avoid the topic and find a topic where you can use your bad tongue.

And thank you very much for your bad help.
Didn't expected this type of help from senior member.
Gleb Gamow
In memoriam
VIP
Legendary
*
Offline Offline

Activity: 1428
Merit: 1145



View Profile
March 09, 2016, 07:52:10 PM
 #8

Hello Friends,
I have created a bitcoin faucet using faucetbox script.

All of the works are almost to an end.

So I want to setup google analytics to track, but I'm confused at this point.

I want to know where should I place the code which got from google?

I have several pages in my faucet and I want to track every pages accordingly.

So please can someone help in this regard?

B. regards



Tomorrow, you can start a tread for: I just bought a new toothbrush. Is it okay to stick it up my ass first, then put it in my mouth?

Dude, if you have no fuckin' idea to where to put the Google code because you have no fuckin' idea how to use Google to learn where to put the code, what fuckin' use will the analytics be for you since it's obvious to everybody reading this that you won't have a fuckin' clue as to how to interpret the data?

Mr. Gleb
If you can't help then avoid the topic and find a topic where you can use your bad tongue.

And thank you very much for your bad help.
Didn't expected this type of help from senior member.

Dude, look at the pic. I was in the process of helping you when it dawned on me at the final sec (captured) that you could've easily done the same damn thing. I'd say that my post is 100% accurate.
akamit (OP)
Hero Member
*****
Offline Offline

Activity: 1484
Merit: 595


View Profile
March 09, 2016, 08:49:39 PM
 #9

If you are just using the out of the box FaucetBox script, go to templates/default/index.php in your FTP and place it at line  95, under the closing <style> tag.

Thank you for telling me the exact location of code placement for homepage.

Can you help me about other pages?
Where to put the code to track?
minifrij
Legendary
*
Offline Offline

Activity: 2324
Merit: 1267


In Memory of Zepher


View Profile WWW
March 09, 2016, 09:04:49 PM
 #10

Can you help me about other pages?
Where to put the code to track?
Anywhere between the <head></head> tags works.
Gleb Gamow
In memoriam
VIP
Legendary
*
Offline Offline

Activity: 1428
Merit: 1145



View Profile
March 10, 2016, 06:04:19 AM
 #11

If you are just using the out of the box FaucetBox script, go to templates/default/index.php in your FTP and place it at line  95, under the closing <style> tag.

Thank you for telling me the exact location of code placement for homepage.

Can you help me about other pages?
Where to put the code to track?

Hey, fuckin' idiot, I showed you how to find the answer. FYI, you don't need to put the code on all the pages. Just one would suffice.
seo11
Member
**
Offline Offline

Activity: 64
Merit: 10


View Profile
March 11, 2016, 06:40:26 AM
Last edit: May 29, 2017, 10:08:12 AM by seo11
 #12

Go to google analytics and create account there and paste the code given there into your homepage of your website..
todaypk
fmovies

todaypk


















Gleb Gamow
In memoriam
VIP
Legendary
*
Offline Offline

Activity: 1428
Merit: 1145



View Profile
March 11, 2016, 07:14:24 AM
 #13

If you are just using the out of the box FaucetBox script, go to templates/default/index.php in your FTP and place it at line  95, under the closing <style> tag.

Thank you for telling me the exact location of code placement for homepage.

Can you help me about other pages?
Where to put the code to track?



Second result. Note the word 'footer'. If you're not versed in what a footer is, blow your brains out.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!