views:

29

answers:

1

Does anyone know how to find out which bot visited your website/page using google analytics API and .Net ?

A: 

You can use "ga:medium,ga:source" as dimension, "ga:visits" as metric and "ga:medium==organic" as filter.

A library for .NET can be found here: http://code.google.com/p/google-gdata/

pritaeas