[Google-Base-API] Re: Updating Items via API

2008-11-25 Thread icebackhaz
Ooops. Sorry it is g:id that you need to set. On Nov 4, 12:45 pm, icebackhaz <[EMAIL PROTECTED]> wrote: > Hm, I think I would check the ids assigned by google to your items. > Are they the same for both submissions?  If so, I don't think you > delete is working.  Are you setting your own id (not

[Google-Base-API] Re: Updating Items via API

2008-11-04 Thread icebackhaz
Hm, I think I would check the ids assigned by google to your items. Are they the same for both submissions? If so, I don't think you delete is working. Are you setting your own id (not g:id, rather c:id)? On Nov 3, 2:10 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > If I upload products u

[Google-Base-API] Re: Updating Items via API

2008-11-03 Thread Tom Wilson
The stats data is as i believe tied to the id you submit with your item. 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-bas

[Google-Base-API] Re: Updating Items via API

2008-10-23 Thread michael trapp
Thank you thats what I needed. On Thu, Oct 23, 2008 at 2:39 PM, Eric (Google) <[EMAIL PROTECTED]> wrote: > > The publishing_priority is a child of the element > and i the gm: namespace: > >xmlns:gm='http://base.google.com/ns-metadata/1.0'> > ... > > high > > > > In .NET you

[Google-Base-API] Re: Updating Items via API

2008-10-23 Thread Eric (Google)
The publishing_priority is a child of the element and i the gm: namespace: ... high In .NET you can use the snippet posted on the tips blog: http://gdatatips.blogspot.com/2008/08/setting-publishingpriority-attribute-in.html Eric On Oct 23, 8:56 am, "[EMAIL PROTECTED]" <[EMA

[Google-Base-API] Re: Updating Items via API

2008-10-23 Thread [EMAIL PROTECTED]
Yea that does not work. I am using the .net class so my line is insert.GBaseAttributes.AddTextAttribute("publishing_priority", "high") but my items still take atleast 24 hours to become searchable On Oct 22, 7:35 pm, "Eric (Google)" <[EMAIL PROTECTED]> wrote: > Hi, > > You can use the attribute

[Google-Base-API] Re: Updating Items via API

2008-10-22 Thread Eric (Google)
Hi, You can use the attribute to make items searchable within minutes: http://code.google.com/apis/base/faq.html#PublishingPriority Eric On Oct 22, 1:53 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I am just learning, but I have updated my items a couple times, and it > seems after I