I am using google analytics on my mobile app. All was working fine since 3 months until few minutes ago when i added another project ( a website ) . Now my mobile app doesn't longer respond ( It's okay for the website). Even worse, i lost all my analytics data since 3 months just like if it never exists. It's a nightmare. All i did is adding a new account in google analytics. I can't believe all my analytics data are lost.
Any suggestion ?
Related
I have built a web app (read: a website within a naitive app container) for iOS and Android. I started by adding the website script provided by Google to my app, figuring it would work since it's basically a website hosted within a container. The issue? Well, it doesn't work.
When I access the app from my phone, all I get within the Analytics GUI is that there is a user at page / nothing else despite how many pages I go to. I get the same result if I just browse to the website on my phone. However, if I go to the website on my computer, the script seems to pick up everything perfectly. I can see all pages I've visited and when, for example.
So I guess I have two questions:
Why doesn't the script work as expected through the app on my phone, but perfectly when accessing the webiste on my computer from a technical point of view? Does Google perform some sort of blocking regarding the request headers?
Is there any way to get the website script to work within an app or do I have to use Firebase for long-term and sustainable tracking?
Have in italics since the feeling I get when reading here is that the Google Analytics Services SDK for Android and iOS will probably be phased out sooner or later. According to this post the GA SDK is already deprecated. So using that doesn't really feel like an alternative.
Also, I am not interested in comments like "Why don't you use this analytics tool instead", or, "What's your problem with Firebase? Just use it".
There are two types of Google Analytics accounts. Web accounts and mobile accounts. Web accounts run off of pageview hits. Mobile accounts run off screenview hits. If you insert a screenview into a web account the only thing you will see is page / because its sending the in correct hit type.
The SDK is used for tracking mobile applications so it inserts screen views. You cant use the same Google analytics account for tracking with it your going to need a mobile Google analytics account if you want to use the SDK. You wont of course be able to analyse between the web and mobile accounts.
Cant help with firebase sorry.
I am not able to get Analytics Real time Data. I have added tracking script to header.php file of wordpress, still it is showing 0 active users, even though I have opened the site in two devices.
When did you create the Google Analytics profile? It can take up to 72 hours to start recording data.
When did you add the JS to your website? it can take up to 24 hours to be detected.
It is working now. Some chrome extension was blocking js code. I uninstalled all chrome extensions working fine now.
Thanks :)
My wordpress site has a google analytics plug-in that shows all my data just fine (thankfully, I'm able to see my analytics through it). But actual google analytics itself only shows the past 5 days of data...all other dates reflect 0's. I don't know how to remedy this problem or why this is happening. When other websites ask to see my website data through google analytics, it connects fine but reflects poorly because of the insufficient data. Please advise. Thank you.
We just updated our website to the most recent WordPress version and switched hosting companies. Sometime during or after the switch over, our Google Analytics plugin was deactivated. I have since re-activated it but we are unable to see the history of the analytics prior to the switch over. Is there a way to get that history back?
In general, there is no way to get hold of Google Analytics data that you didn't track at the time. There is also no way to transfer data from one account, property or view to another.
If you had Google Analytics enabled on your site before, then the data that it gathered at that point will still be kept, so long as you remember the log-in details from the time and haven't deleted the account, removed yourself from it, or similar.
However there's no way to migrate it from an old Google Analytics account to a new one, so if the problem here is that you're not seeing your old data on the new account, then this is caused by the fact that the two trackers had different unique IDs, and there's no way to rectify this.
I'm trying to find a web site/resource that has a working demo of Google Analytics to use.
As I have no website etc to be able to link my Analytics account to, I have no way of reviewing/learning to use Google Analytics.
Is anyone aware of such a demo available to the public?
Are you're asking for is a site where you can see GA working?
Years ago I set up 3 unusual but extremely effective GA learning sites mainly for myself (so they are crude).
I still use 2 of them today with Real Time reporting and Chrome extensions dataSlayer & WASP.
They accept your own Web Property ID (UA-xxxxx.yy) and save it in a cookie so the data goes into your own account.
Captures data to be sent to GA.
It's currently at http://cyclonal.com.
It still uses Classic GA (_gaq) - any offers to upgrade it to Universal gladly accepted
I also cloned a site used by the GA Dev team's (with permission)
It tested almost every feature of GA at the time.
Which is at http://cyclonal.com/g (has a history of the site link in the footer)
Finally, and probably what you may want to clone/create yourself, is a free form version of the concepts behind the above sites at http://cyclonal.com/sandbox/codeExec
Let me know if that works for you.
Google team released a Google Analytics demo account: https://support.google.com/analytics/answer/6367342?hl=en#access You can start "playing" with this account to get familiarized with google analytics api!