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) that the catalog belongs to.


AdvertiserName string

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


AdvertiserLocation string

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


CampaignId integer

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


CampaignName string

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


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.


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.

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