google-analytics

Google Measurement Protocol Source & Medium

纵饮孤独 提交于 2019-12-13 03:34:49
问题 I have started using GMP on an eCommerce website as I am concerned about transactions not being tracked correctly due to ad blockers and subsequently the conversion data in Adwords being incorrect. However, I've started using it and I've found it to be a nightmare to get to work as you'd expect. I found this question still unanswered which is worrying!! Measurement protocol transactions from Google Analytics to Google AdWords However, my question is similar. But not the same. I'd like to know

Google Analytics - Using GET instead of POST

人走茶凉 提交于 2019-12-13 03:00:32
问题 Ran into an issue where I need to use GET vs POST on a form method, but GATC cookie data is not being appended to the URL correctly, because the form's data is trumping Google's GATC data (using linkByPost). I've read up on a potential solution posted here, but seems like an insane amount of work to make GET behave. I also stumbled upon another solution here, but IE doesn't respect anything after the 'anchor' portion of the url. Anyone have any other ideas? If I can't handle this via JS, I

manually generated events now showing up in analytics

梦想与她 提交于 2019-12-13 02:50:01
问题 I have checked out several questions on SO but the answers/tips didn't work for me. I am trying to send events manually (no Tag manager) when a specific link is clicked. I followed this tutorial but still I can't see my event. On GA dashboard real-time, I see the following: my code looks like this: <!DOCTYPE html> <html lang="en" style="height: 100%;"> <head> <meta charset="utf-8" /> <title>Fiver</title> <base href="/" /> <meta name="viewport" content="width=device-width, initial-scale=1" />

Google Analytics - cannot insert or update webproperty

回眸只為那壹抹淺笑 提交于 2019-12-13 02:07:52
问题 I am trying to create a new WebProperty or update an existing one in Google Analytics API. The service account is added to the Google Analytics account with all permissions checked. Response: "errors": [ { "domain": "global", "reason": "insufficientPermissions", "message": "Your project does not have access to this feature." } ] Apart from update and insert the rest of the management API is working. What am I missing? 回答1: it's written in documentation: Write operations in the Management API

How to track user preferences with Google Analytics for Android?

此生再无相见时 提交于 2019-12-13 01:43:48
问题 I would like to understand what kind of Preferences my users have in my application. I was thinking about something like: EasyTracker easyTracker = EasyTracker.getInstance(context); easyTracker.send(MapBuilder .createEvent("user", "prefs", "data", (long) data) .build() ); And then pass the data like: if (user_name != "") { data += 1; } if (user_address != "") { data += 10; } if (user_phone != "") { data += 100; } But will I be able to track then for ex., how many users have empty user_address

Magento Google Analytics Product Category not set

旧街凉风 提交于 2019-12-13 01:29:52
问题 I am trying to track product category from magento to GA, (under Conversions>Ecommerce>overview), but with magento default core GA.php file dosent including this part: /app/code/core/Mage/GoogleAnalytics/Block/Ga.php foreach ($order->getAllVisibleItems() as $item) { $result[] = sprintf("_gaq.push(['_addItem', '%s', '%s', '%s', '%s', '%s', '%s']);", $order->getIncrementId(), $this->jsQuoteEscape($item->getSku()), $this->jsQuoteEscape($item->getName()), null, // there is no "category" defined

Google Analytics Embed API: How to Auto-Authenticate?

☆樱花仙子☆ 提交于 2019-12-13 01:18:43
问题 I'm using the Google Analytics Embed API to embed some GA data on a custom dashboard. I'm using the method from the demo site: https://ga-dev-tools.appspot.com/embed-api/ gapi.analytics.auth.authorize({ container: 'embed-api-auth-container', clientid: 'MY CLIENT ID', }); Works fine. But it requires the user to authenticate before they can see the data. How do I get around this or auto-authenicate using this method (so anyone that can access the page doesn't have to login)? A code example

Google Analytics: Tracking Not Installed though real time data is showing

倾然丶 夕夏残阳落幕 提交于 2019-12-13 01:08:36
问题 Bellow is my code. I'm new to GA and I just created a random site to see if I can get things to implement properly (it's a simple Hello World). From all my knowledge and hours of reading forums, books and instructions, this should work. But I am still getting the error message "Tracking Not Installed". However, I am getting real-time data from GA; so I know it is pinging my site properly. Also, can someone look over my Custom Variables to ensure that those are implemented properly? Thank you

Google Analytics (not set) - all pages

荒凉一梦 提交于 2019-12-13 00:55:18
问题 I have content grouping running on my webpage, the code is the next one: google analytics script onloadevent function with this code: var scatcms = $('ul.breadcrumb li:nth-child(2) a').text(); ga('set', 'contentGroup1', scatcms); Now, this code is on the <head> of every page. When I go to analytics, I can see various categories, like "Mundo", "Lifestyle", .... There is also a (not set) , and this should contain, for example, the homepage, but what is happening is that it contains all the

Getting error message “Could not find com.google.gms:google-services:2.0.0-alpha6.”

半世苍凉 提交于 2019-12-13 00:47:29
问题 I am trying google analytic in my project. but found following error message after changing build.gradle file. Error:Could not find com.google.gms:google-services:2.0.0-alpha6. Searched in the following locations: file:/home/vaibhav/android-studio/gradle/m2repository/com/google/gms/google-services/2.0.0-alpha6/google-services-2.0.0-alpha6.pom file:/home/vaibhav/android-studio/gradle/m2repository/com/google/gms/google-services/2.0.0-alpha6/google-services-2.0.0-alpha6.jar https://repo1.maven