Can I find the most popular keyword for a particular page using the google analytics api? -


i hoping to use analytics api find out popular search terms (organic) lead particular page.

is possible?

i've trawled documentation , found looks if outlines possible data can retrieve api , can't see information here.

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

if case, there reason api isn't complete? assume if can access data using analytics interface should able query using api - assumption incorrect?

yes, possible. example, if wanted see keywords led how many entrances index.html,

set:

dimensions: ga:keyword

metrics: ga:entrances

segment: gaid::-5

filters: ga:landingpagepath==/index.html

sort: -ga:entrances

(segment gaid::-5 segments data include visits referred organic search; sorting -ga:entrances order number of visits in descending order).

try out here: http://code.google.com/apis/analytics/docs/gdata/gdataexplorer.html?dimensions=ga%253akeyword&metrics=ga%253aentrances&segment=gaid%253a%253a-5&filters=ga%253alandingpagepath%253d%253d%252findex.html&sort=-ga%253aentrances&start-date=2010-09-23&end-date=2010-10-07&max-results=50


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -