+ Reply to Thread
Results 1 to 5 of 5

 

Thread: Affiliate Window New Datafeed

  1. #1
    Registered User

    Status
    Offline
    Join Date
    Sep 2003
    Posts
    312
    Thanks
    28
    Thanked 19 Times in 16 Posts


    Hi,

    I've got a problem with the new datafeed system at affiliate window. Personally, I preferred the old system but that's not the problem.

    I use php scripts to download feeds direct from the web via a URL. Apparently with the new feed system at Awin this is no longer possible. I've checked with the tech staff there and they confirmed you can't do this any more. To the best of my knowledge every other network that has feeds lets you do this.

    So this is really a request to Awin, who I really like! To implement this feature. I've sent a ticket on this but thought it might get more attention here.

    Edit: The problem I'm having is it doesn't allow for csv download, only zip or gzip.

    cheers

    Thanks!

  2. #2
    Registered User

    Status
    Offline
    Join Date
    Sep 2003
    Posts
    312
    Thanks
    28
    Thanked 19 Times in 16 Posts
    Hmmm just heard back that you definitely can't download in csv format any more. This is a bit of a step backwards. :-(

  3. #3
    scriptmonkey's Avatar
    Oranges & Lemons

    Status
    Offline
    Join Date
    Jan 2009
    Location
    Worthing
    Posts
    1,581
    Thanks
    108
    Thanked 250 Times in 190 Posts
    Is there a problem adapting your scripts to download the gz file then write the contents to a csv file on your server?

    Something along these lines

    PHP Code:
    $gzfilename =  'yourcsvfile.gz';
    $zd gzopen($gzfilename"r");
    $contents gzread($zd10000000);
    gzclose($zd);

    $csvfilename'yourcsvfile.csv';
    $tempvar fopen($csvfilename,"w");
    fwrite($tempvar,$contents);
    fclose($tempvar); 
    Time passes. Listen. Time passes. Dylan Thomas
    Ebay Alerts to your inbox

  4. #4
    Registered User

    Status
    Offline
    Join Date
    Apr 2005
    Location
    UK
    Posts
    220
    Thanks
    1
    Thanked 9 Times in 7 Posts
    I have the same problem with a few of my sites. Am looking at ways to set up two separate cron jobs.

    The first cron job will download and unzip the files from aw and upload the .csv file to one of my servers. The exisiting cron job (no2) which you use to download the csv direct from AW will then simply be redirected to the server you are uploading the files to in cron job 1.

    Hope this makes sense.

  5. #5
    Registered User

    Status
    Offline
    Join Date
    Sep 2003
    Posts
    312
    Thanks
    28
    Thanked 19 Times in 16 Posts
    Thanks guys, I guess I'll have to get the scripts to download the files in zip and uncompress them on the server. I understand they've done it because some feeds are HUGE! But at the same time, most feeds are actually very small and zipping them all up is a bit over the top.

    Grumble grumble! :-)

+ 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. Wordpress CSV Datafeed import plugin Affiliate Program
    By earningfromaffiliates in forum Independent Programs
    Replies: 1
    Last Post: 30-09-09, 09:50 PM
  2. Affiliate Window Shop Window API
    By matbrummitt in forum Affiliate Window & buy.at
    Replies: 1
    Last Post: 14-11-08, 12:11 PM
  3. Introducing Datafeed Studio - new affiliate tool
    By mwd2000 in forum Affiliate Marketing Lounge
    Replies: 12
    Last Post: 17-08-08, 01:42 AM
  4. Affiliate Window – Server Migration Maintenance Window
    By Dr Foster in forum Affiliate Window & buy.at
    Replies: 12
    Last Post: 13-06-08, 12:37 PM
  5. Shop Window on affiliate Window
    By auntwallop in forum Affiliate Window & buy.at
    Replies: 0
    Last Post: 05-11-04, 02:24 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