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 >= 20000) {
    perform some query...
}

The problem is that we cannot rely on the client to check his adgroup 
status on our platform so this action would be triggered. 
We need our sever to repeatedly check the impressions of a certain adgroup. 
This could be done by a cronjob.
But lets say we have to check about 3000 AdGroups, we will have to run that 
check * 3000 each 10 minutes or so.

Is this the only way to achieve that? or there's a better option.
Hope you understood our problem.
Thanks a lot,
Oron


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en



Reply via email to