PDA

View Full Version : Reinvigorate


techanalyst
07-07-2011, 11:55 AM
Im trying to get this working, with invigorates advanced code plus username tracking, anyhelp would be awesome, is the below code right?

<vb:literal><<script type="text/javascript" src="http://include.reinvigorate.net/re_.js"></script>
<script type="text/javascript">
try {
reinvigorate.url_filter = function (url) { return url; }
reinvigorate.track("XXXXXXXXX");
} catch(err) {}
</script></vb:literal>

<vb:literal><script type="text/javascript" src="http://include.reinvigorate.net/re_.js"></script>
<script type="text/javascript">
try {
var re_name_tag = "</vb:literal>{vb:raw bbuserinfo.username}<vb:literal>";
reinvigorate.track("XXXXXXXXXX");
} catch(err) {}
</script></vb:literal>

kh99
07-07-2011, 12:36 PM
I don't know anything about reinvigorate, but you've got an extra '<' right after the first <vb:literal>. Also, is all of that going in the same template? Because it looks like maybe it does the same thing twice. (Even if the XXXXXXX's are different codes or you want the call to track() in there twice, you're including the re_.js twice).

techanalyst
07-07-2011, 01:00 PM
Ones tracking stats and one tracts the nicknames

techanalyst
07-10-2011, 01:37 PM
Any help would be appreciated