Page 1 of 1
Google Base Problem
Posted: Thu Apr 16, 2009 10:03 am
by SamsSteins
When trying to create a Google Base Feed my file is not pulling the description for my products. It does upload fine, but is ultimately rejected due to the items not having a descriptions. I was wondering if anyone had any suggestions?
Re: Google Base Problem
Posted: Thu Apr 16, 2009 11:24 am
by AbleMods
SamsSteins wrote:When trying to create a Google Base Feed my file is not pulling the description for my products. It does upload fine, but is ultimately rejected due to the items not having a descriptions. I was wondering if anyone had any suggestions?
The GoogleBase feed generator in AC7 uses the Summary field on the product page to populate the feed product descriptions. The full HTML product description is not pulled.
Re: Google Base Problem
Posted: Thu Apr 16, 2009 11:43 am
by SamsSteins
Crud.
What does your mod pull from?
Re: Google Base Problem
Posted: Thu Apr 16, 2009 12:16 pm
by AbleMods
Either one. You can choose to use either summary or description. If you choose description, it strips out the HTML as most (if not all) CPC feed services do not allow HTML in the product descriptions.
That was one of the reasons I wrote my module. I have 15,000+ products and wasn't about to go populating the summary field on every last one.
Plus it explodes variant products into completely separate feed records. The AC7 one doesn't, so a product with 9 variants winds up being only 1 product in the feed. Mine produces 9 feed records each with a common description and different names based on the variant. That was the other big reason I wrote mine - lot of variants on my site and I didn't want to sell myself short on the marketing opportunity of having all variants in the feed.
Re: Google Base Problem
Posted: Thu Apr 16, 2009 12:55 pm
by SamsSteins
Sold. Thanks.
Re: Google Base Problem
Posted: Fri Apr 17, 2009 5:29 am
by igavemybest
So do you have this googlebase feed generator available? I have having problems with it also.
Re: Google Base Problem
Posted: Fri Apr 17, 2009 6:14 am
by AbleMods
igavemybest wrote:So do you have this googlebase feed generator available? I have having problems with it also.
It's available on my programming website
http://www.AbleMods.com/
Re: Google Base Problem
Posted: Fri Apr 17, 2009 7:15 am
by SamsSteins
I want to just follow up with a big thanks, bought it, installed it and was uploaded in less than 10 minutes; and that is not an exaggeration. Just did a few searches this morning and I am already showing up on Google Base...big THANKS!
Re: Google Base Problem
Posted: Fri Apr 17, 2009 8:40 am
by AbleMods
SamsSteins wrote:I want to just follow up with a big thanks, bought it, installed it and was uploaded in less than 10 minutes; and that is not an exaggeration. Just did a few searches this morning and I am already showing up on Google Base...big THANKS!
Well thank you, I appreciate the positive feedback.
Re: Google Base Problem
Posted: Mon May 04, 2009 12:30 pm
by igavemybest
I still have not resolved this issue. Here is a screenshot of what its doing. Doesnt change whether I add or remove items from the store. Just stays at 1000 items processing.
http://i20.photobucket.com/albums/b202/ ... ed-1-1.jpg
Re: Google Base Problem
Posted: Sun Jun 14, 2009 8:10 pm
by napacabs
I'm also having a similar issue with 7.0.2 build 11659
In Admin Marketing>Feeds>Googlebase Feed
Feed is only generated with feeds rounded down to the nearest 1000
This is a the results of having anything over 3000 products the feed created will only have 3000
* Creating feed File.
* Generating feed for products from 0 to 1000 out of 3451 products.
* Generating feed for products from 1000 to 2000 out of 3451 products.
* Generating feed for products from 2000 to 3000 out of 3451 products.
* Feed file generated.
* Uncompressed Feed File Uploaded.(with the final feed at 3000 ONLY)
****repeated create feed with 2999 products, by removing 452 product to "Exclude From Feeds", and get the following results: ******
* Creating feed File.
* Generating feed for products from 0 to 1000 out of 2999 products.
* Generating feed for products from 1000 to 2000 out of 2999 products.
* Feed file generated.
The feed only have 2000 items
If anyone has a solution please share. Thank you
Re: Google Base Problem
Posted: Mon Jun 15, 2009 12:20 am
by igavemybest
PLEASE HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Re: Google Base Problem
Posted: Fri Oct 30, 2009 2:26 pm
by DBounlom
Hey Joe,
I am relatively new to AC7. I was looking for your Google Base feed generator on your website, and I couldn't find it. Do you have it still? Does it work with AC 7.0.3? Thanks!
Re: Google Base Problem
Posted: Fri Oct 30, 2009 2:31 pm
by igavemybest
Marketing, then feeds,then google
Re: Google Base Problem
Posted: Fri Oct 30, 2009 2:45 pm
by DBounlom
Thanks igavemybest, but I was referring to Joe Payne's mod that allows for the Google Base feed to import AC7 descriptions into Google Base as opposed to AC7 summaries into Google Base. I was referring to this quote.
Thanks.. any help is appreciated!
Re: Google Base Problem
Posted: Sat Oct 31, 2009 5:40 pm
by AbleMods
DBounlom wrote:I am relatively new to AC7. I was looking for your Google Base feed generator on your website, and I couldn't find it. Do you have it still? Does it work with AC 7.0.3?
I appreciate your interest. I pulled it off my store about 45 days ago. I was having too much trouble getting it to work with all the dynamics of multi-level variants, kits etc. It had become a significant support issue on my end and I didn't feel right continuing to sell it knowing its limitations.
It worked very well for straight products i.e. no variants, no kits. Beyond that, it started having problems so I decided to pull it. Yes it worked with 7.0.3 - both my stores are 7.0.3.
I'd like to write a completely new one that allows dynamic field mapping, just like DataPort does. Then you could pick the fields you want to match to the layout you need and tell it to go. But that programming design is far more complex and other commitments have me occupied at the moment.