You are here:  » Affiliate Network Product Feed URLs


Affiliate Network Product Feed URLs

Submitted by support on Fri, 2006-02-24 14:06 in
  • Please contribute any new URLs in the comments, i'll then combine them with the top post...Thanks!

United Kingdom

Affiliate FutureAF
http://affiliates.affiliatefuture.co.uk/productfiles/Files/getFile.aspx?v=1&id=[MerchantID]

Affiliate Window
http://products.affiliatewindow.com/xmlproductoutput.php?mid=[MerchantID]&user=[AffiliateID]&password=[Password]

buy.at
http://b1.perfb.com/productfeed_download_v3.php?EMAIL=[AffiliateEmail]&PX=[EncodedPassword]&FORMAT=XML&PRODUCTDB_ID=[FeedID]

clixGaloreCG
http://www.is1.clixgalore.com/DataFileRequest.aspx?AdID=[AdvertiserID]&AfID=[AffiliateID]

Online Media Group
http://products.omguk.com/get_feed.asp?AID=[AffiliateID]&FeedID=[FeedID]&FeedType=XML&CID=[CampaignID]

Paid On ResultsPO
http://feeds.paidonresults.net/1.0?affiliateid=[AffiliateID]&feedid=M[MerchantID]&template=XML&field_names=ProductName,ProductDescription,ImageURL,AffiliateURL,ProductPrice

TradeDoublerTD
http://pf.tradedoubler.com/unlimited/unlimited_pf_[FeedID]_[AffiliateID].xml.gz

Webgains
http://www.webgains.com/affiliates/datafeed.html?action=download&campaign=[CampaignID]&username=[AffiliateID]&password=[Password]&format=xml&zipformat=zip&fields=standard&programs=[MerchantID]


United States

clixGaloreCG
http://www.is1.clixgalore.com/DataFileRequest.aspx?AdID=[AdvertiserID]&AfID=[AffiliateID]

Commission Junction
ftp://[Username]:[Password]@datatransfer.cj.com/outgoing/productcatalog/[MerchantID]/Merchant_Name_Product_Catalog.txt.gz

Share A SaleSA
http://jokey.shareasale.com/a-downloadproducts-bulk.cfm?merchantID=[MerchantID]


Australia

Commission Factory
https://dashboard.commissionfactory.com.au/Affiliate/CreativesFeeds/DataFeeds/Download/?Id=[MerchantID]&Username=[Userame]&Password=[Password]


Notes:

AF Affiliate Future (UK) feeds do not contain your affiliate URL. After registering a feed; create a Text Before filter aginst the Buy URL field containing the following text:
http://scripts.affiliatefuture.com/AFClick.asp?affiliateID=[AffiliateID]&merchantID=[MerchantID]&programmeID=[ProgramID]&mediaID=0&tracking=&url=
(this is the Generic HTML code when viewing banners for a selected program)

CG Configure format (use XML) and fields from your clixGalore account

PO Notice the required capital M preceeding [MerchantID] - it's not a typo!

TD Must have full product feed access enabled on your account (AD MANAGEMENT > Product Database > Apply to Unlimited List)

SA Buy URLs do not contain your affiliate ID use Search and Replace filter to replace [YOUR_USER_ID] with your ShareASale.com User ID.


Submitted by shedboy on Sun, 2006-04-02 19:55

www.shareasale.com, signup then has options to view merchants with datafeeds, lots of them as well. Also has an option to apply for ftp access for datafeeds.

Example URL.

http://jokey.shareasale.com/a-downloadproducts-bulk.cfm?merchantID=[merchantid]

where merchantid is the number of the merchants program.

The only things to watch are the feeds are Pipe delimited ( | ) and your affiliate code is not in the URL, this has to be manually changed.

Submitted by shedboy on Sun, 2006-04-02 19:57

Should also mention Kolimbo here. http://www.kolimbo.com they have several that once you signup can be found under MyLinkBuilder / Raw Datafeeds

