is there a way to proxy web analytics through a custom domain? the primary one is blocked by ublock
is there a way to proxy web analytics through a custom domain? the primary one is blocked by ublock


domain.com/* does that also apply to domain.com itself?
concat("https://www.example.com", http.request.uri.path)/whatever/[slug] to /[slug] regex_replace operator?/whatever/ is 10 characters, so the 9th char onward should give me the rest of the path
foo.example.com -> example.org/?id=foo. Was tinkering with moving over some Page Rules but having a hard time with this bit of the puzzle 
concat("https://www.example.com", http.request.uri.path)/whatever/[slug]/[slug]regex_replaceregex_replace(http.request.uri.path, "^/whatever/(.*)", "/${1}")