I'm trying to grab top queries from a list of URLs in column A with a query filter. I tried the formula below but this did not work.
=@Dump(Connector("GoogleSearchConsole.SearchAnalytics","https://www.website.com/","2019-06-01","2020-09-11","page=~"&A2 query!~keyword1","web",0,"Query",TRUE,5),TRUE)
However, the formula works when adding the URL manually -
=@Dump(Connector("GoogleSearchConsole.SearchAnalytics","https://www.worldmarket.com/","2019-06-01","2020-09-11","page=~https://www.website.com/category/product
query!~keyword1","web",0,"Query",TRUE,5),TRUE)