开发者

Analytics API to check which bot visited

开发者 https://www.devze.com 2022-12-17 20:21 出处:网络
D开发者_运维知识库oes anyone know how to find out which bot visited your website/page using google analytics API and .Net ?You can use \"ga:medium,ga:source\" as dimension, \"ga:visits\" as metric and

D开发者_运维知识库oes anyone know how to find out which bot visited your website/page using google analytics API and .Net ?


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/

0

精彩评论

暂无评论...
验证码 换一张
取 消