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...