Following the initial response the conversation went private but now that it is somewhat solved I felt like posting about it in the event this might help someone else.
Here is how my initial query looked, like (to some extent, I simplified it a bit) SELECT segments.date, segments.device, segments.keyword.ad_group_criterion, customer.descriptive_name, ad_group.id, campaign.id, ad_group_ad.ad.id, ad_group_ad.ad.tracking_url_template, metrics.cost_micros FROM ad_group_ad WHERE segments.date >= '2022-02-01' Turns out the problem was the inclusion of segments.keyword.ad_group_criterion. I don't know why, because in the docu it is clearly available in the list of possible segments https://developers.google.com/google-ads/api/fields/v9/ad_group_ad#segments.keyword.ad_group_criterion On Tuesday, 8 February 2022 at 06:51:35 UTC+1 adsapi wrote: > Hi Igor, > > Thank you for reaching out. > > Our team would like to take a closer look at the issue you observed so we > can verify the behavior. To do so, our team would like to replicate the > report request that you performed and would need your complete request > <https://developers.google.com/google-ads/api/docs/concepts/field-service#request> > > and response > <https://developers.google.com/google-ads/api/docs/concepts/field-service#response> > > logs with the request-id > <https://developers.google.com/google-ads/api/docs/concepts/call-structure#request-id>, > > and login-customer-id > <https://developers.google.com/google-ads/api/docs/concepts/call-structure?hl=en#cid> > > that was used. > > If you haven't yet, logging can be enabled by referring to this guide > <https://developers.google.com/google-ads/api/docs/client-libs/python/logging?hl=en> > > for Python. > > You may then send the requested information via the *Reply privately to > author* option. If this option is not available, you may send the details > directly to our [email protected] alias instead. > > Best regards, > > [image: Google Logo] > Peter Laurence Napa Oliquino > Google Ads API Team > > > ref:_00D1U1174p._5004Q2W53MJ: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 "Google Ads API and AdWords 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/ccc76eed-6567-45c2-a142-55ae786319a0n%40googlegroups.com.
