powered by
Retrieves the requested analysis query. Reference: <https://developers.google.com/ads-data-hub/reference/rest/v1/customers.analysisQueries/get>
get_query(query_name, token)
e.g.customers/123/analysisQueries/abcd1234
Access token retrived from function google_auth()
A list of query details
# NOT RUN { library(adsDataHubR) token <- google_auth(client_id = client_id, client_secret=client_secret) get_query(query_name, token) # }
Run the code above in your browser using DataLab