powered by
Performs static validation checks on the provided analysis query. Reference: <https://developers.google.com/ads-data-hub/reference/rest/v1/customers.analysisQueries/validate>
validate_query(customer_id, query_instance, token)
ADH Customer ID e.g. customers/123
Query instance returned by create_query function
Access token retrived from function google_auth()
If successful, the response body contains a validation queryPerformanceInfo object
# NOT RUN { library(adsDataHubR) token <- google_auth(client_id = client_id, client_secret=client_secret) validate_query(customer_id, query_instance, token) # }
Run the code above in your browser using DataLab