0
votes
1answer
39 views

Event tracking within PHP code

I'm trying to implement event tracking to a submit button on a contact form. Here is the code I'm working with: <input type='button' value='".((get_theme_option("translator_status") == "enable") ? ...
0
votes
1answer
95 views

GA Event Tracking Not Working

Can anyone see a problem with the code here for tracking this button? Fixed it from the previous post and still nothing with the new code: <form id="constant-contact-signup2" ...
0
votes
1answer
33 views

Google Event Tracking Code Problems [closed]

Can anyone see a problem with the code here for tracking this button? <form id="constant-contact-signup2" action="http://www.truckingoffice.com/trucking-software-blog" method="post"> <div ...
0
votes
1answer
583 views

Track Page Views and Events With Google Analytics or Custom Solution?

I'm building a site that allows users to create a profile. Each profile page is identified in the query string by a unique 12-digit code. (http://www.site.com/users/user_detail.php?id=0021-4432-5554). ...
0
votes
1answer
3k views

Do I need to put _gaq.push(['_trackEvent' … inside <script> tags in my PHP code?

I want to push some event tracking to my google analytics account from my PHP scripts. I include an external PHP file which has the google analytics code in my header script which is included in all ...