Hi all,
with the GSC Connector I extract the clicks for the same period, from two different proprieties, with two formulas.
For example:
=@Dump(Connector("GoogleSearchConsole.SearchAnalytics";"https://www.property1.com/";"2024-01-01";"2024-01-31";;"web";FALSO;0;"Clicks";VERO;1000))
and
=@Dump(Connector("GoogleSearchConsole.SearchAnalytics";"https://www.property2.com/";"2024-01-01";"2024-01-31";;"web";FALSO;0;"Clicks";VERO;1000))
It's possible to merge these formulas into a single cell, to obtain one instead of two?
Thanks