| |||||||
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 ...
![]() |
| | Thread Tools |
| | #1 |
| Currently: Moderating! | Analytics type questionHi 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 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 |
|
| | #2 |
| What to put... | 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.
__________________ |
|
| | #3 |
| Super Moderator | 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.
__________________ ![]() |
|
| | #4 |
| Currently: Moderating! | Thanks so far guys. Just found this... Analytics StatsWidget for iPhone (Actually, don't think that's the right thing!)
__________________ Spoiler 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.. |
|
| | #5 |
| What to put... | 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
__________________ |
|
| | #6 | |
| Currently: Moderating! | Quote: 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 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 | |
|
| | #7 |
| Currently: Moderating! | 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> 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');" >
Code: <a href="javascript:void(0);"onClick="javascript:pageTracker._trackPageview('/signup/signup.php?id=kudos');">Click Here</a>
Code: <a href="/signup/signup.php?id=kudos" onClick="javascript:pageTracker._trackPageview('/signup/signup.php?id=kudos');">Click Here</a>
__________________ Spoiler 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 |
|
| | #8 |
| iPod 20gb Join Date: Sep 2005 Location: London
Posts: 667
![]() | 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!) |
|
| | #9 |
| iPod 20gb Join Date: Sep 2005 Location: London
Posts: 667
![]() | 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.. |
|
| | #10 |
| What to put... | 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.. |
|
| | #11 |
| iPod 20gb Join Date: Sep 2005 Location: London
Posts: 667
![]() | 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? |
|
| | #12 | |
| Currently: Moderating! | @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:
__________________ Spoiler 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 | |
|
| | #13 |
| iPod 20gb Join Date: Sep 2005 Location: London
Posts: 667
![]() | 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? |
|
| | #14 |
| Currently: Moderating! | 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 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 |
|
![]() |
| Thread Tools | |
| |