incompatible combination of HourOfDay and AllConversionValue

22 views
Skip to first unread message

Dmitry Shofman

unread,
May 13, 2021, 4:39:23 AM5/13/21
to AdWords API and Google Ads API Forum
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 be solved (allowed)?

Thanks


Google Ads API Forum Advisor Prod

unread,
May 13, 2021, 9:23:15 AM5/13/21
to di...@adscale.com, adwor...@googlegroups.com

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 enhancements to the AdWords API, but we will continue to fully support it, and address any bugs as they are found.

Thanks and regards,
Xiaoming, Google Ads API Team
 


Google Logo
Xiaoming
Google Ads API Team
 


ref:_00D1U1174p._5004Q2HAaNU:ref

Dmitry Shofman

unread,
May 13, 2021, 10:10:57 AM5/13/21
to AdWords API and Google Ads API Forum
I understand.

Is this going to be supported in the new Google Ads API? Is this already supported?

Thanks

Google Ads API Forum Advisor Prod

unread,
May 13, 2021, 3:33:14 PM5/13/21
to di...@adscale.com, adwor...@googlegroups.com

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

 

Dmitry Shofman

unread,
Jun 23, 2021, 9:38:40 AM6/23/21
to AdWords API and Google Ads API Forum
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_group "
+ "WHERE segments.date DURING LAST_30_DAYS AND metrics.all_conversions>0";

Thanks

Reply all
Reply to author
Forward
0 new messages