Using Google Analytics to track tweets and website traffic

随声附和 提交于 2019-12-13 21:37:23

问题


Basically,

my task is to: use Google Analytics data to track the number of tweets R bloggers make per day as well as the incoming traffic from twitter, such that I can generate a csv file and I can perform analysis on these data.

I was given a hint to look at the Google API documentation for info on what data can be scraped using Google Analytics: https://developers.google.com/analytics/devguides/reporting/core/v3/reference#q_summary https://developers.google.com/analytics/devguides/reporting/core/dimsmets

This is what i am asked to do ultimately. I was so confused. I do not have a clue what approach and how to do this. Do I have to build an application to do this ?

Now, I have never used google analytics / google developers before. I am not looking a solution here. Rather, I am looking for someone who can point me to the right direction, i.e. links or materials to look at in order to tackle this problem.

Thanks.


回答1:


If you're looking to track people who come to your site and tweet a blog post, you should be able to get data by installing social interaction tracking:

Google Analytics : Twitter Tweets

Universal Analytics : Social Interactions

Once you have installed social tracking, you can view the social plugins report in Google Analytics by going to Acquisitions > Social > Plugins.



来源:https://stackoverflow.com/questions/24288230/using-google-analytics-to-track-tweets-and-website-traffic

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!