How do I tell if a keyword was approved or disapproved by using the adCenter API?
When you add a keyword, it goes through an initial level of verification before the service operation is complete. If a keyword fails this initial verification, the AddKeywords service operation returns an error, indicating the failure. If the keyword passes this initial verification, it is created with an inactive status. The keyword then goes through the next level of editorial verification for site relevance and so on. If the keyword passes editorial verification, the status of the keyword is changed to active. If the keyword fails the editorial verification, the status is changed to disapproved. You can obtain the approval status of the keyword by using the GetKeywordsByAdGroupId or GetKeywordsByIds service operation and checking the contents of the EditorialStatus element of the Keyword object.