The analytics-api tag has no wiki summary.
6
votes
3answers
1k views
Recording custom variables to identify individual users with Google Analytics
I have been asked by our marketing department to add Google Analytics custom variable tracking to my company's website. As the website uses server side includes, modifications to the tracking tag roll ...
4
votes
1answer
521 views
Should I measure visits or unique events?
I have set up custom variables a couple of months ago. Basically it tracks categories of pages, much like the example in the docs.
Now I want to get a list of the most popular categories. I've ...
3
votes
1answer
3k views
Google Analytics API - Super simple? [closed]
Google Analytics API - Too complicated?
I've read about Google Analytics API but heard of others that it is a bit complicated to make it work. I use PHP.
Copy / paste example
My question is if ...
3
votes
2answers
176 views
Can you use Google's Mobile Analytics API for non-mobile sites?
While doing research for one of my company's mobile sites, I discovered that Google has provided an entire serverside API for mobile analytics. Meaning that it doesn't require javascript and that the ...
2
votes
1answer
99 views
using google analytics to create custom reports for a web app
I'm curently writing a web app that's supposed to take care of analytics and traffic on the application for our users. The users should be able to log in to the application and see a special area ...
1
vote
1answer
510 views
Can't get Event Tracking To Work
I'm trying to get an event to be tracked (user registration) as a goal. I DON'T want it to be tracked by an onclick, I want it to be tracked once a PHP event is finished. Here is my code:
if(USER ...
1
vote
2answers
120 views
Is there a simple way to query the top URLs in Google Analytics?
I'm looking for an easy way to query GA programmatically in order to display the most popular pages on my site.
GA has a Data Export API, but it seems kind of complex to work with for what I want to ...
0
votes
1answer
70 views
Tracking email via analytics
I need to do email analytics, aim is to create an endpoint where when user sends an email to contact@mycompany.com, the email is processed and data in email is used for google analytics conversion.
...
0
votes
1answer
63 views
Can I programatically update a Google Analytics filter?
We have a constantly changing list of IPs that needs to be filtered out of google analytics, is there some API, or way to fetch the list of IPs to be included in a Google Analytics filter?