Hello, I'm trying to migrate from AdWords to Google Ads API. I need a way to validate queries sent to searchGoogleAdsFields from the PHP library, as to prevent my user adding fields that are not selectable with each other. When these incompatible fields are queried together, the exception that is returned by the API is less then helpful - it simply returns 'Unrecognized fields in query' along with all fields that were sent, instead of just the fields that are incompatible with each other.
Is there an easy way to do this, besides querying every single field for selectable_with? This would take too many calls. Kind regards -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/502f7694-d12e-484c-ae32-606932f167e7n%40googlegroups.com.
