The TAGiQ page tag must be installed on the landing pages of your web site targeted by your cost per click campaigns. For improved accuracy, this page tag should also be placed on the conversion page you define during the setup process. For optimum accuracy, place the page tag on as many pages throughout your web site. as possible.
Installing TAGiQ to your web site. requires that you have access to the html, asp, or php code that actually makes up your web site. If you are not comfortable with this process, or rely on a developer to make changes to your web site. for you, you should contact your developer to make these changes. You can also contact Click Forensics at support@clickforensics.com for guidance.
To install TAGiQ:
1. Copy the following code to your clipboard:
<!-- Start CFN Code Block -->
<script language="javascript">
var adId = 'na';
</script>
<script language="javascript" src="http://tagiq.clickforensics.com/tag1.js" type="text/javascript"></script>
<script language="vbscript" src="http://tagiq.clickforensics.com/tag2.vbs" type="text/vbscript"></script>
<script language="javascript" src="http://tagiq.clickforensics.com/tag3.js" type="text/javascript"></script>
<noscript>
<img src="http://tagiq.clickforensics.com/tag.exe?action=noscript" alt="" />
</noscript>
<!-- Copyright Click Forensics, Inc. 2007 -->
<!-- End CFN Code Block -->
2. Open the web site. landing page you wish to place the code on in a text editor, Dreamweaver, or any other web site. authoring tool that gives you access to the html code.
3. Paste the TAGiQ code at the very bottom of the code just before the </body> statement.
