On Jun 23, 9:50 am, roji <
rojan...@gmail.com> wrote:
> Hi.
>
> I also need this exact feature, and my tests show something slightly
> different...
>
> Trying to have pagePath as a dimension and visitors as a metric throws
> an exception when using the API, like you say. However, the custom
> reports on the GA web interface provide a "uniqueVisitors" field
> (distinct from "visitors" that *can* be combined with pagePath, and
> works perfectly.
>
> Without going into the implementation behind the scenes, it would seem
> that the API is lagging behind the GA web interface, too bad...
Thanks Shay, you're spot on in understanding what I was getting at in
my request. There are three metrics in the GA web interface, Visits,
Visitors and Unique Visitors (the last available only in custom
reporting from what I've seen).
Per the Google documentation, Visitors simply indicates the total
number of visitors sessions to your site over a given time period, and
as such cannot be combined with anything except certain specified time-
based metrics. Visits can indicate aggregated visit traffic for a
page but is not a reliable indicator of *unique* visitor traffic, and
as noted in my request, apparently has problems in my implementation
(could be related to the employment of Events tracking and/or
Ecommerce, not really sure to be honest).
In any event, as noted, it seems the Unique Visitors metric will give
me at least a reasonable estimation of the number of unique human
visits to a given pagePath... hence my request. In the meantime I'm
exporting the report via a scheduled email and will parse it offline.
Oh the joy... ;-)
Steve