google-analytics

Android Google Play intent referrer

被刻印的时光 ゝ 提交于 2019-12-05 05:30:35
I'm launching Google Play like this: Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("market://details?id=com.example")); intent.addFlags(Intent.FLAG_ACTIVITY_NO_HISTORY | Intent.FLAG_ACTIVITY_CLEAR_WHEN_TASK_RESET); startActivity(intent); I'd like to include referrer data, as explained here: https://developers.google.com/analytics/devguides/collection/android/devguide#google-play-builder Unfortunetely it generates the url which leads to the google play website. What's the equivalent for the intent? I'd be thankful for a sample source code. Thanks. Adding referrer data to Google Play

Website Analytics - haveamint.com or Google Analytics? [closed]

假如想象 提交于 2019-12-05 05:24:05
Is there a comparative analysis available for Mint and Google Analytics which can help me decide which one to implement in my situation? For every website I work on I only use Google Analytics. My main reasons: free -- for unlimited sites and hits no ads I don't find it hard to use and my clients haven't found it hard either (most figure it out within minutes) it has an API , so if you want more, you can add your own stats or even incorporate into the site for ecommerce, the extra tracking for ecommerce is great there are theories that it might even help your Google ranking (as they gain extra

google analytics tracking on iframe

吃可爱长大的小学妹 提交于 2019-12-05 05:18:56
How to track urls in iframes with Google Analytics? What I do is that I put this code inside the iframe, like I do on the "top" window.. But the iframe isn't tracked in analytics? This should work, but it doesn't.. :( iframe <html> <head> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-35706930-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s =

Issues with SegmentIO open source version setup of analytics.js

∥☆過路亽.° 提交于 2019-12-05 05:02:38
问题 I am switching from SegmentIO to their open source version. I used this blog post as a guide but it's not tracking. Anyone see issue with this code: window.analytics || (window.analytics = []); window.analytics.methods = ['identify', 'track', 'trackLink', 'trackForm', 'trackClick', 'trackSubmit', 'page', 'pageview', 'ab', 'alias', 'ready', 'group', 'on', 'once', 'off']; window.analytics.factory = function (method) { return function () { var args = Array.prototype.slice.call(arguments); args

Average time on page VS Average visit duration on Google Analytics

让人想犯罪 __ 提交于 2019-12-05 04:46:29
I am reading the analytics of my website for the past two days. On the Audience -> Overview screen, it says Average Visit Duration 00:00:19 On the Behavior -> Overview screen, it says Average Time on Page 00:02:04 Looking at the individual content pages, it seems that the second average is correct, so I am wondering what does Average Visit Duration stand for? To me both these metrics sound the same. The definitions of these metrics depend heavily on the way Google Analytics measures how long a user stays on a page or on a site. Unfortunately there is no way for GA to measure these precisely.

Google Analytics for Android v4 - Automatic Screen Measurement not working?

隐身守侯 提交于 2019-12-05 04:40:14
I finally got around to trying out Google Analytics v4. Actually, it's my first time using GA at all, so I'm not quite as familiar with the way things are done. In any case, I managed to get the MobilePlayground sample to build and it mostly works - except for the Automatic Screen Measurement feature The XML config file in the sample is just like in the docs, so I shouldn't have to edit anything to get that part to work. But I don't see those screen views in the GA console. <!-- Enable automatic Activity measurement --> <bool name="ga_autoActivityTracking">true</bool> <!-- The screen names

Is there a way to disable Google Analytics tracking in PhantomJS?

百般思念 提交于 2019-12-05 04:33:31
I want to track some sites using PhantomJS, but I don’t want to spam peoples Google Analytics. Is there a way to disable the Google Analytics tracking script (ga.js / analytics.js) from sending data to Google? Like it is possible with the usual GAOptOut browser plugins. I had a look in the Chrome Plugin and tried the code from that, but it doesn’t seem to be executed when telling PhantomJS to do so (onLoadStart). Use page.onResourceRequested method to abort all requests to google analytics. page.onResourceRequested = function(requestData, request) { if ((/google-analytics\.com/gi).test

Google Analytics & iFrame

随声附和 提交于 2019-12-05 03:31:17
问题 So I have a simple page and when a user clicks on a link an iframe opens. I am trying to use the http://www.google.com/support/analytics/bin/answer.py?hl=en&answer=55527 pageTracker._trackPageview('/outgoing/example.com'); Inside the iframe - but it seems that its not working ? I have read this page code.google.com/apis/analytics/docs/tracking/gaTrackingSite.html#trackingIFrames And it seems that I use the "iframe.src = pageTracker._getLinkerUrl" to pass some cookie info to the iframe - the

App rejected because of “improper IDFA” while I'm not using any advertising service

十年热恋 提交于 2019-12-05 03:21:44
I use Google Analytics in my app, so it needs the AdSupport framework . Since yesterday, my app is rejected when I try to publish an update, with the following error message : Dear developer, We have discovered one or more issues with your recent delivery for "Zee News English". To process your delivery, the following issues must be corrected: Improper Advertising Identifier [IDFA] Usage. Your app contains the Advertising Identifier [IDFA] API but you have not indicated its usage on the Prepare for Upload page in iTunes Connect. Once these issues have been corrected, go to the Version Details

Universal Analytics Measurement Protocol respond 200 OK, but no events appers

佐手、 提交于 2019-12-05 03:00:44
I am sending events from Winform application to Universal Analytics via Measurement protocol and I use fiddler to inspect the request and response. Everything seems to be OK, but no events appears in Universal Analytics. My app request: POST http://www.google-analytics.com/collect HTTP/1.1 Host: www.google-analytics.com Content-Length: 112 Expect: 100-continue v=1 &tid=UA-44974825-1 &cid=1aba0888-732f-4690-9a91-d906c94a4a23 &t=exception &exd=NullReferenceException &exf=1 Server response: HTTP/1.1 200 OK Pragma: no-cache Expires: Mon, 07 Aug 1995 23:30:00 GMT Cache-Control: private, no-cache,