Represents a single item in a data feed.
Name | Type | Description |
---|---|---|
Id |
Integer | The ID of the data feed item. |
DateCreated |
DateTime | The date and time that the data feed item was created. |
DateModified |
DateTime | The date and time that the data feed item was last modified. |
SKU |
String | The unique SKU code used to identify this data feed item. |
Name |
String | The name of the data feed item. |
Category |
String | The category of the data feed item. |
Description |
String | The description of the data feed item. |
TargetUrl |
Url | The address of the landing page on the merchant's website. |
ImageUrl |
Url | The address of the data feed item image. |
Price |
String | The price of the data feed item. |
Brand |
String | The brand of the data feed item. |
Colour |
String | The colour of the data feed item. |
ContentRating |
String | The content rating of the data feed item. |
Currency |
String | The currency of the data feed item. |
DeliveryCost |
String | The delivery cost of the data feed item. |
DeliveryTime |
String | The delivery time of the data feed item. |
Features |
String | The features of the data feed item. |
Gender |
String | The targeted gender of the data feed item. |
Genre |
String | The genre of the data feed item. |
Keywords |
String | Any keyworsd related to the data feed item. |
ModelNumber |
String | The model number of the data feed item. |
Platform |
String | The platform of the data feed item. |
PriceRrp |
String | The recommeded retail price of the data feed item. |
PriceSale |
String | The current sale price of the data feed item. |
PromoText |
String | Promotional text for the data feed item. |
Size |
String | The size of the data feed item. |
StockLevel |
String | The stock level of the data feed item. |
SubCategory |
String | The sub-category of the data feed item. |
Custom1 |
String | A custom property of the data feed item. |
Custom2 |
String | A custom property of the data feed item. |
Custom3 |
String | A custom property of the data feed item. |
Custom4 |
String | A custom property of the data feed item. |
TrackingUrl |
Url | The tracking link for this data feed item, used to keep track of clicks and transactions. |
TrackingCode |
String | Fully formatted HTML code that can be embedded directly on an affiliate website. |
{ "Id": 1, "DateCreated": "2000-01-01T00:00:00.000", "DateModified": "2000-01-01T00:00:00.000", "SKU": "P0001", "Name": "100 Piece Puzzle", "Category": "Puzzles", "Description": "A puzzle featuring a picture of a puppy.", "TargetUrl": "https://www.example.com/", "ImageUrl": "https://c.cfjump.com/Products/0/1.jpg", "Price": "$10", "Brand": null, "Colour": null, "ContentRating": null, "Currency": null, "DeliveryCost": null, "DeliveryTime": null, "Features": null, "Gender": null, "Genre": null, "Keywords": null, "ModelNumber": null, "Platform": null, "PriceRrp": null, "PriceSale": null, "PromoText": null, "Size": null, "StockLevel": null, "SubCategory": null, "Custom1": null, "Custom2": null, "Custom3": null, "Custom4": null, "TrackingUrl": "https://t.cfjump.com/0/p/1", "TrackingCode": "<a href=\"https://t.cfjump.com/0/p/1\" referrerpolicy=\"no-referrer-when-downgrade\" rel=\"nofollow sponsored\" onmousedown=\"this.rel = 'nofollow sponsored';\">100 Piece Puzzle</a>" }
<DataFeedItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="https://api.commissionfactory.com/V1/Affiliate"> <Id>1</Id> <DateCreated>2000-01-01T00:00:00.000</DateCreated> <DateModified>2000-01-01T00:00:00.000</DateModified> <SKU>P0001</SKU> <Name>100 Piece Puzzle</Name> <Category>Puzzles</Category> <Description>A puzzle featuring a picture of a puppy.</Description> <TargetUrl>https://www.example.com/</TargetUrl> <ImageUrl>https://c.cfjump.com/Products/0/1.jpg</ImageUrl> <Price>$10</Price> <Brand i:nil="true" /> <Colour i:nil="true" /> <ContentRating i:nil="true" /> <Currency i:nil="true" /> <DeliveryCost i:nil="true" /> <DeliveryTime i:nil="true" /> <Features i:nil="true" /> <Gender i:nil="true" /> <Genre i:nil="true" /> <Keywords i:nil="true" /> <ModelNumber i:nil="true" /> <Platform i:nil="true" /> <PriceRrp i:nil="true" /> <PriceSale i:nil="true" /> <PromoText i:nil="true" /> <Size i:nil="true" /> <StockLevel i:nil="true" /> <SubCategory i:nil="true" /> <Custom1 i:nil="true" /> <Custom2 i:nil="true" /> <Custom3 i:nil="true" /> <Custom4 i:nil="true" /> <TrackingUrl>https://t.cfjump.com/0/p/1</TrackingUrl> <TrackingCode><a href="https://t.cfjump.com/0/p/1" referrerpolicy="no-referrer-when-downgrade" rel="nofollow sponsored" onmousedown="this.rel = 'nofollow sponsored';">100 Piece Puzzle</a></TrackingCode> </DataFeedItem>