I am using the adwords php api hosted here https://github.com/googleads/googleads-php-lib
It has got examples and I am using this one
that particular example fetches keywords in a given adgroup using the adgroup id and customerid.
The keyword information does not contain the status of the keyword, i.e. ACTIVE/PAUSED
How to get that ?
The selectable fields do not seem to have a field for current status. The list is here
So how do I get the current status of the keywords when fetching them using the get method of AdGroupCriterionService ?