SID question

Discussion in 'Commission Junction' started by wrzhost, Sep 10, 2007.

  1. #1
    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??
     
    wrzhost, Sep 10, 2007 IP
  2. tvmatt

    tvmatt Peon

    Messages:
    1,076
    Likes Received:
    33
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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).
     
    tvmatt, Sep 10, 2007 IP
  3. MrX

    MrX Well-Known Member

    Messages:
    1,563
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    140
    #3
    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):
     
    MrX, Sep 10, 2007 IP