Questions tagged [google-base]
14 questions
11
votes
1 answer
Adding Images or Thumbnails to Atom 1.0 Entries
This StackOverflow answer suggests that you should use HTML entry content and use a standard
tag to link to your images.

Muhammad Rehan Saeed
- 35,627
- 39
- 202
- 311
3
votes
1 answer
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 to extract the location of this feed.
The best…

rinogo
- 8,491
- 12
- 61
- 102
2
votes
3 answers
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 and that the Magento Connect 'Google Content'…

Anonymous
- 6,181
- 7
- 45
- 72
2
votes
1 answer
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 access it?
UPDATE:
To clarify more ... everything I've…

Hankn
- 23
- 4
1
vote
1 answer
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 user is directed to a dynamic Web page on my Web…

johnnyb10
- 760
- 3
- 9
- 21
1
vote
1 answer
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 request is made to the server, client login uses my…

J Mason
- 11
- 1
1
vote
1 answer
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 error in the relevant attribute (title,…

pmells
- 33
- 4
1
vote
4 answers
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 to the detailed description.

a1anm
- 1,617
- 11
- 45
- 78
0
votes
1 answer
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 googlebase feeds.
And the customer should be able…

user470077
- 23
- 1
- 4
0
votes
1 answer
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 returned and it will usually have the TotalRecords…

Craig
- 36,306
- 34
- 114
- 197
0
votes
1 answer
Is there a way to edit a Google Base Feed?
I just generated an XML google feed from a shopping cart system. I uploaded it to google and I can't find a way of editing it without going via XML. Is there a facility for editing the file without having to deal with large hunks of XML? Can you…

ATL_DEV
- 9,256
- 11
- 60
- 102
0
votes
0 answers
Parsing Google Base XML with PHP XMLReader
I'm trying to import a number of google base xml files into a single database, but alas, while I assumed the the Google Base XML would be a standardised format it seems that different sources create files with different structures.
Therefore, my…

joomux
- 15
- 7
0
votes
1 answer
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 lack of documentation online about manipulating…

msumme
- 222
- 4
- 17
0
votes
2 answers
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 and searchable attributes for their products - alot…
rmossuk