Provides the Effiliation's advertiser categories ID and their name
https://apiv2.effiliation.com/apiv2/categories.xml?key=YOUR_API_KEY https://apiv2.effiliation.com/apiv2/categories.csv?key=YOUR_API_KEY https://apiv2.effiliation.com/apiv2/categories.json?key=YOUR_API_KEY
Parameter | Format | Description | Example value |
---|---|---|---|
key | String | Publisher api key | YOUR_API_KEY |
lg | String | Output language | fr, en, es, it, pt, de, nl |
type | String | Category type | b2b, b2c |
Use fields selector to choose the fields you need. Eg: fields=00101.
Field | Description | Type | |
---|---|---|---|
idCategorie | Effiliation category unique ID | Integer | |
name | Category name | String | |
type | Category type : B2B or B2C | String |
Get all categories in french, xml feed
https://apiv2.effiliation.com/apiv2/categories.xml?key=YOUR_API_KEY&lg=fr
Get B2B categories in english, csv feed
https://apiv2.effiliation.com/apiv2/categories.csv?key=YOUR_API_KEY&lg=en&type=b2b
Get B2C categories in spanish, json feed
https://apiv2.effiliation.com/apiv2/categories.json?key=YOUR_API_KEY&lg=es&type=b2c