Endpoint /feeds/pla
The /feeds/pla endpoint serves all offers you have access to through KelkooGroup network in a PLA compatible format (Google, Bing, Facebook or Pinterest).
It works in the same way as regular Offer feeds, only the feed format is different.
Data freshness
You should retrieve offer feeds at least once per day. Limit this to 5 times a day.
Quota
Please read and apply recommendation on quota.
Restrictions
Publishing Kelkoo offers on Google or Bing Ads is prohibited (unless otherwise agreed with your account manager). However, there are no restrictions on using these formats for your own convenience.
Authentication
See JWT details
Compressed data
Please note that you should ask for compressed data, otherwise you will receive an error 406 Not Acceptable.
Most HTTP client libraries offer a setting to transparently activate compression when configuring the client. See below in the HTTP Headers section how to do it manually.
Query parameters
Filters
|
Name |
Type |
Domain |
Default |
Description |
Example |
|---|---|---|---|---|---|
|
|
string |
|
|
Country filter |
|
|
|
int |
1 to |
|
Part to download |
|
|
|
int |
2, 4, 8 |
|
Total number of parts to split |
|
|
|
int |
|
|
Merchant filter |
|
|
|
int |
|
|
Category filter. It will filter on the current category of the offer and on its parents. |
|
You cand find more details on the parameters in the Offer feeds documentation.
HTTP headers
|
Name |
Type |
Domain |
Default |
Description |
Example |
|---|---|---|---|---|---|
|
|
string |
{'gzip'} |
|
You have to request compressed data. This is the way to do it. |
|
Endpoint
See Request builder
Response
The response will be a stream of offers in TSV format matching the expectations of the Google PLA platform.
To handle properly this stream, please follow the streaming guide.