11 messages in com.googlegroups.adwords-apiRe: AdWords API Re: Items with no imp...
FromSent OnAttachments
Pianoman04 Oct 2005 09:55 
Craig Webster04 Oct 2005 10:59 
dr7d704 Oct 2005 12:33 
Pianoman04 Oct 2005 12:57 
hmcclungiii04 Oct 2005 19:58 
Patrick Chanezon04 Oct 2005 20:38 
Patrick Chanezon04 Oct 2005 20:46 
hmcclungiii04 Oct 2005 20:46 
Craig Webster05 Oct 2005 00:32 
Shad05 Oct 2005 08:51 
Patrick Chanezon27 Oct 2005 04:50 
Subject:Re: AdWords API Re: Items with no impressions don't appear on reports
From:Patrick Chanezon (chan@gmail.com)
Date:10/27/2005 04:50:04 AM
List:com.googlegroups.adwords-api

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@