Hi ,
How to set up a searchable products? i do the following:

  GoogleBaseEntry entry = new GoogleBaseEntry();
   entry.getGoogleBaseAttributes().setItemType("Products");
   entry.getGoogleBaseAttributes().setPrice(new NumberUnit<Float>
(Float.valueOf(800.5f), "usd")) ;
   entry.getGoogleBaseAttributes().addTextAttribute("id", "redbull1");
   entry.getGoogleBaseAttributes().addTextAttribute("Web Url", "http://
www.inspirethinknet.com");
    entry.getGoogleBaseAttributes().addTextAttribute("test attribute",
"redbull!!");
    entry.getGoogleBaseAttributes().addIntAttribute("quantity", 1);
 GoogleBaseEntry asInserted = service.insert(FeedURLFactory.getDefault
().getItemsFeedURL(), entry);

and now it come up the "disapproved" status. Please tell me how to
build a product (in java API) that can be searched in google product
search. Thanks

regards
penny


On Apr 24, 8:44 pm, Celebird <[email protected]> wrote:
> it may simply take time before the items are indexed;
> or that's the wrong target domain -- there are three;
> or the item or website doesn't meet the requirements --
> google-products-search has rather strict requirements.
>
> it would help to have the account-id and website-url.
--~--~---------~--~----~------------~-------~--~----~
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