Does the DoubleClick Google Analytics integration support content experiments? - google-analytics

Does anyone know if the DoubleClick google analytics integration (dc.js) supports Google Content Experiments?

No, unfortunately it doesn't as of now. I hear GA team is revamping the whole experimenting platform though, so hopefully soon.
I suggest using other optimization tools like Visual Website Optimizer or Optimizely, they are far more advanced and easier to use.

Related

Google Analytics vs Adobe Analytics

I went through google analytics and adobe analytics for the mobile app. I see that you can track who your users are, retention rate, how much time users are spending, attribution tracking, customer parameter tracking, referral tracking.
Google Analytics dashboard generates all these reports real time. Same adobe analytics does. GA has more advantage in terms of cost as it is free for small companies product, implementation is also easy and dashboard is quite easy to use.
Where adobe analytics to use ?
Short answer: Use Adobe when you want a more advanced and customizable analytics tool and when the complexity of it isn't an issue.
Slightly longer answer: Adobe analytics is extremely customizable and there are options to add enhanced conversion tracking. Basically you can track whatever you want, exactly the way you want it tracked.
Pros/Features that are more advanced in Adobe analytics:
path reports & PathFinder
flexible segmentation within the reporting tool
predictive insights
ability to visualize your entire conversion funnel
I would personally start with using Google analytics and if it is insufficient for the project I would look into Adobe analytics, especially in a large company with large requirements. Though, there are situations where it makes more sense to use Google analytics like in an e-commerce site.

Is it possible to integrate Google Analytics in my JS library

I have a JS library which is used by some users. I am going to track some behaviours from user using the library. I tried to configure a property on Google Analytics, however, it seems I should configure a URL for a website, an ID for an ios or an Android application.
How can I use Google Analytics in my library? Or can GA be used for this purpose?
Thanks
Google Analytics is a web analytics tool. So you won't be able to track your JS library with GA.
If you Google “Google Analytics,” the description provided is as following:
Google Analytics lets you measure your advertising ROI and track your Flash, video, and social networking sites and applications.
JS libraries are not part of the use cases.
Also, Google “Track JS Library Google Analytics.” As you can see, you’ll only get references to libraries such as gtag.js or analytics.js, which will not serve your purpose of tracking your library.
And ask yourself, will people use your JS library when they know you are tracking them? I don't think so. Instead, create a repo on GitHub with documentation and allow users to report issues.
Also, create a mailing list with users and execute small surveys to understand better how people are using your JS library.

Google Analytics: tracking offline mobile apps

We're tracking our web apps using GTM (Google Tag Manager) and GA360 (the paid version of GA).
We also have hybrid mobile apps (mobile apps built with web frontend) that are intended for our users to work mostly offline (they are kind of reader apps).
I've been doing some research and there's a lot of information but I'm not sure yet of what's the best approach to connect my mobile apps to GA when they're mostly offline.
I've found Google Analytics for Firebase which is a free service but seems to be a separate service from GA and I would end up with half of the analytics in GA and the other half in Firebase.
I also read about using Workbox to support Offline Google Analytics:
https://developers.google.com/web/tools/workbox/guides/enable-offline-analytics
What's actually the best approach for this kind of problem?
What service(s) can I use to solve this problem?
Thank you.
I'm not sure if either of the other two approaches mentioned above are better or even work in this context, but I wanted to mention a third approach, linked below.
It is not simple, involving writing custom google analytics calls to check online status, and either queue requests yourself when offline, or post them when online.
It should work well though, and end up keeping all of your analytics in one console.
Simo Ahava Blog: Track users who are offline in Google Analytics.

Is it possible to track search phrases in Google Play that lead to install?

I want to understand what people search in Google Play to find and install our app.
Is it possible to track search phrases/keywords in Google Play that lead to install?
Can google analytics do that?
No Google Analytics can't do that.
I'm not familiar with which reports Google Play makes available to app developers but I believe that's the only possible source of this kinds of data. So I'd check your Developers page for that.
Maybe 3rd parties have products that give you that kind of data but these would be guesses/estimates at best.

Does anyone know a good guide/book to interpreting results from Google Analytics?

I'm looking for a guide to interpreting results from Google Analytics. Also is there an API for accessing the data?
I'm looking for a guide to interpreting results from Google Analytics.
I like Advanced Web Metrics; it's come in quite handy. Recommended if you're at least somewhat familiar with analytics packages in general. Otherwise pick something a little simpler, like Google Analytics 2.0.
Also is there an API for accessing the data?
You can find the API here
Google released an Analytics API on Apr 21, 2009. As usual with Google, there are a few caveats:
It is in "public beta". Everyone can use it, but they reserve the right to modify the API at any time.
Most, but not all metrics and dimensions are available. You can mostly ignore this fact until you start doing advanced combinations.
Read-only access.
They provide full developer documentation and an Analytics API Google Group for discussion.
http://code.google.com/apis/analytics/
Note:
As a new SO user, I can't add any relevant links for this answer, so feel free to edit this post and add them in.

Resources