I'm trying to get impressions from the GSC and fail on it...
The formula from STFE, which gives keywords too, is
=Dump(Connector("GoogleSearchConsole.SearchAnalytics";"https://www.example.com";"2017-01-01";"2017-12-31";;"web";10;0;"Query,Impressions";WAHR))
I try to modify it like
=Dump(Connector("GoogleSearchConsole.SearchAnalytics";"https://www.example.com";"2017-01-01";"2017-12-31";;"web";10;0;"A1,Impressions";WAHR)), w
here in A1 is my keyword i want to get impressions - but it doesnt work...
Could somebody point me to the right formula?