I'm trying to chain more than one filter on GSC querying and fail on it. My try looks like in example, with the single difference: one filter is a cell reference. The whole formula looks like this:
=Dump(Connector("GoogleSearchConsole.SearchAnalytics";"https://www.example.com/";"2019-11-22";"2020-11-22";"['[mydata.xlsx]Tabelle1'!B2] query =~ mybrand";"web";0;"Clicks";WAHR;1000))
As a result comes the value, as it would be a single filter "query =~ mybrand"
.
What is the correct syntax of chaining multiple filters? In example they are just separated with a line break: CRLF
or \r\n
.