Submitted by support on Sun, 2006-04-02 19:58

Thanks, shedboy...

If possible, could you post example URLs (remove any affilaite IDs / merchant IDs / passwords etc.) and i'll add them to the top post...

Cheers,
David.

Submitted by philstone on Thu, 2007-01-18 21:14

Affiliate window seemed to have changed their download url, my feeds say they are importing using the new url but when i open the file it hasn't updated the information, what could be going wrong?

the new url i use in my auto downloads used to be as above, am i right to have changed it to

http://shopwindow.affiliatewindow.com/datafeed_products.php?user=*****&password=******&mid=******&format=xml

can someone help me understand why my feeds are nolonger importing properly, the info in the xml file is different from the info on my database even though it says its been imported.

would appreciate any advice

thanks

Submitted by support on Thu, 2007-01-18 21:17

Hello Phil,

I'll be able to check this out more tomorrow as i'm going to update the demo site to use the new Affiliate Window URLs, but just very quickly have you been able to confirm that the correct updated feed is downloaded if you download manually to your local computer? It's only in your automation script that it's not working?

Cheers,
David.

Submitted by philstone on Thu, 2007-01-18 21:52

i'll come back to you, think the problem may be my database, just found out it has crashed

will come back to you when i check this out

phil

Submitted by blogmaster2003 on Mon, 2010-03-29 20:22

Hi

is this shareasale methid still working?

http://jokey.shareasale.com/a-downloadproducts-bulk.cfm?merchantID=[merchantid]

if not , can someone post one that is working?

Submitted by blogmaster2003 on Wed, 2010-03-31 00:12

So after searching i found that we can have ftp access to sas feeds.

so now i just need some automated lines where i can ftp feeds to my feeds folder, then i think i just have to use the filter REPLACE to put my userid, and automation is made.

From sas site:

FTP access has been granted for the merchants listed below. FTP Access Instructions:
    Username: Your ShareASale Username
    Password: Your ShareASale Password
    FTP Server: datafeeds.shareasale.com
    Port: 21
You will find a folder for each Merchant Program you have FTP access for, and will find three files in each folder. The data in each file is identical, the only difference is the compression used. One file is plain text, one is in Zip format, and one is in gZip format.
You will need to replace all occasions of the word "YOURUSERID" with your ShareASale userID before you can use this datafeed.

Submitted by support on Wed, 2010-03-31 07:00

Hi,

FTP URLs can be automated in exactly the same way as http URLs based on the examples in the fetch script I created for you. There is a standard format for specifying your username / password in an FTP URL, as follows:

ftp://username:password@ftp.example.com/path/to/filename

So in this case, work out the /path/to/filename of the feed you wish to download (for speed, I would suggest the .gz version and decompress as per the example in the fetch script I created for you); giving you a complete FTP URL something like

ftp://username:password@datafeeds.shareasale.com/12345/feed.gz

Note the comment regarding replacing YOURUSERID in the Buy URL with your ShareASale.com user ID, which you can do using Filters. After registering the feed, click Filters alongside the feed from the /admin/ home page, and then add a new Search and Replace filter to the Buy URL field. In the Search box, enter YOURUSERID (literally!) and then in the Replace box, enter your actual ShareASale.com User ID. After the next import, your affiliate links from that feed should then work.

Hope this helps!

Cheers,
David.

Submitted by support on Sat, 2011-02-19 10:00

Hi,

Just asking on behalf of another user if any US users would be able to post generic feed URLs or info regarding accessing feeds on LinkShare and Link Connector - that would be great - thanks!

Cheers,
David.
--
PriceTapestry.com

Submitted by martinn2009 on Mon, 2012-06-18 16:24

CJ Transport Method : CJ HTTP
http://[Username]:[Password]@datatransfer.cj.com/datatransfer/files/[Username]/outgoing/productcatalog/[MerchantID]/Merchant_Name_Product_Catalog.txt.gz

Regards,