google-analytics

Running Google Optimize when deploying Analytics with Tag Manager results in an error

人盡茶涼 提交于 2020-01-14 09:18:39
问题 Update: A/B tests are working fine. Redirect tests are running but not reporting back. I followed Google's article How to use Optimize when you deploy Google Analytics with Google Tag Manager, but I keep getting an error on Google Optimize: Something seems wrong. Your experiment is running but hasn't received visits. I used the Analytics debugger and everything seems fine, so I'm asking for your help. Here's my setup: <meta charset="utf-8"> <script>dataLayer = [...]</script> //Page hiding

Running Google Optimize when deploying Analytics with Tag Manager results in an error

青春壹個敷衍的年華 提交于 2020-01-14 09:18:07
问题 Update: A/B tests are working fine. Redirect tests are running but not reporting back. I followed Google's article How to use Optimize when you deploy Google Analytics with Google Tag Manager, but I keep getting an error on Google Optimize: Something seems wrong. Your experiment is running but hasn't received visits. I used the Analytics debugger and everything seems fine, so I'm asking for your help. Here's my setup: <meta charset="utf-8"> <script>dataLayer = [...]</script> //Page hiding

Can't generate APK after adding Google Analytics, but working fine in debug mode

大兔子大兔子 提交于 2020-01-14 09:14:05
问题 It's a very weird situation. I can build my project, clean and build my project and can even run on physical device with debug mode. I also get all the data that I require on Google Analytics web page. The sad part is, Android Studio is not generating release version, .apk file. I have followed exactly Add Analytics to Your Android App, the official tutorial , and also searched for many answers, but that exact problem is still there. My build.gradle looks like this: apply plugin: 'com.android

HTTP Referrer on Redirection

空扰寡人 提交于 2020-01-14 05:41:27
问题 I have a small script that redirects users to main site if they come from a banner on my/other remote sites. <? . .. ... .... header("location:$golink"); ?> But google analytics will not show the referrer site (where the script is working) instead it shows the url where the banner is clicked. Obviously I can not keep a track of all sites where banner appears and dont want to. I want the refferer to be the site where the script is working. How do I have to use the $_SERVER['HTTP_REFERER']; in

Custom Tracking with Google Analytics

强颜欢笑 提交于 2020-01-14 03:28:08
问题 I am trying to figure out how to use my google analytics account, and do custom tracking on certain links and such, but following the technical information on the help site on google isn't getting me anywhere. Has anyone done something like this? Point me in the right direction. UPDATE This is the code, I am not seeing the results in my analytics account yet, but I am not getting errors now. In header: <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA

Google analytics collect parameter “a”

喜欢而已 提交于 2020-01-14 03:16:05
问题 I captured a hit that i am sending to Universal Analytics. /collect?v=1&_v=j31 &a=1233968061 &t=item&cu=SEK&_s=3&dl=siteaddress&de=UTF-8&dt=online shop&sd=24-bit&sr=1920x1200&vp=1903x1065&je=1&jid=&cid=97152128.1418127174&tid=UA-Test-1&gtm=GTM-Test&cm1=desktop&z=1167078446 (is just a part of it) Does anyone know what the "a" parameter represents? I could not find anything in the Protocol Parameter Reference about it. 回答1: The 'a' parameter is a random number generated and used to link Google

Google analytics account ios configuration

一曲冷凌霜 提交于 2020-01-13 11:38:36
问题 I'm trying to configure google analytics GoogleService-info.plist file from google developers site. Yesterday i configured one app and had no problem. but today i can not configure my second app to use google Analytics. I Choose App Name and IOS Bundle Id . Then on next step, where it asks to choose service , i choose Analytics , but under Google Analytics Account there is no select box to choose account. how can i fix this? 回答1: For me I couldn't choose the account because it was pre-filled

Google Analytics, Install Tracking android

六月ゝ 毕业季﹏ 提交于 2020-01-12 20:41:51
问题 I want track install referer for my application using google analytics. I don't want use the Tracking Pageviews and Events feature, only install. So I added the sdk jar in my app, add these lines to the manifest : <receiver android:name="com.google.android.apps.analytics.AnalyticsReceiver" android:exported="true"> <intent-filter> <action android:name="com.android.vending.INSTALL_REFERRER" /> </intent-filter> </receiver> And publish the app. But how can see the stats ? I never entered my UA

Google Analytics, Install Tracking android

浪尽此生 提交于 2020-01-12 20:41:10
问题 I want track install referer for my application using google analytics. I don't want use the Tracking Pageviews and Events feature, only install. So I added the sdk jar in my app, add these lines to the manifest : <receiver android:name="com.google.android.apps.analytics.AnalyticsReceiver" android:exported="true"> <intent-filter> <action android:name="com.android.vending.INSTALL_REFERRER" /> </intent-filter> </receiver> And publish the app. But how can see the stats ? I never entered my UA

Google Analytics, Install Tracking android

断了今生、忘了曾经 提交于 2020-01-12 20:40:59
问题 I want track install referer for my application using google analytics. I don't want use the Tracking Pageviews and Events feature, only install. So I added the sdk jar in my app, add these lines to the manifest : <receiver android:name="com.google.android.apps.analytics.AnalyticsReceiver" android:exported="true"> <intent-filter> <action android:name="com.android.vending.INSTALL_REFERRER" /> </intent-filter> </receiver> And publish the app. But how can see the stats ? I never entered my UA