|
#1
|
|||
|
|||
|
Google Analytics Conversion Code
I'm really struggling to get the tracking code for a conversion page right in Analytics.
I have a php page that is basically a form and on validation and sending of the form it inserts the analytics conversion code. The initial problem was that on completion of the form it doesn't go to a new URL. I found some stuff on this in the help section and I have managed to come up with this but it still doesn't track it as a goal. <script type="text/javascript"> var pageTracker = _gat._getTracker("UA-xxxxxx-x"); pageTracker._initData(); pageTracker._trackPageview("/completed-application.html"); </script> The _trackPageview part is meant to tell analytics to consider the page to be called 'completed-application.html' so that it can appear as a separate page for goal tracking purposes (as far as I understand and can be found at http://www.google.com/support/analyt...y?answer=55576 Anyone able to see where I am going wrong with this? |
|
#2
|
||||
|
||||
|
Re: Google Analytics Conversion Code
did you fill in the UA with your account number
|
|
#3
|
|||
|
|||
|
Re: Google Analytics Conversion Code
I know its something that needs checking but yes I did
![]() |
|
#4
|
|||
|
|||
|
Re: Google Analytics Conversion Code
make sure your script source is from
<script src="https://ssl.google-analytics.com/urchin.js" type="text/javascript"> </script> if your conversion page is https:// |
|
#5
|
|||
|
|||
|
Re: Google Analytics Conversion Code
Quote:
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Why Does Google Dominate The Internet? | Dan01 | Other Google Issues | 13 | 10-14-2008 11:23 PM |
| Google to Share Your Data? | Discovery | Google AdWords | 1 | 03-07-2008 03:33 PM |
| Why doesn't Adwords Help Us Generate Google Analytics Tags? | sitecreations | Google AdWords | 2 | 06-26-2007 06:56 AM |
| Adding google tracking code to flash swf file | alexc | Web Analytics & Tracking | 0 | 10-12-2006 10:37 AM |