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 https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201309/BasicOperations/GetKeywords.php 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 https://developers.google.com/adwords/api/docs/appendix/selectorfields#v201309-AdGroupCriterionService So how do I get the current status of the keywords when fetching them using the get method of AdGroupCriterionService ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
