So my homegrown ebay script made its first sale

Discussion in 'Commission Junction' started by darkmessiah, Jan 27, 2008.

  1. #1
    for a whopping .62, feels good to see something I did actually work. Now I have to work on getting a mass amount of visitors.
     
    darkmessiah, Jan 27, 2008 IP
  2. drapton

    drapton Well-Known Member

    Messages:
    1,252
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    105
    #2
    whats ur site? Maybe I can give you a few tips.
    I made 5800.74$USD this month with ebay :D :) and still counting.
     
    drapton, Jan 27, 2008 IP
  3. Kerosene

    Kerosene Alpha & Omega™ Staff

    Messages:
    11,366
    Likes Received:
    575
    Best Answers:
    4
    Trophy Points:
    385
    #3
    Kudos for doing the DIY thing ;)

    Yeah, the secret is traffic. Most people will click a semi interesting looking auction and get your cookie, and that's half the battle won.

    Want to share your URL?
     
    Kerosene, Jan 27, 2008 IP
  4. hanji

    hanji Peon

    Messages:
    612
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Very nice!! I can't wait to start making those numbers. You use PPC?

    hanji
     
    hanji, Jan 27, 2008 IP
  5. hanji

    hanji Peon

    Messages:
    612
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Yes.. KUDOS.. for rollin' your own eBay script. That's the way to go for sure. Traffic is key.. but also, make your net bigger.. make more and more stores.

    hanji
     
    hanji, Jan 27, 2008 IP
  6. nadavs

    nadavs Active Member

    Messages:
    657
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    58
    #6
    It's always nice to see that something you did really works.
    Good luck in the future. :)
    nadavs
     
    nadavs, Jan 27, 2008 IP
  7. darkmessiah

    darkmessiah Peon

    Messages:
    500
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #7
    the thing is, it's not a store, it just picks keywords from wordpress tags and displays auctions that way (based on "articles" written). granted, I am sure I could take full advantage of this if it were a store, just don't have that kind of time these days. http:www.darkmessiah.com
     
    darkmessiah, Jan 27, 2008 IP
  8. Kerosene

    Kerosene Alpha & Omega™ Staff

    Messages:
    11,366
    Likes Received:
    575
    Best Answers:
    4
    Trophy Points:
    385
    #8
    I think you should put one auction item for each post on your front page. Most people won't bother clicking to read the full story, and won't get to see your auctions.

    It's pretty easy to do using WP, just set the number of auctions to display using a variable (e.g. $auction_count). Then you'll get 1 auction per post on the front page, and multiple auctions on the actual post page. Something like:

    
    if (is_single()){$auction_count=3;}else{$auction_count=1;}
    PHP:
    Just my 2 cents :)
     
    Kerosene, Jan 27, 2008 IP
  9. darkmessiah

    darkmessiah Peon

    Messages:
    500
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #9
    hrmmm, I did something like this before but got rid of it soon after my site got "sandboxed". I'll investigate this again.
     
    darkmessiah, Jan 27, 2008 IP
  10. drapton

    drapton Well-Known Member

    Messages:
    1,252
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    105
    #10
    PM me ur link if you want ;)
     
    drapton, Jan 27, 2008 IP
  11. Kerosene

    Kerosene Alpha & Omega™ Staff

    Messages:
    11,366
    Likes Received:
    575
    Best Answers:
    4
    Trophy Points:
    385
    #11
    I think it's worth giving your visitors every possible chance to click an auction and get your cookie.

    I've got a few sites where there's absolutely nothing to click that doesn't give them a cookie :p
     
    Kerosene, Jan 27, 2008 IP
  12. hanji

    hanji Peon

    Messages:
    612
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #12
    I agree 100%.. it's all about the cookie.

    hanji
     
    hanji, Jan 27, 2008 IP
  13. darkmessiah

    darkmessiah Peon

    Messages:
    500
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #13
    I never thought of it that way, but it actually makes sense. Thanks.
     
    darkmessiah, Jan 27, 2008 IP
  14. Kerosene

    Kerosene Alpha & Omega™ Staff

    Messages:
    11,366
    Likes Received:
    575
    Best Answers:
    4
    Trophy Points:
    385
    #14
    Cookies make the world go 'round.

    [​IMG]
     
    Kerosene, Jan 27, 2008 IP
    darkmessiah likes this.
  15. darkmessiah

    darkmessiah Peon

    Messages:
    500
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #15
    I like the suggestion for another reason, it's forcing me to update the script so I can make one request at the top then format the results into an array that I can pick off randomly. Maybe turn it into a nice class or something.

    update: I've taken your suggestion and got everything set up now.. We'll see how this goes.
     
    darkmessiah, Jan 27, 2008 IP
  16. jonixkonios

    jonixkonios Peon

    Messages:
    504
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #16
    good work dakmessiah, that's the way to do it! excellent work.
     
    jonixkonios, Jan 28, 2008 IP
  17. darkmessiah

    darkmessiah Peon

    Messages:
    500
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #17
    Thanks Jon, I've been hard at work getting the script fixed up and I've made some major improvements. I've turned it into a nice class, and added functionality of parsing out the 4 types of href links, link title, image src, bid count, end time, etc..

    I'm using an example on my sig. My only question is, do I use the thumbnail border around the images or keep it as is.
     
    darkmessiah, Jan 29, 2008 IP
  18. Kerosene

    Kerosene Alpha & Omega™ Staff

    Messages:
    11,366
    Likes Received:
    575
    Best Answers:
    4
    Trophy Points:
    385
    #18
    @ darkmessiah : I think you might be onto a winner just showing the images (and no text) from the auctions. I've never thought of doing that before. They're intriguing and very clicky, nice idea (I'm stealing it!) :)
     
    Kerosene, Jan 29, 2008 IP
  19. Binarywebs

    Binarywebs Peon

    Messages:
    95
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #19
    Woot Woot!
     
    Binarywebs, Jan 29, 2008 IP
  20. Binarywebs

    Binarywebs Peon

    Messages:
    95
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #20
    Woot Woot!
     
    Binarywebs, Jan 29, 2008 IP