Hello Experts,
I am using open source tool to get the data from Google Analytic through API and I am not getting the count of ga:visitors same as count of unique visitors in UI. I searched many things but nothing helped. Can anybody tell me how to get the unique visitors value through API? My requirement is to download google analytic data to my local database. Tool which I am using is not using GA 3.0 API version it is using older version.
Can we use following way to get the unique visitors?
- If we select ga:date and ga:visitCount dimension and ga:visitors metric and load its result to the table and then if we take sum of all visitors where we get visitcount =1 for a month then shouldn't be equal to months unique visitors value?
thanks
ketan