The catalog object

Attributes


Id integer

Unique identifier for the object referred to as the impact.com Catalog Id.


Name string

Name of the catalog.


Language string

Language that the catalog is in.


AdvertiserId integer

Unique identifier of the brand (or advertiser) to which the catalog belongs.


AdvertiserName string

Name of the brand (or advertiser) to which the catalog belongs.


AdvertiserLocation string

The country in which the brand (or advertiser) is located.


CampaignId integer

Unique identifier of the program (or campaign) to which the catalog belongs.


CampaignName string

Name of the program (or campaign) to which the catalog belongs.


NumberOfItems integer

Amount of items in the catalog.


DateLastUpdated string

Date and time the catalog was last updated in ISO 8601 format.


Locations array

A list of direct links to where the catalog is located.


Currency string

The currency in which the item's price is listed. See ISO 4217.


ServiceAreas array

A list of the geographical areas targeted by the product catalog. Contains individual ServiceAreas for the catalog, which are strings.


FTPLocations array

If the catalog is available via FTP, A list of FTP locations to where the catalog is located.

ItemsUri string

Direct URI to view all of the items in the specific catalog.


Uri string

Direct 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"
}