May I ask what you are trying to achieve?

Note that
metrics.conversions>=0.00
is ALWAYS true, because you cannot have negative conversions. (Well, then 
there is of course *this problem 
<https://groups.google.com/d/msg/adwords-api/Dtpa811wABU/zXlZzkpKCgAJ>*, 
which is solved for the future - but in the past you may indeed get 
negative values. But.. it is extremely rare to run into these! Anyway this 
is the angle I'm interested in.)

Also, did you notice that conversions were given with two digits. Assuming 
you want (metrics.conversions>=1), do you have problems with:
metrics.conversions>0.99
If so, what problems do you experience?



On Monday, September 16, 2019 at 3:28:25 PM UTC+2, cv wrote:
>
> Hello Bharani,
>
> Yes, this could not be good solution to just get >= data by generating 2 
> reports.
>
> Mat was right, I am not getting any rows with conversions > 0.
>
> Thanks,
>
>
> On Monday, 16 September 2019 18:54:57 UTC+5:30, adsapiforumadvisor wrote:
>>
>> Hi Mat, 
>>
>> Thank you for the inputs. When using the WHERE clause, one or more 
>> conditions can be specified using AND to separate them. However, in this 
>> case, this will yield zero results. The workaround for this would be to 
>> generate two separate reports one with metrics.conversions > 0 and the 
>> other with metrics.conversions = 0 and combine the data results.  
>>
>> Regards,
>> Bharani, Google Ads API Team
>>
>> ref:_00D1U1174p._5001UHGOI3:ref
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/dd63127f-5d9f-4a18-91c3-63af615ff496%40googlegroups.com.

Reply via email to