Hello Kevin, This is an odd one. It turns out it's a limitation of keyword theme constant right now where we can only return one filtered keyword theme constant at a time.
If you do this query, you'll get an internal error as well: SELECT keyword_theme_constant.resource_name FROM keyword_theme_constant However, if you do this query with a filter on the resource name, then you'll get back a result: SELECT keyword_theme_constant.resource_name FROM keyword_theme_constant WHERE keyword_theme_constant.resource_name = 'keywordThemeConstants/325198~0' As a result of this behavior, when you make a call to the other resource along with this resource, an error happens since it can only retrieve one at a time right now. I'm now checking to see if it's feasible to make it where more than one keyword theme constant can be retrieved at a time. If not, then there should be a clear error added explaining why. Regards, Nadine, Google Ads API Team ref:_00D1U1174p._5004Q2KbhQP: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/IX5P0000000000000000000000000000000000000000000000QWO0CA00ULD4zB8WThu3kCPJDrBvrw%40sfdc.net.
