You can return the <gm:stats> info by using the content query param:
feeds/items?content=stats
In Java this would be:
Query query = new Query(new URL("http://www.google.com/base/items"));
query.addCustomParameter(new Query.CustomParameter("content",
"stats"));
Eric
On Oct 21, 3:46 am, Chandler <[EMAIL PROTECTED]> wrote:
> I use Multi-client Google base account to manage feeds for our
> customers, I'm interested in getting the stats(impressions,clicks
> etc ...) for our customer feeds, i have been looking all over Google
> Base blog & Group but i can't seems to find any sample code (using
> java) to get stats information, if anyone has any working code ,please
> post it here.
>
> Thanks for your help
>
> Chandler
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---