Attributes
Id integer
Id integerUnique identifier for the object referred to as the impact.com Catalog Id.
Name string
Name stringName of the catalog.
Language string
Language stringLanguage that the catalog is in.
AdvertiserId integer
AdvertiserId integerUnique identifier of the brand (or advertiser) to which the catalog belongs.
AdvertiserName string
AdvertiserName stringName of the brand (or advertiser) to which the catalog belongs.
AdvertiserLocation string
AdvertiserLocation stringThe country in which the brand (or advertiser) is located.
CampaignId integer
CampaignId integerUnique identifier of the program (or campaign) to which the catalog belongs.
CampaignName string
CampaignName stringName of the program (or campaign) to which the catalog belongs.
NumberOfItems integer
NumberOfItems integerAmount of items in the catalog.
DateLastUpdated string
DateLastUpdated stringDate and time the catalog was last updated in ISO 8601 format.
Locations array
Locations arrayA list of direct links to where the catalog is located.
Currency string
Currency stringThe currency in which the item's price is listed. See ISO 4217.
ServiceAreas array
ServiceAreas arrayA list of the geographical areas targeted by the product catalog. Contains individual ServiceAreas for the catalog, which are strings.
FTPLocations array
FTPLocations arrayIf the catalog is available via FTP, A list of FTP locations to where the catalog is located.
ItemsUri string
ItemsUri stringDirect URI to view all of the items in the specific catalog.
Uri string
Uri stringDirect URI to view details about the specific catalog.
Field list
{
"Id": "4321",
"Name": "Acme Product Catalog",
"Language": "English",
"AdvertiserId": "123456",
"AdvertiserName": "Acme Corporation",
"AdvertiserLocation": "United States",
"CampaignId": "0102",
"CampaignName": "Acme Partner Program",
"NumberOfItems": "512",
"DateLastUpdated": "2021-05-05T00:15:28-04:00",
"Currency": "USD",
"ServiceAreas": [
"United States",
"United Kingdom",
"Canada"
],
"Locations": [
"/B2B-Demo/Acme-Product-Catalog_GOOGLE_TXT.txt.gz",
"/B2B-Demo/Acme-Product-Catalog_IR.txt.gz"
],
"FTPLocations": [],
"ItemsUri": "/Mediapartners/<AccountSID>/Catalogs/4321/Items",
"Uri": "/Mediapartners/<AccountSID>/Catalogs/4321"
}