Facebook commerce Data source

I’ve integrated facebook pixel in my website.
However, Facebook commerce cannot automatically update my catalogue or get feed from my website.
I quote. “Not ready. Products can’t be automatically added, updated or deleted from your catalogue because required microdata tags are not added to your pixel installation.” Unquote

According to them, there are certain required fields missing.
These are, id, price and availability.

Please, what can be done about it.
Thanks

Hi
We have been planning to add this integrations but it’s not possible as of now

You can use google sheet for it

  1. Keep the facebook catalogue template in Gsheet (name: template)
  2. Download the listings from SuperAdmin
  3. Paste in Google Sheet in one sheet (name: source)
  4. Formulated sheet, you can use formula to refer the data from source sheet (name: cleaned data)
  5. Now you can copy the data and paste only values in template sheet.

So this template sheet can be connected to catalogue.

We understand this is not an ideal situation, the google sheet plugin will help you to automatically pull the superadmin listing data into google sheet. This will reduce the steps

The same method can be used for google shopping as well

Hi JK, I’ve figured how we can upload our products on google commerce and Facebook catalog using google sheets.

1 Like

Excellent! If you can share with others how you have done. (Especially if it’s different from the Youtube Video)

  1. Export your listings from superadmin

  2. copy and paste the tradly columns into the google sheet generated from google commerce.ie, product id, description, price etc.

  3. to fill the image url column in google spreadsheet, right click the product image in superadmin and copy image address, paste it in image url for the product. Do same for all the products.

  4. copy the google spreadsheet url and past it in facebook catalog feed.

congratulations. your products are showing on both google commerce and facebook catalog

Hi Selan,
Nice. You can also use raw import to Google Sheet via extensions and setup automated downloading.

Comparing exports, the direct API pulling will import every data available under listings.

Here is how

Step 1. Install this extension in Google Sheet

Step 2. Once installed in the sheet, you can launch the sidebar.

Image reference

  1. Select ‘Custom’ > ‘GET’ Method
  2. Paste the request URL. For Listings: You can put like in the screenshot, but here is the detailed with more filters
    https://api.tradly.app/products/v1/listings?page={{page}}&per_page={{per_page}}&price_from=10&price_to=20&search_key=milk&sort=relevance&category_id=231&account_id=1

send page =1 and per_page 30 (or as you wish)
max is 100 records

(I think the max 100 records could be an limitation)

  1. Add the Header like how it’s shared in the screenshot. After the bearer. the token that start’s with “b18…” is copied from Superadmin API section (Publishable key)

It will export like this.

Refer API docs for more info

Great JK
Thank you so much