I try to setup page filters to query GSC metric and don't know how to reference a cell correctly.
I'm doing it on the following way:
- Setup a domain, like https://example.com
- In the cell
A2
i fill a unique URL part, likehttps://example.com/page1/
- Setup filter to get filter setting from
B2
- Into
B2
i write the filter settingpage == https://example.com/page1/
If i now query the data, i get it correctly.
But: if i try to setup the filter in B2 like page == A2
i get only empty cells. Seems, my syntax of the cell reference is wrong.
How can i setup the cell reference in the filter? What is the correct syntax for this?