Forum Moderators: rogerd

Message Too Old, No Replies

Where on PHPBB do I Insert a JS Tracking Script

To Track New Signups?

         

martinibuster

7:09 pm on Apr 28, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



I'm running a PPC campaign to drive new signups on a phpbb forum. I want to insert a tracking script so that I can track the effectiveness of the campaign.

But after poking around the phpbb files, I couldn't find a logical place to drop in the code.

Which file is appropriate for dropping in a PPC JS code for tracking a conversions?

maccas

7:33 pm on Apr 28, 2006 (gmt 0)

10+ Year Member



Maybe this will work.

$message = $lang['Account_added'];

to

$message = $lang['Account_added'] . '<script src...';

in includes/usercp_register.php