How to Put PHP Keyword Tracking on Your LP

Discussion in 'Affiliate Programs' started by webgenesis, Mar 30, 2008.

  1. scottspfd82

    scottspfd82 Active Member

    Messages:
    627
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    60
    #21
    This is a nice write up. I definitely wouldn't do this without encrypting the keywords somehow though. I wouldn't trust anyone knowing what keywords are converting for me.

    I'm a PHP idiot, so I'd love to see a tutorial on passing the keywords to a database, assigning them a Sub ID, and then passing that sub on to the network.
     
    scottspfd82, Apr 1, 2008 IP
  2. webgenesis

    webgenesis Peon

    Messages:
    340
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #22
    A couple questions. Are you sending traffic from Yahoo or Google?

    Also, the way I would send it from Yahoo is like this:


    http://www.website.com/index.php

    From Google it would be like this:

    http://www.website.com/index.php?KW={KeyWord:YabbaDabbaDoo}
     
    webgenesis, Apr 1, 2008 IP
  3. webgenesis

    webgenesis Peon

    Messages:
    340
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #23
    Thanks... maybe somebody could persuade Web_Dev to do a write up or something :cool:
     
    webgenesis, Apr 1, 2008 IP
  4. web_dev

    web_dev Peon

    Messages:
    230
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #24
    I would but I'm just caught up with affiliate marketing efforts. I started AM few months ago. For now i'm using the basic method for tracking keywords what webgenesis wrote.

    I won't start working on the database versions until get my campaigns working. I rather make money then write code ;)
     
    web_dev, Apr 1, 2008 IP
  5. web_dev

    web_dev Peon

    Messages:
    230
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #25
    hmmm...unless some super affiliate wants to pay me good money to build a system for them???
     
    web_dev, Apr 1, 2008 IP
  6. rose8

    rose8 Guest

    Messages:
    198
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #26
    webgen, I'm using Yahoo.

    I followed everything verbatim, and in Google Anatlytics (use it for traffic purposes), I am seeing the links w/ the keywords appended. However, nothing is being sent to the networks. I suppose I'll try to add /index.php to the end of the links and try that.

    :-/
     
    rose8, Apr 1, 2008 IP
  7. rose8

    rose8 Guest

    Messages:
    198
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #27
    Well, I implemented the /index.php to the end and still nothing being sent to the networks...

    I'm really confused!
     
    rose8, Apr 1, 2008 IP
  8. cashflowmommy

    cashflowmommy Guest

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #28
    WebGenesis --

    I looked over the code again. Doesn't the meta refresh on the jump page mean that the networks see "www.domain.com/jump.php" as the referrer and therefore our keyword insertion is protected?

    Isn't the http referrer the only way for the affiliate networks to see our keywords? Or, is there some other means for the networks to derive this keyword info that I need to be worried about too?

    Hope that makes sense.
     
    cashflowmommy, Apr 1, 2008 IP
  9. SonicReducer

    SonicReducer Peon

    Messages:
    1,012
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    0
    #29
    Wow, you guys really don't trust your account managers...
     
    SonicReducer, Apr 1, 2008 IP
  10. rose8

    rose8 Guest

    Messages:
    198
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #30
    Has anybody else implemented the code exactly as shown and had problems/difficulties?

    I have included everything as listed but it's not displaying anything to my affiliate network.

    If anybody has additional input or gone through similar issues, I would *LOVE* input.

    Thanks to anyone in advance - :)
     
    rose8, Apr 1, 2008 IP
  11. KGL

    KGL Peon

    Messages:
    1,155
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    0
    #31
    Chad, do you know what your AM's are doing with your keywords, etc.? I don't think you do.
     
    KGL, Apr 1, 2008 IP
  12. webgenesis

    webgenesis Peon

    Messages:
    340
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #32
    Are you using Azoogle or another network...?



    The code that I put up DOES NOT encrypt the keywords so that ur Affiliate Managers don't see it.

    What it does is if you have a good number of keywords (let's say 500, 1000, 10000+ keywords) it will dynamically track which keywords converted for you, by putting the keyword that the person searched for on the Sub-ID report on Azoogle.
     
    webgenesis, Apr 1, 2008 IP
  13. webgenesis

    webgenesis Peon

    Messages:
    340
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #33
    What does a person have to earn to be a super affiliate these days? :D
     
    webgenesis, Apr 1, 2008 IP
  14. rose8

    rose8 Guest

    Messages:
    198
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #34
    webgen, I'm using NeverBlue, but the subID thing is nearly the same...
     
    rose8, Apr 1, 2008 IP
  15. webgenesis

    webgenesis Peon

    Messages:
    340
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #35
    The subID format must be the exact same... otherwise it won't track correctly. For instance, I use the same PHP code for all my affiliates (Azoogle, CPA Empire, Copeac), but I have to change up the code a little bit, because all 3 use different sub id tracking.

    What does the NeverBlue link look like, with the sub id information attached to it?
     
    webgenesis, Apr 2, 2008 IP
  16. rose8

    rose8 Guest

    Messages:
    198
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #36
    rose8, Apr 2, 2008 IP
  17. jeremy217

    jeremy217 Peon

    Messages:
    74
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #37
    This goes on your php lp:

    http://nbjmp.com/click/?s=12104&c=33122&subid=<? echo $_GET['kw'] ?>

    This goes into adwords:

    domain.com/index.php?kw={keyword:default keyword here}
     
    jeremy217, Apr 2, 2008 IP
  18. rose8

    rose8 Guest

    Messages:
    198
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #38
    Jeremy, that is essentially what I have done. However, as I am using Yahoo, here is what I have:

    http://nbjmp.com/click/?s=12104&c=33122&subid=<?php echo $ovkey ?>

    Any additional tips/insight? I will provide my complete code later today when I am home, but I am really confused why this isn't working as I have done everything verbatim.
     
    rose8, Apr 2, 2008 IP
  19. jeremy217

    jeremy217 Peon

    Messages:
    74
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #39
    jeremy217, Apr 2, 2008 IP
  20. rose8

    rose8 Guest

    Messages:
    198
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #40
    I wasn't sure if I needed that or not, as the keywords are still showing up in my Analytics panel. But, I will add it and see what happens -- conversions have been really slow today :(
     
    rose8, Apr 2, 2008 IP