Get the banner, text and flash links
https://apiv2.effiliation.com/apiv2/links.xml?key=YOUR_API_KEY https://apiv2.effiliation.com/apiv2/links.csv?key=YOUR_API_KEY https://apiv2.effiliation.com/apiv2/links.json?key=YOUR_API_KEY
| Parameter | Format | Description | Example value |
|---|---|---|---|
| key | String | Publisher api key | YOUR_API_KEY |
| filter | String | Allows to filter the link 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 link list on new programs | new |
| country | String | Allows to filter the link 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 link 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 link list on feed type, several values separated by commas can be set | 1(banner), 2(text link), 5(flash) |
| sessions | String | Allows to filter the link 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 | Tracked url to use | String | |
| javascript | Tracked javascript code to use | String | |
| taille | Link size | String | |
| urlban | Banner url | String | |
| texte | Link texte | String |
An XML feed with all my links
https://apiv2.effiliation.com/apiv2/links.xml?key=YOUR_API_KEY&filter=mines
An XML feed with all my new links
https://apiv2.effiliation.com/apiv2/links.xml?key=YOUR_API_KEY&filter=mines&mode=new
A CSV feed with all my banners and text links
https://apiv2.effiliation.com/apiv2/links.csv?key=YOUR_API_KEY&filter=mines&type=1,2
A JSON feed with links I'm not registered
https://apiv2.effiliation.com/apiv2/links.json?key=YOUR_API_KEY&filter=recommendation
An XML feed with all my new french and german links
https://apiv2.effiliation.com/apiv2/links.xml?key=YOUR_API_KEY&filter=mines&mode=new&country=fr,ge