google-analytics

Google Custom Site Search Not Tracking in Universal Analytics

我的梦境 提交于 2020-01-07 07:11:00
问题 We upgraded to Universal Analytics about a year ago and since upgrading our Site Search isn't displaying the keywords within our Analytics account, or even tracking the number of times it is used. This is a problem as a marketer as I like to know what people are looking for so that I can provide them relevant content. All I can find on the Google blog is this: https://support.google.com/customsearch/answer/2715510 'At this time, Google Custom Search Engine, is not compatible with Universal

Google Analytics Unity Not Sending Hits

房东的猫 提交于 2020-01-07 06:18:14
问题 Does anyone have experience of working with the Unity Google Analytics Plugin? So far I've had no luck at all in sending hits. The method I'm using is to place the initialised GAv3 prefab into Assets/Resources and then to use this code attached to the camera in each scene to instantiate it and send the screen name. gav=(Instantiate(Resources.Load("GAv3")) as GameObject).GetComponent.<GoogleAnalyticsV3>(); gav.StartSession(); gav.LogScreen(Application.loadedLevelName); gav.DispatchHits(); In

Google Analytics Unity Not Sending Hits

痞子三分冷 提交于 2020-01-07 06:18:10
问题 Does anyone have experience of working with the Unity Google Analytics Plugin? So far I've had no luck at all in sending hits. The method I'm using is to place the initialised GAv3 prefab into Assets/Resources and then to use this code attached to the camera in each scene to instantiate it and send the screen name. gav=(Instantiate(Resources.Load("GAv3")) as GameObject).GetComponent.<GoogleAnalyticsV3>(); gav.StartSession(); gav.LogScreen(Application.loadedLevelName); gav.DispatchHits(); In

Google Analytics Tag Manager fails

五迷三道 提交于 2020-01-07 04:21:09
问题 Google recently released a new feature "Tag Manager" https://developers.google.com/tag-manager/devguide#migration https://developers.google.com/tag-manager/reference#varnames Do you know any success stories and give successful site html-examples? I was not able to make Events working. Here is my site, but it fails. You can see which code is inside by Ctrl+U in FF. http://landkey.org When I click on test button which supposed to send this event: ..... input type="button" onclick="dataLayer

Google Analytics reporting data before tag is even up

巧了我就是萌 提交于 2020-01-07 03:51:12
问题 So I've been working on a website for a while. GA account has been up for a couple months but I waited for the website to be finished before putting up the actual JS tag. In the meantime, the website is being HTTP password restricted (basic authentication) so it isn't even accessible unless you know the user/pwd combination. To my surprise, I realized today that GA has logged several hundred views to the root of my website. Paths are mostly things like: / /?from=http://social-widget.xyz/ /

Google Apps Script & Google Analytics API: Can't read PropertyIDs from Google Spreadsheet columns

走远了吗. 提交于 2020-01-06 19:56:21
问题 I'm trying to use this code in Script Editor to read the queries from Google Spreadsheet columns so that people who do not know Google Apps Scripts can use it when they want to change the queries like start-date, end-date, metrics, dimensions, etc...the codes can read start-date, end-date, metrics, dimensions, and filters successfully. However, I think it doesn't recognize the accountId, webPropertyId, and profileId from a sheet named "Report Configuration." I got an error "Response Code: 404

How do I set up Google Analytics to track outbound links? The official example doesn't work [duplicate]

橙三吉。 提交于 2020-01-06 19:42:18
问题 This question already has answers here : Closed 7 years ago . Possible Duplicate: How to track clicks on outbound links As described in the official documentation I have included this piece of code in my <head> section: <script type="text/javascript"> function recordOutboundLink(link, category, action) { try { var myTracker=_gat._getTrackerByName(); _gaq.push(['myTracker._trackEvent', category , action ]); setTimeout('document.location = "' + link.href + '"', 100) }catch(err){} } </script>

Not able to successfully add Google Analytics Event Tag to link created by .attr

让人想犯罪 __ 提交于 2020-01-06 19:38:28
问题 I am working with jQuery code created by someone else, and I am very new to jQuery (fair warning). I need to add google event tags to the links the jQuery is creating. This jQuery is for a modal pop up that contains icons for various sizes of an item, and a static button. When the user hovers over the icon, the link on the button changes, and I need to add google analytics tagging to the link for each icon when it changes on the button. Here is the code that creates the link for the button

I want to increase the Real Time Reporting API request limit

混江龙づ霸主 提交于 2020-01-06 19:29:21
问题 We are using the Core Reporting API and Real Time Reporting API. This API limit 10000request/day per view, but I want to increase the this Is this possible? if possible, please let me know how we can increase quota limits and the price for the case of 20000 request/day. 回答1: There are several quotas for the Google Analytics APIs and Google APIs in general. requests/day 0 of 50,000 requests/100seconds/user 100 requests/perView 10000 Your application can make 50000 requests per day by default.

How to implement cross selling on a website?

我只是一个虾纸丫 提交于 2020-01-06 19:26:14
问题 I have a website which is custom made. I haven't used any carts like Zencart etc. Again it is completely built custom. I have to implemnt the following on the site. People who viewed this also viewed People who bought this also bought: Popular Today: top 5 products Recently viewed products by a customer: Cross selling emails etc. I have looked into Analytics softwares like Piwik, Google Analytics, clicky. I know we can store this data as events in Piwik or GA. The main question is how do I