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
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
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
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