Re: get keyword status from getkeywords api in php

2018-01-30 Thread 'Peter Oliquino' via AdWords API Forum
Hi, My apologies for the confusion and allow me to update my previous response. Also, for the benefit of those following our thread, I will be responding publicly to your follow up question regarding my previous suggestion not working as expected. >From the results that you will retrieve or fo

Re: get keyword status from getkeywords api in php

2018-01-30 Thread 'Peter Oliquino' via AdWords API Forum
Hi, Since you have already included the *Status * field in your selector, you will just need to include the sample code snippet below inside your loop : *$adGroupCrite

get keyword status from getkeywords api in php

2018-01-30 Thread Bhairavi
I am using google adwords client library for php.I am using getKeywords api to fetch keywords and related info.How to get keyword status in api. I have added 'Status' in selector field as follows- $selector->setFields( ['Id', 'CriteriaType', 'KeywordMatchType', 'KeywordText','Status']);