+ Reply to Thread
Results 1 to 14 of 14

 

Thread: Data Feed - What do you need?

  1. #1
    Senior Member

    Status
    Offline
    Join Date
    Aug 2003
    Location
    Silverstone
    Posts
    607
    Thanks
    0
    Thanked 1 Time in 1 Post


    Phil here from SillyJokes

    I'm currently designing a data feed for our independent program and via Paid on results

    And here is your opportunity to give me some input

    Currently I only have CSV format, do you need other formats? if so what?

    Fields, do you want the option of all available fields? or just the common ones
    EG I could include: Vat code, postage uk, Europe, rest of the world, image sizes (W, H) but would that just be information overload.

    Do you need to specify field names or will my defaults be OK.

    Finally, has anyone got any good links for implementing a data feed from an affiliates point of view, I want to add them to my data feed page as a useful affiliate resources, I do not have the time (or skills) to help my affiliates with implementing a data feed (other than the most basic help).

  2. #2
    Avoiding real work

    Status
    Offline
    Join Date
    Aug 2003
    Location
    Buckinghamshire
    Posts
    1,373
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Phil,

    CSV is good, the only other format you really need to think about is XLM.

    Personally, things like the VAT code, image H&W etc are just overkill, but others might like them. Postage would be useful for giving users a price comparison.

    As a bare minimum you need to provide Product Name, Description, Image URL, Deep Link URL, Price and if possible Product Category.

    Your default field names should be ok (as long as their descriptive enough).

    There's no resource on deep linking that I've seen - but really it is just a question of having the right scripting skills - if the affiliate isn't familiar with on of the server side scripting languages then they are going to have problems. Why not include a link to the affiliate scripts forum - one of us can normally answer the questions that come up.

    Ian

  3. #3
    Driving to win

    Status
    Offline
    Join Date
    Aug 2003
    Location
    If I'm not at home, I'm in hospital
    Posts
    7,370
    Thanks
    7
    Thanked 16 Times in 11 Posts
    CSV wins for me every time - xml is fine but can be a pain to parse the data.

    Fields should be productname, description, imageurl, deeplinkurl and price - anything else is overkill imho

  4. #4
    aka Antony

    Status
    Offline
    Join Date
    Aug 2003
    Location
    Bristol
    Posts
    966
    Thanks
    0
    Thanked 0 Times in 0 Posts
    A category field is essential for me

  5. #5
    Typing with both fingers.

    Status
    Offline
    Join Date
    Aug 2003
    Location
    Allt Y Coed Farm, North Pembrokeshire
    Posts
    4,122
    Thanks
    246
    Thanked 197 Times in 156 Posts
    i'd prefer the field name 'decripition' was 'productdescription' and the field name 'name' be 'productname'.

    As 'decripition' and 'name' are reserved words in asp and sometimes cause problems specially with my sloppy coding.

  6. #6
    Driving to win

    Status
    Offline
    Join Date
    Aug 2003
    Location
    If I'm not at home, I'm in hospital
    Posts
    7,370
    Thanks
    7
    Thanked 16 Times in 11 Posts
    Originally posted by 999gi
    A category field is essential for me
    Damn - I knew there was one I forgot!! - cheers

  7. #7
    Driving to win

    Status
    Offline
    Join Date
    Aug 2003
    Location
    If I'm not at home, I'm in hospital
    Posts
    7,370
    Thanks
    7
    Thanked 16 Times in 11 Posts
    Originally posted by the-jigsaw.com
    i'd prefer the field name 'decripition' was 'productdescription' and the field name 'name' be 'productname'.

    As 'decripition' and 'name' are reserved words in asp and sometimes cause problems specially with my sloppy coding.
    If you put decription every time you mean description no wonder you have problems

  8. #8
    Registered User

    Status
    Offline
    Join Date
    Aug 2003
    Location
    bucks
    Posts
    604
    Thanks
    0
    Thanked 0 Times in 0 Posts
    the other important one is a thumbnail image, otherwise affiliates have to download all you images and resize them, or shrink them in the browser which looks really naff.
    Natural Instinct 15% for life of customer - <a href="http://www.paidonresults.com/merchants/naturalinstinct/">Paid On Results</a>

    Snapdragon Jewellery 10% for life of customer - <a href="http://www.paidonresults.com/merchants/snapdragon/">Paid On Results</a>

  9. #9
    thin[box]king

    Status
    Offline
    Join Date
    Aug 2003
    Location
    Cambridge
    Posts
    1,905
    Thanks
    13
    Thanked 12 Times in 12 Posts
    Phil did you see the PM I sent, please have a look
    Follow Me | Looking for Merchants Who Do Scifi Stuff

  10. #10
    Senior Member

    Status
    Offline
    Join Date
    Aug 2003
    Location
    Silverstone
    Posts
    607
    Thanks
    0
    Thanked 1 Time in 1 Post
    Originally posted by 999gi
    A category field is essential for me
    On the category is this OK
    Dressing Up > Wigs > Ladies
    (Easy to Produce, pull it straight out of the database)

    Or would you prefer
    Ladies Wigs


    Thanks everyone.

    To sum up this is what I intend to do
    CSV and XML
    Just the basic fields, I will probably list all the available fields and implement if and when I get a request.

  11. #11
    Registered User

    Status
    Offline
    Join Date
    Aug 2003
    Location
    Australia
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Would be great if all "Paid on results" merchants used identical formats ie like CJ and Awin.
    Other suggestions on what to do are, single paragraph in description with no HTML or formating.
    Tom

  12. #12
    Registered User

    Status
    Offline
    Join Date
    Aug 2003
    Location
    Leicester
    Posts
    804
    Thanks
    5
    Thanked 5 Times in 4 Posts
    I'd rather have too many fields than not enough.

    The minimum would be item name, item description, price, image url, link url.

    I like to have the following (not all may be appropriate for Silly Jokes)

    Merchant name. Easy enough to add ourselves, but it would be nice if it was already there.

    Product code. A unique identifier for the product.

    Manufacturer. Useful for brand name items.

    Category. Ie, what type of product is it.

    Keywords. Words people may search for that aren't in the product name/description. Useful if a product has an alternative name. For example someone may search for 'fridge' when the description says 'refrigerator'


    Also with the image/link urls, I prefer just the url, rather than the html that goes with it. I got a product feed from one merchant that included the html to make the links and had to remove it all before putting it into my database.

  13. #13
    Avoiding real work

    Status
    Offline
    Join Date
    Aug 2003
    Location
    Buckinghamshire
    Posts
    1,373
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Also with the image/link urls, I prefer just the url, rather than the html that goes with it. I got a product feed from one merchant that included the html to make the links and had to remove it all before putting it into my database.
    Yep agree with Jeff - just the URL and for the deep link - just the merchant part of it and not the network part (unless you are going to generate the correct affiliate ID)

    Ian

  14. #14
    Registered User

    Status
    Offline
    Join Date
    Aug 2003
    Location
    bucks
    Posts
    604
    Thanks
    0
    Thanked 0 Times in 0 Posts
    and thumbnail
    Natural Instinct 15% for life of customer - <a href="http://www.paidonresults.com/merchants/naturalinstinct/">Paid On Results</a>

    Snapdragon Jewellery 10% for life of customer - <a href="http://www.paidonresults.com/merchants/snapdragon/">Paid On Results</a>

+ Reply to Thread


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. The Beauty Room Data Feed live
    By sgpratley in forum Affiliate Future
    Replies: 0
    Last Post: 02-03-05, 02:45 PM
  2. Product Data Feed System
    By paidonresults in forum Paid On Results
    Replies: 20
    Last Post: 22-12-04, 11:21 AM
  3. Which network supplies the best data feed?
    By barbershop in forum Affiliate Marketing Lounge
    Replies: 5
    Last Post: 22-12-04, 08:00 AM
  4. Fresh product data feed for Bone Clothing
    By Bone-Clothing in forum Paid On Results
    Replies: 8
    Last Post: 22-09-04, 03:08 PM
  5. SillyJokes Data Feed
    By SillyJokes in forum Independent Programs
    Replies: 0
    Last Post: 13-07-04, 12:34 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
To Top

Content Relevant URLs by vBSEO 3.5.0 RC2