Productfeeds

Description

Get the product feeds, CSV product feeds and standardized product feeds

URL(s)

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

Parameters

Parameter Format Description Example value
keyStringPublisher api keyYOUR_API_KEY
filterStringAllows to filter the feed list on publisher programs or effiliation recommandationsmines(programs I am registered), recommendation(programs I am not registered), active(programs with activity), inactive(programs with no activity)
lgStringOutput languagefr, en, es, it, pt, de, nl
modeStringAllows to filter the feed list on new programsnew
countryStringAllows to filter the feed list on coverage countries, several values separated by commas can be setfr, 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
categoriesStringAllows to filter the feed list on advertiser categories id, several values separated by commas can be setA category ID is an integer value. Check our category API documentation
typeStringAllows to filter the feed list on feed type, several values separated by commas can be set33(Standardized product feed), 7(Product feed)
sessionsStringAllows to filter the feed list on the given session ids, several values separated by commas can be setA session ID must be an integer value

Returned fields

Use fields selector to choose the fields you need. Eg: fields=00101.

Field Description Type
idString
id_lienEffiliation link unique IDInteger
id_typelienInteger
id_affilieurEffiliation advertiser unique IDInteger
id_sessionEffiliation session unique IDInteger
id_compteurEffiliation counter unique IDInteger
nomLink nameString
date_debutLink begin dateDate
date_finLink end dateDate
nomprogrammeProgram nameString
site_affilieurAdvertiser site nameString
url_affilieurAdvertiser urlString
url_logoAdvertiser logo urlString
typeLink typeString
url_redirLink redirection urlString
codeProduct feed urlString
nouveauString

Examples

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