What is the proper way to sync Adwords API with my Application (special case)?

2012-11-22 Thread Oron Sharabi
Hello, My platform (based php) has some special needs beyond retrieving and sending data from the API. * * *For example:* We need to repeatedly check if an AdGroup reached a certain amount of impressions and update our database accordingly: if(impressions = 2) { perform some query... }

Re: What is the proper way to sync Adwords API with my Application (special case)?

2012-11-22 Thread Anash P. Oommen
Hi Oron, You could run an adgroup performance report every 10 minutes and check the stats for all the 3000 adgroups in a single go. However, AdWords API stats are not real-time, they are usually behind by 3-4 hours. You might want to take that into consideration with the solution you are