eXceem

Go Back   eXceem > Websites > Website Discussion

Claim your amazing £1,000 slots booster bonus now!


Analytics type question

This is a discussion on Analytics type question within the Website Discussion forums, part of the Websites category; Hi guys, I am in the process of writing a WebApp, it is simply a Website in Mobile form. I ...

Reply
 
Thread Tools
Old 01-02-12, 03:37 PM   #1
Currently: Moderating!
 
MJ10's Avatar
 
Join Date: Nov 2008
Location: Thatcham, Reading
Posts: 15,787
MJ10 is a splendid one to beholdMJ10 is a splendid one to beholdMJ10 is a splendid one to beholdMJ10 is a splendid one to beholdMJ10 is a splendid one to behold
Send a message via twitter to MJ10

Analytics type question


Hi guys,

I am in the process of writing a WebApp, it is simply a Website in Mobile form. I recommend people "Add to home screen" for the best user experience.

Is there a way of tracking the number of people who have "Added to Home Screen"?

I have a feeling I stumbled across something years ago but no idea what, and don't know if Google Analytics can do it?

Thanks!
__________________
Spoiler
2011 Winner of Best Site Award and Grammanazi Award. Runner up for Member of the Year 2011

Free iPhone | Free iPhone | Free iPad 3 | Sign Define App | Freebie Proof Photo Blog

Total Received: £7,446.87 plus Current Stats: 0 green 12 pending


WIN an iPod Shuffle, XBox Live, Amazon or iTunes vouchers
>> Free competition entry here <<










Spoiler

Spoiler

Spoiler
 
Reply With Quote
Old 01-02-12, 03:47 PM   #2
What to put...
 
ryan1087's Avatar
 
Join Date: Mar 2010
Posts: 9,071
ryan1087 is a glorious beacon of lightryan1087 is a glorious beacon of lightryan1087 is a glorious beacon of light
Send a message via MSN to ryan1087
I believe google analytics support mobile tracking.

Google Analytics for Mobile Websites - Google Analytics - Google Code

You are able to see if a mobile has accessed your site in analytics normally but it only gives you a 'yes or no' answer and what type of devices connected e.g. iphone, samsung galaxy etc.
__________________
 
Reply With Quote
Old 01-02-12, 03:52 PM   #3
Super Moderator
 
rider900's Avatar
 
Join Date: Apr 2008
Posts: 7,772
rider900 is a glorious beacon of lightrider900 is a glorious beacon of lightrider900 is a glorious beacon of light
Send a message via MSN to rider900
Isn't there a feature on analytics which allows you to see how many users clicked what? I know the 'add to home screen' isn't actually a button on the iPhone anyway but surely there would be some way around this.
__________________
 
Reply With Quote
Old 01-02-12, 03:57 PM   #4
Currently: Moderating!
 
MJ10's Avatar
 
Join Date: Nov 2008
Location: Thatcham, Reading
Posts: 15,787
MJ10 is a splendid one to beholdMJ10 is a splendid one to beholdMJ10 is a splendid one to beholdMJ10 is a splendid one to beholdMJ10 is a splendid one to behold
Send a message via twitter to MJ10
Thanks so far guys.

Just found this... Analytics StatsWidget for iPhone

(Actually, don't think that's the right thing!)
__________________
Spoiler
2011 Winner of Best Site Award and Grammanazi Award. Runner up for Member of the Year 2011

Free iPhone | Free iPhone | Free iPad 3 | Sign Define App | Freebie Proof Photo Blog

Total Received: £7,446.87 plus Current Stats: 0 green 12 pending


WIN an iPod Shuffle, XBox Live, Amazon or iTunes vouchers
>> Free competition entry here <<










Spoiler

Spoiler

Spoiler

Last edited by MJ10; 01-02-12 at 03:58 PM..
 
Reply With Quote
Old 01-02-12, 04:01 PM   #5
What to put...
 
ryan1087's Avatar
 
Join Date: Mar 2010
Posts: 9,071
ryan1087 is a glorious beacon of lightryan1087 is a glorious beacon of lightryan1087 is a glorious beacon of light
Send a message via MSN to ryan1087
Any of these help?

https://groups.google.com/a/googlepr...ta/hlE-pZre1bE

https://groups.google.com/a/googlepr...ta/0UCPxu3Klm4

