i have read some posts where we can track the clicks using the SID option. now am using vbulletin and want to tracker per member basis. how can i automatically make the SID as the username of the person who is logged in??
You would need to find out how to automatically insert a user's username from VBulletin into your ad code - unfortunately, this can only be answered by VBulletin or VBulletin's help files, not by general users of CJ (unless they've done the same thing).
If you're doing it from a php plugin, it would be $vbulletin->userinfo['username'] Code (markup): or from the template itself it would be $bbuserinfo[username] Code (markup):