Active
Project:
Google Base
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
7 Apr 2010 at 16:27 UTC
Updated:
26 Jan 2011 at 18:31 UTC
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
Comment #1
wireyourworld commentedI'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.
Comment #2
2dogrc commentedTotally 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
Comment #3
longwaveThere 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.