Hi Chirag,
Could you post a report request log after masking out the credentials?
Cheers,
Anash P. Oommen,
AdWords API Advisor.
On Tuesday, January 12, 2016 at 12:15:57 AM UTC-5, Chirag wrote:
>
> Hello Anash,
>
> I am using v201509. This issue is with GRETER_THAN Predicate with value as
> 0.
>
Hello Anash,
I am using v201509. This issue is with GRETER_THAN Predicate with value as
0.
Thanks,
On Monday, 11 January 2016 19:43:55 UTC+5:30, Anash P. Oommen (AdWords API
Team) wrote:
>
> Hi Chirag,
>
> Looks like you need to upgrade your reporting API version to v201509.
>
> Cheers,
> Anas
Hi Chirag,
Looks like you need to upgrade your reporting API version to v201509.
Cheers,
Anash
On Sunday, January 3, 2016 at 7:36:10 AM UTC-5, Chirag wrote:
>
> Hello Anash,
>
> Any update on this?
>
> Thanks,
>
>
> On Thursday, 31 December 2015 17:44:43 UTC+5:30, Chirag wrote:
>>
>> Hi Team,
>>
Hello Anash,
Any update on this?
Thanks,
On Thursday, 31 December 2015 17:44:43 UTC+5:30, Chirag wrote:
>
> Hi Team,
>
> I am also Not able to use predicate GREATER_THAN with convertedclicks
> under ADGROUP_PERFORMANCE_REPORT.
>
> $selector->predicates[] = new Predicate('ConvertedClicks', 'GRE
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 Ranjit,
For destination url, a DestinationUrl STARTS_WITH 'http' might work.
Cheers,
Anash P. Oommen,
AdWords API Advisor.
On Friday, May 9, 2014 11:38:30 PM UTC-7, Ranjit Behera wrote:
>
>
> Thanks Josh,
>
> Can u pls tell me how can i apply filter to restrict NULL values in
> MaxCpc and D
Hi,
I'm not aware of any way to explicitly filter null values. However, you
could filter for *Impressions GREATER_THAN 0* and achieve almost the same
thing, since I would expect to get a *DestinationUrl* back for any
criterion with impressions. You could also filter by *MaxCpc GREATER_THAN
0
Thanks Josh,
Can u pls tell me how can i apply filter to restrict NULL values in MaxCpc
and DestinationUrl columns.
I tried with below code :
$selector->predicates[] = new Predicate('DestinationUrl ','NOT_EQUALS',
NULL);
$selector->predicates[] = new Predicate('MaxCpc ','NOT_EQUALS', NULL);
Hi,
That error is occurring because you cannot use the
*CONTAINS_IGNORE_CASE*operator with the
*Status* field. If you use *EQUALS*, *IN* or *NOT_IN* the report should
run successfully. The reason for this is that *CONTAINS_IGNORE_CASE* is
meant for String fields, but *Status* will be an inst
Hi,
Am trying to apply predicates to Keyword Performance Report, below is my
Code :
$selector->predicates[] = new Predicate('Impressions',
'GREATER_THAN_EQUALS', '0');
$selector->predicates[] = new Predicate('Status',
'CONTAINS_IGNORE_CASE','PAUSED');
I Also tried :
10 matches
Mail list logo