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) that the catalog belongs to.
AdvertiserName
string
AdvertiserName
stringName of the brand (or advertiser) that the catalog belongs to.
AdvertiserLocation
string
AdvertiserLocation
stringThe country that the brand (or advertiser) is located in.
CampaignId
integer
CampaignId
integerUnique identifier of the program (or campaign) that the catalog belongs to.
CampaignName
string
CampaignName
stringName of the program (or campaign) that the catalog belongs to.
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.
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.
{
"Id": "4321",
"Name": "Acme Product Catalog",
"AdvertiserId": "123456",
"AdvertiserName": "Acme Corporation",
"AdvertiserLocation": "United States",
"CampaignId": "0102",
"CampaignName": "Acme Partner Program",
"NumberOfItems": "512",
"DateLastUpdated": "2021-05-05T00:15:28-04:00",
"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"
}