Tagged Questions
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.
...
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 ...
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 ...
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 ...