Chadi |
01-09-2008 03:53 AM |
Where do tracking codes go?
I need to track the registrations (actions) coming from gotquestions.org ad I have to my site talkjesus.com
I'm using Adwatcher and Google Analytics for tracking purposes
Where do the tracking codes go for me to trace the successful registrations?
I tried putting in this phrase
registration_complete (English translation)
But it did not work.
This is how I have it set up.
Code:
Thank you, <strong>{1}</strong>. Your registration is now complete.<br />
<br />
You may now proceed to edit your <a href="profile.php?{2}do=editprofile"><strong>Profile</strong></a> in order to fill in additional personal details about yourself, or you could modify your <a href="profile.php?{2}do=editoptions"><strong>Options</strong></a> to customize your browsing experience of this site. If you would rather do these things later, you can do so by following the links around the site to your <a href="usercp.php?{2}"><strong>User Control Panel</strong></a>.<br />
<br />
Alternatively, you can simply go back to the <a href="{3}"><strong>Forums</strong></a> and start posting in threads.
<br />
<!-- Google Code for signup Conversion Page -->
<script language="JavaScript" type="text/javascript">
<!--
var google_conversion_id = xxxxx;
var google_conversion_language = "en_US";
var google_conversion_format = "1";
var google_conversion_color = "e4e6f5";
if (1) {
var google_conversion_value = 1;
}
var google_conversion_label = "signup";
//-->
</script>
<script language="JavaScript" src="http://www.googleadservices.com/pagead/conversion.js">
</script>
<noscript>
<img height=1 width=1 border=0 src="http://www.googleadservices.com/pagead/conversion/xxxxx/imp.gif?value=1&label=signup&script=0">
</noscript>
<img src="http://mydomain.com/adwatcher/tracker.php?tp=a&a=6" style="width:1px;height:1px;border:0px;" />
|