Variable | Type | Description |
---|---|---|
list_id | int|string | The ID of the list for which to add the feed |
url | string | The URL of the feed. For the type "fixed", send the name of the feed |
website | string | The website for which the feed is being set |
type | string | The type of the feed. The value can be one of: "SearchNode",,"Criteo","Google Remarketing","Bizoo.ro","Club Afaceri","Facebook","Compari.ro","Price.ro","AdWords Remarketing","2Performant","Shopmania.ro","Okazii.ro","Retargeting","Glami","TeamDeals","Google Shopping Ads","Summercart","fixed" |
return_id | int|boolean|string | (Opțional) If is true an Array containing the key feed_id (the id of the feed) will be returned |
Parameter | Description |
---|---|
boolean | True if the update has succeeded, False otherwise |
true
Code | Message | Description |
---|---|---|
407 | No such list | Invalid list |
407 | Missing required param list_id | list_id param is required |
407 | Missing required param url | url param is required |
407 | Missing required param website | website param is required |
407 | Missing required param type | type param is required |
1801 | Missing feed website, url, or type | Missing feed website, url, or type |
1802 | Invalid feed type | Invalid feed type |
1803 | Invalid feed url | Invalid feed url |
1804 | Invalid feed website | Invalid feed website |
1805 | A feed with this name or URL already exists | A feed with this name or URL already exists |
1806 | Could not save feed | Could not save feed |
1807 | Could not parse feed | Could not parse feed |
101 | Not allowed for list_id = %s | Invalid access to list_id |
{ "err": true, "message": "Missing required param list_id", "code": 407 }
{ "err": true, "message": "Missing required param url", "code": 407 }
{ "err": true, "message": "Missing required param website", "code": 407 }
{ "err": true, "message": "Missing required param type", "code": 407 }
{ "err": true, "message": "Invalid feed type", "code": 1802 }
{ "err": true, "message": "A feed with this name or URL already exists", "code": 1805 }
{ "err": true, "message": "Could not save feed", "code": 1806 }
{ "err": true, "message": "Could not parse feed", "code": 1807 }