Skip to main content
Version: v3

Set Up a Catalog

A catalog contains the items sold on your website. These are used to run static or dynamic product ads.

Before you start

1. Create your catalog

Set up your catalog with Create Product Catalog.

Create product catalog

json
{
  "data": {
    "name": "",
    "default_language": "",
    "default_currency": "",
    "event_sources": [
      ""
    ]
  }
}

Save the id in the response.

2. Create products

Use Create Product Feed to manage products. Choose a mode:

  • replace: Match your catalog with the feed. All other products will be removed.
  • update: Add missing products and update those that map another product. All other products will be ignored.

Add a schedule to periodically update your products.

Add product feed

json
{
  "data": {
    "name": "",
    "url": "",
    "username": "",
    "password": "",
    "mode": "",
    "schedule": {
      "interval": "",
      "interval_count": "",
      "day_of_month": "",
      "hour": "",
      "minute": "",
      "timezone": "",
      "day_of_week": ""
    }
  }
}

3. (Optional) Organize your products

Create sets with Create Product Set. Bucket products using filter rules.

Create product set

Switch to Advanced for nested logic or anything beyond one boolean group.
json
{
  "data": {
    "name": "",
    "filter": 

  }
}
Match
  • Filter 1

Use List Products in Product Set to validate the right products are in your set.