Re: Validate Query via API

2023-03-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi All, You may refer to this SearchGoogleAdsRequest documentation, when setting validate_only to “true” the request will be validated but not executed. You may also refer to GoogleAdsService documentation for the list of thrown errors for each corresponding method. Please note that when

Re: Validate Query via API

2023-03-28 Thread Zweitze
Check out the validate_only parameter of SearchGoogleAdsRequest . Of course, you actually do send the query to the API - but the query won't be executed, just tested for errors. Beware of the following (or:

Validate Query via API

2023-03-27 Thread Nicholas Lee
Is there a way to validate a google ads query before sending it to the search api without having to check it manually via the validator? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/