Concerning defined report -> account structure:
In
http://www.google.com/apis/adwords/developer/DefinedReportJob.html
It says (in specifying a report):
adGroupStatuses <---- this one matches the adgroup documentation
* Enabled
* Paused
* Deleted
campaignStatuses <----- this one does not match the campaign, but I
assume "Active" to mean every state besides "Paused" or "Deleted" (is
this assumption correct?)
* Active
* Paused
* Deleted
keywordStatuses <-- this one definitely does not match, and is
confusing
* Disapproved
* Deleted
* Paused
* Active
* InActive
--
In
http://www.google.com/apis/adwords/developer/adwords_api_report_keyword.html
It has the fields:
KeywordStatus Keyword Status (attribute) kwStatus / siteStatus /
siteKwStatus
CampaignStatus Campaign Status (attribute) campStatus
AdGroupStatus Ad Group Status (attribute) agStatus
--
In
http://www.google.com/apis/adwords/developer/Keyword.html
Keywords' status is specified as
* Active -- the criterion is active. This indicates that the
maxCpc is greater than the minCpc, and there is nothing about the
criterion that would prevent it from triggering the ad group.
* InActive -- Applies only to Keyword criterion, not website. The
keyword is inactive. The Keyword criterion is currently not being used
to trigger the ad group. A Keyword becomes inactive, for example, when
the maxCpc is less than the required minCpc.
* Disapproved -- the criterion has been disapproved, most likely
because it violates Google's editorial policy. This status corresponds
to "Disapproved" in the Google AdWords web-based interface.
* Deleted -- the criterion has been deleted. This status
corresponds to "Deleted" in the Google AdWords web-based interface.
Keywords also have the field
paused boolean The pause status of the criterion
---
So..
1. Will I receive a paused status for keywords in the structure
report?
2. If I receive a paused status for keywords, does that mean InActive
& Paused
3. If I do not receive a paused status for keywords..
Is the only way of figuring out if a keyword is paused by
querying each keyword?
Is there a way to decipher if a keyword is paused (... if maxCpc
> minCpc and status is InActive, keyword must be paused.)
----
Thanks,
-tim