WPIntell

Source evidence

issue

WebToffee WooCommerce Product Feeds – Google Shopping, Pinterest, TikTok Ads, & More · support · 2024-06-06T02:52:00+00:00

mixedsentiment
mediumseverity
0.85relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

3 / 22 rows with source links

13.6% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

19 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
amslps resolved
I generated feed for FB, But I checked the xml file that always showed <g:id> is wrong – it would have ben product ID (variation ID), BUT it always generated as “sku_variation ID”, eg. <g:id>fn0005_2298</g:id>, should be 2298, what is wrong here? I can’t find anywhere to configure the setting. Hi @amslps , Greetings from WebToffee support. Thank you for reaching out to us. The Product Feed for WooCommerce plugin uses sku_id format as the unique id for Facebook feed for all types of products. If you would like to use the id format, you may copy the code snippet from here and pasting it into your active theme’s functions.php file (WordPress Dashboard > Appearance > Theme Editor > functions.php), or you can use a Code Snippet plugin to do that for you. Please check with the code snippet and let us know how it goes. Good, it should work when I add it, but one question, as FB will use the matching rate to drive the catalogue ad, and most of Pixel or Convertional API will use the product_id or variation_id by default, if you continue to use this format will cause 0% matching rate, right? I wonder why are you keeping doing this format? Hi @amslps , In addition to the feed generation feature, we also offer the sync option using the sku_id format. The official plugin for WooCommerce (Facebook for WooCommerce) also uses the sku_id format. Therefore, if we use the product ID for the feed, it will cause a duplication issue when users migrate from both these platforms to ours. That’s why we are sticking with the sku_id for the feed.

Comments

3 shown
WebToffee Support 2024-06-06T04:31:00+00:00

Hi @amslps , Greetings from WebToffee support. Thank you for reaching out to us. The Product Feed for WooCommerce plugin uses sku_id format as the unique id for Facebook feed for all types of products. If you would like to use the id format, you may copy the code snippet from here and pasting it into your active theme’s functions.php file (WordPress Dashboard > Appearance > Theme Editor > functions.php), or you can use a Code Snippet plugin to do that for you. Please check with the code snippet and let us know how it goes.

amslps 2024-06-06T04:37:00+00:00

Good, it should work when I add it, but one question, as FB will use the matching rate to drive the catalogue ad, and most of Pixel or Convertional API will use the product_id or variation_id by default, if you continue to use this format will cause 0% matching rate, right? I wonder why are you keeping doing this format?

WebToffee Support 2024-06-06T06:59:00+00:00

Hi @amslps , In addition to the feed generation feature, we also offer the sync option using the sku_id format. The official plugin for WooCommerce (Facebook for WooCommerce) also uses the sku_id format. Therefore, if we use the product ID for the feed, it will cause a duplication issue when users migrate from both these platforms to ours. That’s why we are sticking with the sku_id for the feed.