Get the product feeds, CSV product feeds and standardized product feeds
https://apiv2.effiliation.com/apiv2/productfeeds.xml?key=YOUR_API_KEY https://apiv2.effiliation.com/apiv2/productfeeds.csv?key=YOUR_API_KEY https://apiv2.effiliation.com/apiv2/productfeeds.json?key=YOUR_API_KEY
Parameter | Format | Description | Example value |
---|---|---|---|
key | String | Publisher api key | YOUR_API_KEY |
filter | String | Allows to filter the feed list on publisher programs or effiliation recommandations | mines(programs I am registered), recommendation(programs I am not registered), active(programs with activity), inactive(programs with no activity) |
lg | String | Output language | fr, en, es, it, pt, de, nl |
mode | String | Allows to filter the feed list on new programs | new |
country | String | Allows to filter the feed list on coverage countries, several values separated by commas can be set | fr, ge, au, be, da, sp, gr, nl, it, uk, sw, sz, br, bu, cy, en, fi, hu, ei, lg, lh, lu, mt, pl, pt, ro, lo, si, cz, tu |
categories | String | Allows to filter the feed list on advertiser categories id, several values separated by commas can be set | A category ID is an integer value. Check our category API documentation |
type | String | Allows to filter the feed list on feed type, several values separated by commas can be set | 33(Standardized product feed), 7(Product feed) |
sessions | String | Allows to filter the feed list on the given session ids, several values separated by commas can be set | A session ID must be an integer value |
Use fields selector to choose the fields you need. Eg: fields=00101.
Field | Description | Type | |
---|---|---|---|
id_lien | Effiliation link unique ID | Integer | |
id_affilieur | Effiliation advertiser unique ID | Integer | |
id_session | Effiliation session unique ID | Integer | |
id_compteur | Effiliation counter unique ID | Integer | |
nom | Link name | String | |
date_debut | Link begin date | Date | |
date_fin | Link end date | Date | |
nomprogramme | Program name | String | |
site_affilieur | Advertiser site name | String | |
url_affilieur | Advertiser url | String | |
url_logo | Advertiser logo url | String | |
type | Link type | String | |
url_redir | Link redirection url | String | |
code | Product feed url | String |
An XML feed with all my feeds
https://apiv2.effiliation.com/apiv2/productfeeds.xml?key=YOUR_API_KEY&filter=mines
An XML feed with all my new feeds
https://apiv2.effiliation.com/apiv2/productfeeds.xml?key=YOUR_API_KEY&filter=mines&mode=new
A CSV feed with all my product feeds and csv product feeds
https://apiv2.effiliation.com/apiv2/productfeeds.csv?key=YOUR_API_KEY&filter=mines&type=7
A JSON feed with feeds I'm not registered
https://apiv2.effiliation.com/apiv2/productfeeds.json?key=YOUR_API_KEY&filter=recommendation
An XML feed with all my new french and german feeds
https://apiv2.effiliation.com/apiv2/productfeeds.xml?key=YOUR_API_KEY&filter=mines&mode=new&country=fr,ge