views:

23

answers:

1

using the Google Analytics Data Export API with

http://code.google.com/apis/analytics/docs/gdata/gdataExplorer.html

I put inpagePath and nextPagePath for dimensions, and pageViews for metrics, and filter for ga:pagePath=~faq.html

But it returned a table with pagePath equal to nextPagePath which is the faq.html path. Is there a way to find the result?

+1  A: 

I just found it:

http://code.google.com/apis/analytics/docs/gdata/gdataReferenceCommonCalculations.html#navigation

Which pages are users going to after test.html? 

dimensions=ga:nextPagePath
metrics=ga:pageviews 
filters=ga:previousPagePath=~test.html
動靜能量