Is any method for getting status of campaign, adgroup, ad and
keywords.
these are the status type so let me know what is function for getting
these types of status.
Inherited status: A status that indicates that an ad is not running
because it is contained in a campaign or ad group that is not
currently active. For example, if a campaign is paused, all of the ads
in that campaign will show the status "Campaign paused" to let you
know that the ads aren't running.
Manual status: A status that results from an action that you take
directly, such as pausing or deleting.
Approval status: This provides you with information about your ad's
place in the review process. You can use this status to know if your
ad is currently under review and whether or not you've met our
advertising policies.
Serving status: Signifies that something, such as budget, is affecting
the serving of your ads.
reply me ASAP
The AdWords API returns these entities with the following status
fields:
Campaign.status => Manual Status (http://code.google.com/apis/adwords/
v2009/docs/reference/CampaignService.Campaign.html#status)
Campaign.servingStatus => Serving Status (http://code.google.com/apis/
adwords/v2009/docs/reference/
CampaignService.Campaign.html#servingStatus)
AdGroup.status => Manual Status (http://code.google.com/apis/adwords/
v2009/docs/reference/AdGroupService.AdGroup.html#status)
AdGroupAd.status => Manual Status (http://code.google.com/apis/adwords/
v2009/docs/reference/AdGroupAdService.AdGroupAd.html#status)
Ad.approvalStatus => Approval Status (http://code.google.com/apis/
adwords/v2009/docs/reference/AdGroupAdService.Ad.html#approvalStatus)
BiddableAdGroupCriterion.userStatus => Manual Status (http://
code.google.com/apis/adwords/v2009/docs/reference/
AdGroupCriterionService.BiddableAdGroupCriterion.html#userStatus)
BiddableAdGroupCriterion.systemServingStatus => Serving Status (http://
code.google.com/apis/adwords/v2009/docs/reference/
AdGroupCriterionService.BiddableAdGroupCriterion.html#systemServingStatus)
BiddableAdGroupCriterion.approvalStatus => Approval Status (http://
code.google.com/apis/adwords/v2009/docs/reference/
AdGroupCriterionService.BiddableAdGroupCriterion.html#approvalStatus)
Best,
- Eric Koleda, AdWords API Team
On Mar 5, 7:49 am, "freesystems.t...@gmail.com" <adwo...@kutenda.com>
wrote: