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...
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) ...
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.
...
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...
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:...
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("[...
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...
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.
...
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...
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...
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...
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:...
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...
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?
...
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...