0
votes

I've got client who has several different websites, each website having Google analytics account. Our marketing department is also running Google Adwords/Facebook/Instagram ads for each of those websites.

I want data/leads from Google and Facebook on my local server. I also want real-time data that should automatically update from Google & Facebook with fixed time interval.

I've been Googling and experimenting with the Analytics API docs, but no luck.

Any one please help me to find better solution.

#This question is not for this website but I didn't find any other option.

Thank you.

1
What exactly is you problem with the Analytics API ? Did you not get it to work, or did it not give you the data you wanted ?Eike Pierstorff
Thank you for response. I want is there any option available to get all data of Google & Facebook on my local server.Rahul Dadhich

1 Answers

0
votes

There are several services that your are looking for. Use this info like a getting started. Every service has his own simplicities and complexities.

Adwords

Use Campaign Performance Report to download your campaign's metrics. See examples in PHP, Java, Python, etc.

Analytics

Use RealTime API to get real time data. See examples

Use Core Reporting API to get general data. See examples

There is a very useful tool: Query Explorer to see Analytics API working

Facebook / Instagram

Use Ads Insights API to download your campaigns's metrics. See examples