Most voted "google-analytics-api" questions
11 questions
Sort by count of
-
3
votes0
answers85
viewsCollect combined data from content with different Urls in Google Analytics
By collecting Google Analytics information for the local database, I end up consuming multiple requests for data relating to the same article on the web-site. This occurred given the evolution of…
-
2
votes0
answers38
viewsregex in Analytics API
I’m writing a code in Google App Script using the Google Analytics API where I make a request using a regex filter. A similar example is written below: var id = xxxxxxx; var startDate =…
-
1
votes0
answers53
viewsGAPI Analytics ERROR
I migrated the hosting project and using the class GAPI in PHP to collect information from Google Analytics, does not work on new server reporting error: Fatal error: Uncaught Exception 'Exception'…
-
1
votes2
answers45
viewsFine-tuning a search with Analytics API + PHP
Could someone help me mount a search? in the google API? 1) The original and that works, and returns me how many sessions were made in that period, is the same as in the google example: function…
-
1
votes0
answers8
viewsReport of the top pages of all time, last week - Google Analytics
I have a question in Analytics. These days one of the blog posts that I manage, entered the top pages of the week. The point is that this post, is 2016. What I would like to do, after realizing that…
-
1
votes1
answer68
viewsHow to get conversions per goal
Working with API to handle data on conversion, I can get the total conversions per meta if I make explicit the API query parameter for metric, as follows: $metrics =…
-
0
votes2
answers68
viewsSeparate access hits by area in Google Analytics
I have an enterprise management system that I am using Google Analytics to track the most accessed areas, but next to this system is the presentation site and some hotsites. As I developed in PHP…
-
0
votes0
answers100
viewsHow to insert Google Analytics charts into HTML?
I need to insert the customer’s Google Analytics charts into the Dashboard of his website. How to do this? Example:…
-
0
votes1
answer23
viewsmetric to bring visits per day google-Analytics
Does anyone know any metric or dimension of google Analytics that given a date period, it brings number of hits for each day of that period? Example: dateRanges: [ { startDate: '23-11-2017',…
-
0
votes1
answer368
viewsGrafico google Analytics en Dashboard administrativo
Good afternoon, you guys. I’m breaking my head to pull some data from google Analytics and play on an administrative Dashboard so that the customer can track the accesses to your site. I’ve been all…
-
-1
votes1
answer49
viewsAccess google Analytics via PHP API [Impossible ? ]
Hello, I’m trying to two days to find a way to connect the google api Analytics via PHP (I will use in CLI mode) to get data from a certain view. The problem is that the api is EXTREMELY CONFUSING…