google-base

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 property set to something like 35, but in the Entries collection it will often have no item...

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 site. I'm assuming that the only way to specify a specific link (either static or dynamic) ...

How to design a system like google base with dynamic attributes? in Ruby on Rails

Hi all 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 like google base does. Does anyone know of the best way to do this ie model it. ...

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 the objects used in these applications. The url that I add to the object does not work to...

Google base - .net API

Has anyone got experience using the google base/data api for .net? Just searched for a few of our products and the urls all point to something along the lines of :http://www.google.co.uk/product%5Furl?q=http%3A//base.google.com/base/a/6136004/D979653861344000755... instead of the retailers product page? Im adding both these properties:...

can't add a jobs item in google base

Hi, when I try to add a 'jobs' item to google base I always get an error 400 bad request but if I set the type to 'test' or 'job' it works fine. Is the jobs type still enabled on google base? here is my code, if i uncomment the test line it works fine but if i uncomment the jobs line it fails GBaseService service = new GBaseService("[...

Auto-detecting product data feeds for an arbitrary E-Commerce site?

Hey all! 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 solution I can think of so far is to maintain a comprehensive list of known loca...

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. ...

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, description, product_type). I am currently using: − but I have also tried: &#8722...

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 seen on Google Base documentation for Real Estate talks about ways for someone to su...

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: http://googlebase.rubyforge.org/ require 'rubygems' require 'google/base' Google::Base.establish_connection('username', 'password') respon...

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 username and password, and retrieves or edits the data on the user's behalf. The login code:...

Android: How to use the Google Base Data API within an Android Application

I want to use the Google Base Data Api to search for snippets and download these informationen to show them in my activity. I know that the project is still in Google Code Labs, meaning it is in a formative state. But I wonder if there is already a version that i can implement in my Android Application. I know that I can try to do queri...

New to MarketLive - sitemap, SEO, etc?

Hi, I just landed a new job that uses marketlive as their e-commerce base. I'm looking for where to find workarounds for marketlive's limitations. Specifically, I want to create a sitemap and be able to export content (I can run a report that will generate the title, sku, image, price - but not the url) thoughts? tips? ...

PHP Googlebase Get the products without user login

Hi, 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 to get those products without any authentication. I tried the sample code given in...