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).
Comments
Post a Comment