Thank you for creating this module and providing support.

I'm trying to use it on a site for the first time. Our requirement is to be able to submit real estate listings.

I've installed it fine, and tagged one content type as "Submit nodes of this content type to Google Base and make them searchable to the public."

But I can't see how to ...
# Map CCK fields to Google Base attributes.
# Map content types to Google Base item types. (from the "Import from Google Base" form, I think Google calls it "housing").

Can you point me in the right direction?

Comments

wireyourworld’s picture

I'm with you, I wish someone would answer! I need to know these things too. I can't believe there is ZERO instruction with the module.

2dogrc’s picture

Totally lacking any kind of docs! You would think that if you took the time to write the code, 15 min to write instructions wouldn't be too hard! Maybe he needs some donations!

2dogrc

longwave’s picture

There is no user interface for this, but you can create mappings from a custom module using hook_googlebase_item_type, hook_googlebase_map_node and hook_googlebase_cck_fields. By default, CCK fields will be passed to Google using the CCK field name.

Further documentation (or more usefully, a user interface) are needed, but I have no time to write these at present.