Re: shopping keywords + dest.urls

2015-12-31 Thread dd
I mean not using AdHoc reporting, but real api Services, like https://developers.google.com/adwords/api/docs/reference/v201509/AccountLabelService On Thursday, December 31, 2015 at 12:01:45 AM UTC+1, Nadine Sundquist (AdWords API Team) wrote: > > Hi Dennis, > > When you say *core api, *what ex

Re: SelectorError.INVALID_PREDICATE_OPERATOR-v201309

2015-12-31 Thread Chirag
Hi Team, I am also Not able to use predicate GREATER_THAN with convertedclicks under ADGROUP_PERFORMANCE_REPORT. $selector->predicates[] = new Predicate('ConvertedClicks', 'GREATER_THAN', array('0')); OR $selector->predicates[] = new Predicate('ConvertedClicks', 'GREATER_THAN', '0'); Getting

Account Status

2015-12-31 Thread AdWords API User
Hi, Can you confirm whether there is a mechanism to query the status of a client account through the API? We are specifically interested in whether an account has been suspended. We are aware that it is possible to use the Campaign Performance report to return the status of individual campaig

adwords documentation

2015-12-31 Thread Mhamad Canaan
Hi all, Im new to this and Im wondering if there is any documentation for php library. while reading the documentation I found that only the make your first request has the option of seeing it in php. while the rest of the documentation is only in java and Im finding it hard to understand. I ne