Tagged Questions
The google-base tag has no wiki summary.
3
votes
1answer
195 views
Auto-detecting product data feeds for an arbitrary E-Commerce site?
My web app needs to access an arbitrary E-Commerce store and determine whether or not it has a product data feed (i.e. a Google Base feed; an RSS/ATOM feed of all products in the store). Also, I need ...
2
votes
3answers
324 views
Adding products to Google Base/Content in Magento?
I've been trying to add the products in my Magento store to Google's product search for the last day. I was using the built-in Google base, then found that that 'API' was retired a month or two ago ...
2
votes
1answer
444 views
Where can I obtain the Google Base feeds for Real Estate?
Does Google provide a feed so that I can read IN their Google Base Real Estate database?
http://base.google.com/support/bin/answer.py?answer=66779&hl=en
If so, where is this feed and how do I ...
1
vote
1answer
111 views
401 and 403 Errors with google base API
I built a wiki using Google App engine and the Data APIs. The wiki pages are stored as Google Base 'Reference Articles.' I want users to be able to view, edit, and delete the items, so when a ...
1
vote
0answers
106 views
Google Base API
Is there a way to retrieve product information using ruby and google base api.
I have installed the googlebase gem: gem install googlebase?
I created a test script as mentioned in the example at: ...
1
vote
1answer
409 views
Hyphen encoding (minus) in Google Base RSS feed
I am trying to create an automatic feed generation for data to be sent to Google Base using utf-8 encoding.
However I am getting errors whenever hyphens are found telling me that there is an encoding ...
1
vote
3answers
955 views
Magento - Use Short description for Google base description
I am using magento and it's built in functionality for adding products to google base. I would like to change it so that it uses the Short description as the Description in Google base. As opposed ...
1
vote
1answer
605 views
How to redirect a Google search result to a dynamic Web page?
I'm trying to enter a list of items into Google Base via an XML feed so that, when a user searches for one of these items and then clicks the search result link in Google Base (or plain Google), the ...
0
votes
1answer
57 views
PHP Googlebase Get the products without user login
This is my requirement ( I searched a lot but I could not find a solution)
I have a merchant account in google base where I added my products.
In my site I want to list those products by querying the ...
0
votes
1answer
364 views
How to get unique URL identifier after inserting item in Google Base with Zend Gdata API?
I need to get the unique URL identifier for the product that is created after inserting an item into Google Base using the Zend_Gdata_Gbase library.
I can't seem to do this. I am finding a startling ...
0
votes
2answers
274 views
How to design a system like google base with dynamic attributes? in Ruby on Rails
I am wanting to create an application that can allow users to add products for sale.
I want to make it so that a user can add whatever type of product he/she likes and let them also create stored ...
0
votes
1answer
218 views
Google Base Query Problems
I am querying Google Base using the .NET library pretty much as described on this page.
http://code.google.com/apis/base/docs/2.0/developers_guide_dotnet.html
When I run the query a GBaseFeed is ...