The full description is not available through the snippets feed.

http://code.google.com/apis/base/docs/2.0/reference.html#SnippetsFeed


Tom Wilson
Freelance Google Base Developer and Consultant
www.tomthedeveloper.com

Google Base Tools - http://dev.tomthedeveloper.com/googlebase
Featured Project : 
http://google-code-featured.blogspot.com/2008/02/google-base-competitor-analysis.html

On Jan 24, 5:17 am, Brad <[email protected]> wrote:
> I'm trying to use Google Base to display items on my website, and I'm
> able to find the products I want, but the description returned is an
> abbreviated version of the description I see when using Google Product
> Search.
>
> I use the following to bring in my initial results :
>                     GBaseService service = new GBaseService
> ("snippets", "");
>                     GBaseQuery query = new GBaseQuery
> (GBaseUriFactory.Default.SnippetsFeedUri);
>                     query.GoogleBaseQuery = productName
>
>                     GBaseFeed feed = service.Query(query);
>
> and I can loop through the Entries to get most of the data I need, but
> I can't figure out how to get the full description.
>
> Can anyone help?
>
> Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Base Data API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Base-data-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to