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
{
"data": {
"name": "",
"default_language": "",
"default_currency": "",
"event_sources": [
""
]
}
}Save the id in the response.
2. Create products
- Feed
- Manual
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
{
"data": {
"name": "",
"url": "",
"username": "",
"password": "",
"mode": "",
"schedule": {
"interval": "",
"interval_count": "",
"day_of_month": "",
"hour": "",
"minute": "",
"timezone": "",
"day_of_week": ""
}
}
}Add products to your catalog with Batch Create Products.
Batch create products
{
"data": [
{
"id": "",
"title": "",
"description": "",
"link": "",
"image_link": "",
"price": ""
}
]
}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.
{
"data": {
"name": "",
"filter":
}
}- Filter 1
Use List Products in Product Set to validate the right products are in your set.