Re: incompatible combination of HourOfDay and AllConversionValue

2021-06-23 Thread Dmitry Shofman
Hi, Finally I had a time to test it (and also to learn the new API) and it's working there, even with extra segments! "SELECT campaign.id, " + "ad_group.id, " + "metrics.all_conversions, " + "metrics.all_conversions_value, " + "segments.device, " + "segments.date, " + "segments.hour " + "FROM ad

Re: incompatible combination of HourOfDay and AllConversionValue

2021-05-13 Thread Google Ads API Forum Advisor Prod
Hi Dmitry, Thank you for reaching out. Please give it a try to query both the segments.hour and metrics.all_conversions_value from the ad_group resource. Thanks and regards, Xiaoming, Google Ads API Team Xiaoming Google Ads API Team ref:_00D1U1174p._5004Q2HAaNU:ref -- -- =~=~=~=~=~=~=~=~=~=

Re: incompatible combination of HourOfDay and AllConversionValue

2021-05-13 Thread Dmitry Shofman
I understand. Is this going to be supported in the new Google Ads API? Is this already supported? Thanks On Thursday, May 13, 2021 at 4:23:15 PM UTC+3 adsapiforumadvisor wrote: > Hi Dmitry, > > Thank you for reaching out. If you check the compatibility for HourOfDay >

RE: incompatible combination of HourOfDay and AllConversionValue

2021-05-13 Thread Google Ads API Forum Advisor Prod
Hi Dmitry, Thank you for reaching out. If you check the compatibility for HourOfDay you would find that AllConversionValue is not compatible with HourOfDay. Our top priority right now is to get the new Google Ads API ready for general availability. As such, we aren't planning on adding enhancem

incompatible combination of HourOfDay and AllConversionValue

2021-05-13 Thread Dmitry Shofman
Hi, A combination of HourOfDay and AllConversions is compatible both via UI and API. A combination of HourOfDay and AllConversionValue is compatible on UI, but fails via API. I don't understand the rationale behind. This data is known and is shown on the UI, why to limit it via API? Can this