I have a trouble finding the variable with current page URL, if it's not canonical. (PROD screen)
Where MIVA stores it? In order to filter the custom fields data I need the actual URL that user sees in the browser window.
Seems it's NOT in system variables, not in g.socialurl (remember, we need to get actual URL, "Normal" from the screenshot below, not canonical one)
The answer to the question is:
s.request_uri
Where MIVA stores it? In order to filter the custom fields data I need the actual URL that user sees in the browser window.
Seems it's NOT in system variables, not in g.socialurl (remember, we need to get actual URL, "Normal" from the screenshot below, not canonical one)

The answer to the question is:
s.request_uri

Comment