Remove Products that do not have a price?
-
Hi,
Google Shoppping blocks all products that do not have a price. We want to remove them from our feed to reduce the load that the feed causes when processing.
We have tried 6 different rules to do that and not one of them has worked for us.
We tried:
IF PRICE IS EMPTY EXCLUDE
IF PRICE IS 0 EXCLUDE
IF PRICE IS 0.00 EXCLUDE
IF REGULAR PRICE IS EMPTY EXCLUDE
IF REGULAR PRICE IS 0 EXCLUDE
IF REGULAR PRICE IS 0.00 EXCLUDEHere is an example product in the feed with no price:
<item> <g:id>11731</g:id> <g:title>Applied Electronics 12" Euro Adjustable Length Ladder Truss</g:title> <g:mpn>Applied Electronics 12" Euro Adjustable Length Ladder Truss</g:mpn> <g:description>Highly Polished Aluminum Tubing, 12", 14" and 18" OD Sizes Available, 2" x1-1/4" Aluminum Channel End Plates Fabricated By Certified Welders, Custom Lengths & Corners Available, Powder Coating Available</g:description> <g:link>https://djdeals.com/product/appliednn-12-euro-adjustable-length-ladder-truss/?utm_source=Google%20Shopping&utm_campaign=DJDeals.com&utm_medium=cpc&utm_term=11731</g:link> <g:image_link>https://djdeals.com/wp-content/uploads/AppliedNN-12-Euro-Adjustable-Length-Ladder-Truss-1.png</g:image_link> <g:availability>in stock</g:availability> <g:price>USD 0.00</g:price> <g:google_product_category>503028</g:google_product_category> <g:brand>Applied Electronics</g:brand> <g:condition>New</g:condition> <g:identifier_exists>yes</g:identifier_exists> </item>
- The topic ‘Remove Products that do not have a price?’ is closed to new replies.