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