Skip to main content

Get product feed

Written by Natalya Yefimenko

Before you begin

Get product feed

To get a product feed file and make further use of it, do the following:

  1. Go to Offers > a certain offer > Product feeds.

  2. Click Generate to get the most recent product feed file version.

  3. Request and Download to download the ready-to-use file.

Screen Recording 2024-06-28 at 01.31.44 PM

File example:

2_8528_1719570709_667430bbf20d7ce48041ea72 [Compatibility Mode] 2024-06-28 at 1.52.37 PM

Use public API

Instead of downloading a file, you can also use public API. Just fetch feed data through a simple API call. The data is updated every hour, so the feed is always up-to-date.

Let's take a closer look at how it works. You make the following request:

curl "https://api-aimarkit.affise.com/ui/product-feed/685a595fcde5729d988585cc/items?affiliate_id=1&offer_id=17265" \
-H 'API-Key: 47ea4cedfe10d5c376b05b68c0d90ce7'

where

  • 685a595fcde5729d988585cc - product feed ID.

  • affiliate_id=1&offer_id=17265 - affiliate and offer IDs. They are necessary to make the correct tracking URL.

The system shows you the following response, where affise_url is the changed tracking link and url is the original link.

{
"data": [
{
"affise_url": "http://aimarkit.media-412.com/click?pid=1&offer_id=17265&redirect=https%3A%2F%2Fwww.ndtv.com%2Fworld-news%2Fintercepted-iranian-communications-downplay-damage-from-us-attack-washington-post-reports-8793994%3Futm_source%3Dtraffic%26utm_medium%3DJason%26utm_campaign%3DOEM",
"availability": "",
"brand": "",
"brand_sku": "",
"category": "",
"client_id": 5832,
"currency": "",
"description": "Intercepted Iranian communications downplayed the extent of damage caused by U.S. strikes on Iran's nuclear program, the Washington Post reported on Sunday, citing four people familiar with classified intelligence circulating within the US government",
"id": "68618d12a03b6a183ffd8638",
"image_url": "https://c.ndtvimg.com/2025-06/nfmgivp8_fordow-reuters_625x300_25_June_25.jpeg?im=FeatureCrop,algorithm=dnn,width=240,height=180",
"name": "Intercepted Iranian Communications Downplay Damage From US Strikes: Report",
"price": "",
"product_feed_id": "685a595fcde5729d988585cc",
"sku": "8793994",
"subcategory": "",
"url": "https://www.ndtv.com/world-news/intercepted-iranian-communications-downplay-damage-from-us-attack-washington-post-reports-8793994?utm_source=traffic&utm_medium=Jason&utm_campaign=OEM"
}
],
"pagination": {
"page": 1,
"per_page": 100,
"total_count": 10
},
"status": 1
}


Please contact the Affise Customer Support team regarding all raised questions via the e-mail: [email protected].

Did this answer your question?