How to use Google Analytics API to show information about specific page in C# -
i have configured analytics account , written program in c# tells user current pageviews. want find out number of users specific page on blog. possible , if how can it.
please help, thanks.
you can find list of dimensions , metrics available google analytics api here:dimensions & metrics
you might want try , test out queries here little easer: google analytics query explorer 2
to see number of users per page like: dimension ga:pagepath
dimension of ga:visits
.
Comments
Post a Comment