Hi Shahsi,
We already included the "ga:pageviews" in the custom field "Metric."
What we are trying to accomplish is to have that appear as a checkbox
within the "Manage Site Settings" setup. How would we go about
creating this and having it appear within the "Edit/ New" function?
Thank you in advance,
-Mike Gardner
On Nov 8, 6:55 am, Shashidhar Gurumurthy
<
shashidhar.gurumur...@gmail.com> wrote:
> Hi Mike,
>
> The class GoogleAnalytics.cls has the method public list<Entry>
> getEntries(Date startDate, Date endDate, list<string> dimensions,
> list<string> metrics) which allows you to get a metric within a particular
> date range. You would use the metric ga:pageviews. For more details see the
> Google Analytics API page:
http://code.google.com/apis/analytics/docs/gdata/gdataReferenceDataFe...
> .
>
> Regards,
> Shashi
>
> On Tue, Nov 8, 2011 at 12:19 AM, Michael Gardner <
>
>
>
>
michael.gard...@usablenet.com> wrote:
> > Hi,
>
> > We were looking to retrieve data for total number of PageViews within
> > a certain date range (i.e. 11/10/10-11/10/11).
>
> > How would we go about adding this/ creating this functionality?
>
> > Thanks in advance for your help.
>
> > Best,
>
> > -Mike Gardner- Hide quoted text -
>
> - Show quoted text -