Number of keywords per date

10 views
Skip to first unread message

Emille

unread,
Sep 5, 2009, 12:18:17 PM9/5/09
to google-analytics-api - GA Data Export API
Hi Nick (and other fellows) :)

I'm playing with GA Data Feed Query Explorer and am wondering, what's
the simplest and fastest way to get number of keywords (that generated
organic traffic) per date. Here's an example of what I mean...

Date,NumberOfKeywords
10-24-2007,45
10-25-2007,49
10-26-2007,60
....
....

Nick

unread,
Sep 8, 2009, 1:58:36 PM9/8/09
to google-analytics-api - GA Data Export API
Hi,

Currently there is no "Count Of" operator available through the API
that can be applied across another dimension. However, there is a
totalResuls property in the feed that describes all the rows that were
matched in the back end (not returned) for a particular query.

So you can go through each date, construct a query using a filter to
return all keywords and set max results to 1. Then use the
totalResults property of the feed to get the total number of keywords
that were matched.

-Nick

Emille

unread,
Sep 18, 2009, 7:20:04 PM9/18/09
to google-analytics-api - GA Data Export API
Thanks Nick!

On Sep 8, 7:58 pm, Nick wrote:
> Hi,
>
> Currently there is no "Count Of" operator available through the API
> that can be applied across another dimension. However, there is a
> totalResuls property in the feed that describes all the rows that were
> matched in the back end (not returned) for a particular query.
>
> So you can go through eachdate, construct a query using a filter to
> return allkeywordsand set max results to 1. Then use the
> totalResults property of the feed to get the total number ofkeywords
> that were matched.
>
> -Nick
>
> On Sep 5, 9:18 am, Emille wrote:
>
>
>
> > Hi Nick (and other fellows) :)
>
> > I'm playing with GA Data Feed Query Explorer and am wondering, what's
> > the simplest and fastest way to get number ofkeywords(that generated
> > organic traffic) perdate. Here's an example of what I mean...
Reply all
Reply to author
Forward
0 new messages