2 messages in com.googlegroups.google-base-data-apiRe: Retrieving impressions from Zend_...
FromSent OnAttachments
MartinH02 May 2008 02:58 
Eric (Google)05 May 2008 19:09 
Subject:Re: Retrieving impressions from Zend_Gbase
From:Eric (Google) (api.@google.com)
Date:05/05/2008 07:09:37 PM
List:com.googlegroups.google-base-data-api

Hi MartinH,

I don't believe the current PHP Client Library supports querying on these attributes. I would definitely submit this as a feature request: http://code.google.com/p/gdata-issues/issues/list.

Regards,

Eric

On May 2, 2:58 am, MartinH <mhe@samedaybooks.co.uk> wrote:

Hi

I'm trying to retrieve stats for my Google Base items by doing:

$service = new Zend_Gdata_Gbase($client); $query = $service->newItemQuery(); $query->setId("1234"); $query->setContent('attributes,meta'); $entry = $service->getGbaseItemEntry($query);

However I'm not getting any impressions from: $entry->getGbaseAttribute("gm:impressions") or $entry->getGbaseAttribute("impressions");

I'm searching on items I know have impressions (picked out from Google Base dashboard).

Can anyone advise me on where I'm going wrong?

Many thanks Martin