Event Tracking Guide - Google Analytics - Google Code
__________________
 
Reply With Quote
Old 02-02-12, 08:42 AM   #6
Currently: Moderating!
 
MJ10's Avatar
 
Join Date: Nov 2008
Location: Thatcham, Reading
Posts: 15,787
MJ10 is a splendid one to beholdMJ10 is a splendid one to beholdMJ10 is a splendid one to beholdMJ10 is a splendid one to beholdMJ10 is a splendid one to behold
Send a message via twitter to MJ10
Well they don't solve this problem but they may solve another!!

With regards to this: I cannot track how many people click the "+" and "Add to home screen" because it is an Apple button and not one that my site can interact with in any form.

However, your links may solve a problem with tracking how many people click ref links!
__________________
Spoiler
2011 Winner of Best Site Award and Grammanazi Award. Runner up for Member of the Year 2011

Free iPhone | Free iPhone | Free iPad 3 | Sign Define App | Freebie Proof Photo Blog

Total Received: £7,446.87 plus Current Stats: 0 green 12 pending


WIN an iPod Shuffle, XBox Live, Amazon or iTunes vouchers
>> Free competition entry here <<










Spoiler

Spoiler

Spoiler
 
Reply With Quote
Old 02-02-12, 01:37 PM   #7
Currently: Moderating!
 
MJ10's Avatar
 
Join Date: Nov 2008
Location: Thatcham, Reading
Posts: 15,787
MJ10 is a splendid one to beholdMJ10 is a splendid one to beholdMJ10 is a splendid one to beholdMJ10 is a splendid one to beholdMJ10 is a splendid one to behold
Send a message via twitter to MJ10
Further to the links Ryan posted I now need some stupid help!!

I have a link:

Code:
<a href="/signup/signup.php?id=kudos">Click Here</a>
I want to track how many people click this link but cannot place google analytics code on the destination page.

So with the use of Ryan's links I am hoping I am now able to track the number of click/events.

This is the code they say you need to add to the link:

Code:
<a href="javascript:void(0);"onClick="javascript:pageTracker._trackPageview('/folder/file');" >
Which would mean (in my head) that the merged code would look like this:

Code:
<a href="javascript:void(0);"onClick="javascript:pageTracker._trackPageview('/signup/signup.php?id=kudos');">Click Here</a>
However, because of the "javascript:void(0)" the link stops working So I changed it to the following which worked as a link but I've no idea if it's tracking!!

Code:
<a href="/signup/signup.php?id=kudos" onClick="javascript:pageTracker._trackPageview('/signup/signup.php?id=kudos');">Click Here</a>
HELP!!!!
__________________
Spoiler
2011 Winner of Best Site Award and Grammanazi Award. Runner up for Member of the Year 2011

Free iPhone | Free iPhone | Free iPad 3 | Sign Define App | Freebie Proof Photo Blog

Total Received: £7,446.87 plus Current Stats: 0 green 12 pending


WIN an iPod Shuffle, XBox Live, Amazon or iTunes vouchers
>> Free competition entry here <<










Spoiler

Spoiler

Spoiler
 
Reply With Quote
Old 02-02-12, 05:11 PM   #8
iPod 20gb
 
mrplow's Avatar
 
