Page 1 of 1

New feature at Google Base - Data quality> Invalid Identifie

Posted: Sun Nov 02, 2008 1:25 am
by AlexG
Google add a new New feature at Google Base - Invalid Identifiers !
How Can I to add the Invalid Identifiers to the feed from AC?

Re: New feature at Google Base - Data quality> Invalid Identifie

Posted: Sun Nov 02, 2008 2:03 pm
by jmestep
You can't- it's in the dll. There is a sample feed on the Wiki that you can adapt. I've done that for Googlebase because most of our products didn't have a summary text and that was what Able's was coded for.

Re: New feature at Google Base - Data quality> Invalid Identifie

Posted: Mon Nov 03, 2008 2:16 am
by AlexG
I know that is in DLL!
That's way I ask the forums admins to check it and maybe made some update for AC!

Re: New feature at Google Base - Data quality> Invalid Identifie

Posted: Mon Nov 03, 2008 9:35 am
by Robbie@FireFold

Re: New feature at Google Base - Data quality> Invalid Identifie

Posted: Mon Nov 17, 2008 2:50 pm
by seoqueen
How do I access that DLL file to modify the feed. Currently I am not using the UPC but it's picking up my products SKU # for the UPC #. I need to comment the UPC line out.

The AbleCommerce page for my products doesn't list Title it list Name, will it pull the Name for the Title in the feed?

Thanks

seoqueen :D

Re: New feature at Google Base - Data quality> Invalid Identifie

Posted: Mon Nov 17, 2008 4:28 pm
by AbleMods
seoqueen wrote:How do I access that DLL file to modify the feed. Currently I am not using the UPC but it's picking up my products SKU # for the UPC #. I need to comment the UPC line out.

The AbleCommerce page for my products doesn't list Title it list Name, will it pull the Name for the Title in the feed?

Thanks

seoqueen :D
You can't modify the DLL without purchasing full source code.

Google Base requires a UPC value, so the SKU is used in its place since there is no UPC field in the AC7 products table.

The product name will be used as the title in Google Base.

Re: New feature at Google Base - Data quality> Invalid Identifie

Posted: Mon Nov 17, 2008 8:21 pm
by seoqueen
Hey Joe thanks.

I'm getting a message from Google Base that the UPC data is invalid and it's not picking up the description. Is there another place to modify that code in AbleCommerce? I'd like to uncomment some fields.

Thanks,

seoqueen

Re: New feature at Google Base - Data quality> Invalid Identifie

Posted: Tue Nov 18, 2008 7:49 am
by AbleMods
seoqueen wrote:Hey Joe thanks.

I'm getting a message from Google Base that the UPC data is invalid and it's not picking up the description. Is there another place to modify that code in AbleCommerce? I'd like to uncomment some fields.

Thanks,

seoqueen
No. All the Google Base code is in the DLL. None of the feed file information can be modified without full source code.

That's why I wrote my own feed builder and sell it on AbleMods.com. It allows me to modify at will and gives me a bunch of handy filtering options not available in the included feed makers.

The AC7 feed file uses the Summary field on the product record, not the description field. You must also populate the SKU field.

Re: New feature at Google Base - Data quality> Invalid Identifie

Posted: Wed Nov 19, 2008 7:19 am
by seoqueen
Thanks Joe!

But I think it will work as is but the UPC is telling me invalid data. I have both numeric and alpha in the SKU field. Could that be the reason why the sitemap won't work? It's also telling me the description field is missing as well.

Thanks,

seoqueen

Re: New feature at Google Base - Data quality> Invalid Identifie

Posted: Wed Nov 19, 2008 7:33 am
by AbleMods
seoqueen wrote:But I think it will work as is but the UPC is telling me invalid data. I have both numeric and alpha in the SKU field. Could that be the reason why the sitemap won't work? It's also telling me the description field is missing as well.
If you're referring to the Google WebMaster tools for sitemap, there's shouldn't be a connection. The sitemap file doesn't have specific product record fields, it's simply an XML file that specifies the URLs in your site. You shouldn't be using it as the upload file for Google Base if that's what you're trying to do.

My SKUs have both alpha and numeric. I will have to check to see if my alpha-SKU'd products are getting dropped by Google Base. I have thousands of SKU's with "-01" in the SKU which then populate to the UPC field, so I imagine it'll accept both.

Re: New feature at Google Base - Data quality> Invalid Identifie

Posted: Wed Nov 19, 2008 8:58 am
by seoqueen
John

Sorry about that I didn't mean to mention the sitemap...too much on the brain this morning. I was referring to the GB file. I don't have UPC set up on my Able product page just the SKU but the file is detecting the UPC and the data is invalid. I think I've found another way to help geth this into Google Base.

I am going to upload the file to my local machine and manipulate the format from there and see what happens. It's just 2 fields for now until I can figure out whether to purchase the source code or buy your mod. Is your mod simple to use? I am no programmer by all means but know enough to be dangerous.

Again thank you!

seoqueen

Re: New feature at Google Base - Data quality> Invalid Identifie

Posted: Thu Nov 20, 2008 11:30 am
by seoqueen
This just doesn't make sense, Able provides this feature but does not allow any modification to the format without purchasing. Weird.

However, UPC is a recommended not a required field and it only accepts a 12-digit field. I don't currenlty have UPC in the admin section only the SKU and that is being picked for UPC. So that explains why my data comes back invalid. The description field is required but it doesn't pick up the description box that is from the admin section of the product page.

Does anyone know what description field I need to use for the feed without having to buy the DLL file?

Thanks,

seoqueen

Re: New feature at Google Base - Data quality> Invalid Identifie

Posted: Sun Nov 23, 2008 10:35 am
by AbleMods
seoqueen wrote:This just doesn't make sense, Able provides this feature but does not allow any modification to the format without purchasing. Weird.

However, UPC is a recommended not a required field and it only accepts a 12-digit field. I don't currenlty have UPC in the admin section only the SKU and that is being picked for UPC. So that explains why my data comes back invalid. The description field is required but it doesn't pick up the description box that is from the admin section of the product page.

Does anyone know what description field I need to use for the feed without having to buy the DLL file?

Thanks,

seoqueen
When building feed files, Able pulls the Summary field from the product record not the description. Since most feed engines require non-HTML descriptions, this allows you to maintain a separate non-HTML description specifically for marketing feeds.

Re: New feature at Google Base - Data quality> Invalid Identifie

Posted: Mon Nov 24, 2008 2:03 pm
by seoqueen
Thanks Joe!

Now, is there somewhere on this CMS that will allow me to export the description content and import them into the Summary box?

Thanks,

Seoqueen

Re: New feature at Google Base - Data quality> Invalid Identifie

Posted: Mon Nov 24, 2008 2:27 pm
by AbleMods
The DataPort utility should allow you to download the catalog, manipulate it in another program (Excel etc) and then upload it again to update your store.

You could also do it via SQL scripts if you have access to your SQL database console.

Re: New feature at Google Base - Data quality> Invalid Identifie

Posted: Tue Nov 25, 2008 7:35 am
by seoqueen
Thanks Joe!

Where do I find the DataPort utility? I've looked every where on the CMS.

Thanks,

Seoqueen

Re: New feature at Google Base - Data quality> Invalid Identifie

Posted: Tue Nov 25, 2008 8:19 am
by AbleMods
viewtopic.php?f=42&t=5707

It's a sticky at the top of this forum.