Not sure how you're batching, but keep in mind that the xml payload tops out at 1Megabyte (1048576 bytes). There's very little chance that all your items will fit in one batch. I'm getting 750+ per batch using (most of) the data that was in the uploaded text file.
Furthermore there is a bug (I'm working on the posting right now) in that exceeding amount is not handled properly. This is compounded by a poorly designed error notification which will not indicate "too much information". On Dec 11, 7:20 am, sf <[EMAIL PROTECTED]> wrote: > Our submission is trying to send all 120,000 items using a batch > process through google base api but for some reason it just submits > 950 aprox > > On Dec 10, 7:09 pm, Tom Wilson <[EMAIL PROTECTED]> wrote: > > > I make 955 through the snippets > > API:http://dev.tomthedeveloper.com/googlebase/ca/index.php?q=+&target_cou... > > > There is a problem with pagination on Google Product Search when doing > > an authorid search. > > > As for only seeing 955 it can be any number of issues, can you provide > > more details on how the submissions work ? > > > Tom Wilson > > Freelance Google Base Developer and Consultantwww.tomthedeveloper.com > > > Google Base Tools -http://dev.tomthedeveloper.com/googlebase > > Featured Project > > :http://google-code-featured.blogspot.com/2008/02/google-base-competit... > > > On Dec 10, 11:44 pm, Turn and Burn <[EMAIL PROTECTED]> wrote: > > > > i don't think you have 7M items, there is an issue with searching with > > > authorid... try sorting by seller rating to see an accurate count. > > > >http://www.google.com/products?authorid=3846894&q=&scoring=mrd > > > > Looks like the dashboard is correct, you only have 957 items. > > > > On Dec 10, 2:41 pm, sf <[EMAIL PROTECTED]> wrote: > > > > > My author id is 3846894 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