Join Date: Sep 2005
Location: London
Posts: 667
mrplow is an unknown quantity at this point
You could just use bit.ly to track the clicks on your links. Create a bit.ly shortlink for your ref link (make an account first so you can save it and get stats) and use that in your redirect page (if you want to continue using that).
It keeps stats for all the clicks, including a little bit of info like the country the traffic came from and the browser I think (although in this case there probably won't be many different browsers!)
 
Reply With Quote
Old 02-02-12, 05:15 PM   #9
iPod 20gb
 
mrplow's Avatar
 
Join Date: Sep 2005
Location: London
Posts: 667
mrplow is an unknown quantity at this point
Like this:




Helpful to you?

Oh and it makes a QR code too, which is less useful on the display of a phone... unless you have another phone to read it... lol ;D

Last edited by mrplow; 02-02-12 at 05:16 PM..
 
Reply With Quote
Old 02-02-12, 06:12 PM   #10
What to put...
 
ryan1087's Avatar
 
Join Date: Mar 2010
Posts: 9,071
ryan1087 is a glorious beacon of lightryan1087 is a glorious beacon of lightryan1087 is a glorious beacon of light
Send a message via MSN to ryan1087
It takes time for it to update, you should be able to see it your analytics report when it has worked.

EDIT:

See here:

"To verify that pageTracker is being called correctly, you can check your Top Content report 24-48 hours after the updated tracking code has been executed. You should be able to see the assigned pagename in your report."
__________________

Last edited by ryan1087; 02-02-12 at 06:14 PM..
 
Reply With Quote
Old 02-02-12, 06:42 PM   #11
iPod 20gb
 
mrplow's Avatar
 
Join Date: Sep 2005
Location: London
Posts: 667
mrplow is an unknown quantity at this point
Actually it appears bit.ly does not like freebiejeebies. I guess someone was using it to mask referral links rather than for analytics, and it has been flagged?
 
Reply With Quote
Old 03-02-12, 01:34 PM   #12
Currently: Moderating!
 
MJ10's Avatar
 
Join Date: Nov 2008
Location: Thatcham, Reading
Posts: 15,787
MJ10 is a splendid one to beholdMJ10 is a splendid one to beholdMJ10 is a splendid one to beholdMJ10 is a splendid one to beholdMJ10 is a splendid one to behold
Send a message via twitter to MJ10
@mrplow: I use bit.ly but not for ref links, looks unprofessional. I have used "prettylink" plugin in the past but had a mishap with that not too long ago when I overloaded the server! I've been assured it's fine now but still not keen on the set up!

Quote:
Originally Posted by ryan1087 View Post
It takes time for it to update, you should be able to see it your analytics report when it has worked.

EDIT:

See here:

"To verify that pageTracker is being called correctly, you can check your Top Content report 24-48 hours after the updated tracking code has been executed. You should be able to see the assigned pagename in your report."
Well I realise that but with Google's change to instant updates I was hoping to have seen something by now. At least I know the code isn't stopping me from getting referrals (had some sign ups and 1 green since I added the script) but will just wait and see if it tracks. Otherwise might resort back to the prettylink tracking!
__________________
Spoiler
2011 Winner of Best Site Award and Grammanazi Award. Runner up for Member of the Year 2011

Free iPhone | Free iPhone | Free iPad 3 | Sign Define App | Freebie Proof Photo Blog

Total Received: £7,446.87 plus Current Stats: 0 green 12 pending


WIN an iPod Shuffle, XBox Live, Amazon or iTunes vouchers
>> Free competition entry here <<










Spoiler

Spoiler

Spoiler
 
Reply With Quote
Old 03-02-12, 01:51 PM   #13
iPod 20gb
 
mrplow's Avatar
 
Join Date: Sep 2005
Location: London
Posts: 667
mrplow is an unknown quantity at this point
To track the clicks on outward traffic could you not just have a signup-kudos.php with a standard redirect in it, then use your hosts webstats to see how many times that page is requested?
 
Reply With Quote
Old 03-02-12, 02:06 PM   #14
Currently: Moderating!
 
MJ10's Avatar
 
Join Date: Nov 2008
Location: Thatcham, Reading
Posts: 15,787
MJ10 is a splendid one to beholdMJ10 is a splendid one to beholdMJ10 is a splendid one to beholdMJ10 is a splendid one to beholdMJ10 is a splendid one to behold
Send a message via twitter to MJ10
I do have a sign up PHP filled with all my different ref links although I don't know what the PHP version of the google analytics code is and if it would actually track properly (plus it would be good to track each link individually - i.e. does the banner link get more hits than the 2nd text link etc?! (Yea I know, I want to break it down that much!)

Think prettylink tracking is my best option for now.
__________________
Spoiler
2011 Winner of Best Site Award and Grammanazi Award. Runner up for Member of the Year 2011

Free iPhone | Free iPhone | Free iPad 3 | Sign Define App | Freebie Proof Photo Blog

Total Received: £7,446.87 plus Current Stats: 0 green 12 pending


WIN an iPod Shuffle, XBox Live, Amazon or iTunes vouchers
>> Free competition entry here <<










Spoiler

Spoiler

Spoiler
 
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off





All times are GMT. The time now is 07:37 PM.
All trademarks and copyrights held by respective owners. Forum posts are owned by the poster.

Powered by vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO
no new posts