On 10/5/05, Shad <shar...@gmail.com> wrote:
Patrick, is there a way to get the status of all keywords for all
campaigns for all accounts in an MCC? It appears as though it can only
be done 1 ad group at a time, which will be very expensive.
Yes that is the only way I know of, using
getAllCriteria<http://www.google.com/apis/adwords/developer/CriterionService.html#getAllCriteria>
It involves some overhead if you need to retrieve all the
accounts/campaigns/adgroups before calling, if you do a daily report for all
your accounts to sync your database, and may accept missing elements for the
current day (campaigns/adgroups created that day), you can get those ids
from your local database.
Depending on the number of these type of items that you manage, it may also
be chaeper to just do a report more often to get these ids.
P@