Google Feed Doesn't Work Properly

For general questions and discussions specific to the AbleCommerce GOLD ASP.Net shopping cart software.
Post Reply
kwikstand
Commodore (COMO)
Commodore (COMO)
Posts: 410
Joined: Mon Feb 19, 2007 8:12 pm
Contact:

Google Feed Doesn't Work Properly

Post by kwikstand » Wed Dec 11, 2013 9:39 am

I can't understand why my Google Feed is always messed up. It is full of errors. It doesn't include color, even though those products ARE checked to "Publish Feed as Variants". Products that are Unchecked for "Include in Feed" are included anyway. I have "Too few column delimiters (1310 errors)", and the list goes on and on. What is the problem with Google Feed in AC Gold build 5731?

Thanks,
Last edited by kwikstand on Sat Dec 14, 2013 9:57 am, edited 1 time in total.
Contractor's Solutions
www. contractors-solutions.net

User avatar
Katie
AbleCommerce Admin
AbleCommerce Admin
Posts: 2651
Joined: Tue Dec 02, 2003 1:54 am
Contact:

Re: Google Feed

Post by Katie » Wed Dec 11, 2013 10:45 am

This is a new feature in Gold R5, and there are very specific requirements when using product variants.

To submit variants for your "Apparel & Accessories" products in Google feed:

1.Set the product's Google category to "Apparel & Accessories" or a subcategory.

2.Mark the product to publish it as variants by checking the checkbox "Publish Feed as Variants" at product edit page.

3.Create options with names "Color", "Size", "Material" or "Pattern" to match the respective Google attributes as required.

4.Google feed requires you to submit specific images corresponding to each of variant that differ in ‘color’, ‘pattern’, or ‘material’. You can specify image url's from manage variants page.

5.You can also specify other details like availability, price, weight, inventory details and GTIN for each variant from the manage variants page.

We did have one issue reported a few weeks back. Please make this change:

Feed was rejected because of parenthesis around part of the variant name. Take the parenthesis out and just leave the dash, but you will want to change your feed

Code line 628 in App_Code/GoogleFeed.cs

variant.Name = string.Format("{0} - ({1})"

If your feed is being rejected after making this change and confirming the requirements above, then please get us the full errors. These should be available from Google.

Thanks
Katie
Thank you for choosing AbleCommerce!

http://help.ablecommerce.com - product support
http://wiki.ablecommerce.com - developer support

kwikstand
Commodore (COMO)
Commodore (COMO)
Posts: 410
Joined: Mon Feb 19, 2007 8:12 pm
Contact:

Re: Google Feed

Post by kwikstand » Wed Dec 11, 2013 11:50 am

Yes, I know. I have the first 3 steps done correctly. The only thing is, I don't always have an image for each color. Images are not always available.

I need to know a few things. One is why do the columns jump over sometimes? For example, line 56, the image link is in the condition column. If you look back, google_product_category is divided into 2 columns, pushing part of it into the product_type column. That is where everything after that is shifted to the right.
Contractor's Solutions
www. contractors-solutions.net

kwikstand
Commodore (COMO)
Commodore (COMO)
Posts: 410
Joined: Mon Feb 19, 2007 8:12 pm
Contact:

Re: Google Feed

Post by kwikstand » Wed Dec 11, 2013 1:17 pm

Also, I have many errors for no color and no size. I DO have "Publish Feed as Variants:" checked.

Why would this error occur?

Thanks,

Scott
Contractor's Solutions
www. contractors-solutions.net

kwikstand
Commodore (COMO)
Commodore (COMO)
Posts: 410
Joined: Mon Feb 19, 2007 8:12 pm
Contact:

Re: Google Feed Doesn't Work Properly

Post by kwikstand » Wed Dec 18, 2013 9:10 am

So, I guess AC Gold just doesn't compile a Google Feed very well at all. I had to do it manually. Many hours of work, and I need to do more.

This is disappointing.
Contractor's Solutions
www. contractors-solutions.net

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Google Feed Doesn't Work Properly

Post by jmestep » Thu Dec 19, 2013 7:16 am

Able's code also looks at the category a product is in to determine whether to publish as variants or not. You can tweak the code to not do that.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

Post Reply