Once the results are fetched you can create a google.visualization.DataTable<http://code.google.com/apis/visualization/documentation/reference.html#DataTable> and pass that to any chart you like (assuming the column structure fits the one the chart accepts).
HTH On Wed, May 5, 2010 at 6:40 PM, danzuk <[email protected]> wrote: > Thanks for your response. > > To be more specific, I need to return a set of results from my google > analytics account for a specific page. > > For instance on my website there is an articles section with the > article 'php problems' in there. > > Is it possible for me to return the page views for a specific date > range for this article? > > I am going to use this data for a GeoMap on my website admin area. > > thanks again. > > On May 2, 6:02 am, ChartMan <[email protected]> wrote: > > This question is too open ended, can you be more specific. > > > > ChartMan > > > > > > > > On Fri, Apr 30, 2010 at 7:40 PM, danzuk <[email protected]> wrote: > > > Hi all, > > > > > Im using the Geomap to try and display data from my analytics account > > > for a specific page. > > > > > I am using the following Google API class to return data: > > > > >http://www.askaboutphp.com/63/google-analytics-api-class-for-php.html. > .. > > > > > Has anyone had any experience with returning page views for a specific > > > article so that i can display them in the geomap? > > > > > Thanks for any guidance with this. > > > > > -- > > > You received this message because you are subscribed to the Google > Groups > > > "Google Visualization API" group. > > > To post to this group, send email to > > > [email protected]. > > > To unsubscribe from this group, send email to > > > [email protected]<google-visualization-api%[email protected]> > <google-visualization-api%[email protected]<google-visualization-api%[email protected]> > > > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/google-visualization-api?hl=en. > > > > -- > > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > > To post to this group, send email to > [email protected]. > > To unsubscribe from this group, send email to > [email protected]<google-visualization-api%[email protected]> > . > > For more options, visit this group athttp:// > groups.google.com/group/google-visualization-api?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-visualization-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-visualization-api?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
