Hi Zweitze, Thanks for the insight.
I am working on project where I need to have Minimum Converisons and View through Conversions criteria for adgroup and campaign. So when I fetch the data I need to use condition where Converisons >= 5 to achieve the target audience. But as you mentioned conversions were given with two digits, I cannot achive with converisons > 5.00 and converisons = 5.00. Can you please add your views for this conditions? Thanks, On Monday, 16 September 2019 20:21:07 UTC+5:30, Zweitze wrote: > > 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 [email protected] To unsubscribe from this group, send email to [email protected] 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/de7088c4-6b19-473b-a82a-aa220f6be980%40googlegroups.com.
