Jump to content

Adding an affiliate tracking code to phpbb forum.


monkeybidz

Recommended Posts

I am currently running phpBB 2.0.22 with current updates. I am trying to integrate an affiliate tracking code to track new registrations. The current code is:

 

<!--START SoAndSo.Com CODE--> 

<script language="JavaScript" type="text/javascript"   
src="https://www.soandso.com/affiliate/trackingcode_sale.php?mid=12&sec_id=M_129eJ5kN3vD8uF&sale=<?=$USERNAME?>&orderId=<?=$EMAIL?>">
</script>

<!-- END SoAndSo.Com CODE -->

 

I do not know if i am using the correct varaibles "EMAIL" & "USERNAME" and i do not know what page to place the code in so that it can grab these variables.

 

If someone here is familiar with phpBB 2.0.22 i would really appriciate the help.

 

Thanks in advance! ???

  • 2 weeks later...

I see the problem now, the form where i am trying to get these variables from is TPL. The variables are in curly braces {USERNAME} & {EMAIL}. If i place the script mentioned earlier in this same page can i still get these variable and convert them to php?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.