google-ads-python
google-ads-python copied to clipboard
Where in the package can I access programatically the query_validator function?
Hi,
I want to use https://developers.google.com/google-ads/api/fields/v17/query_validator on my python code. So that I can check before sending a query that the query is indeed a valid GAQL query.
Is the function available here on the python package?
Thanks in advanced!