For the totient function $\phi$, we have the well known "Euler's product formula" (as named on Wikipedia) $$\phi(n) = n \prod_{p | n} \left( 1 - \frac{1}{p} \right)$$ This is easy to show knowing multiplicativity of $\phi(n)$ and the fact that $\phi(p^k) = p^{k-1}(p-1)$. However, I was applying the Sieve method to find an upper bound for the number of integers $k$ such that some separable polynomial $f(k)$ avoided some residue classes, and a quantity of the form $ \phi(n) \prod_{p | n} \left(1 - \frac{1}{\phi(p)} \right) $ showed up. I realized that the Euler product formula is just the statement that if for multiplicative functions $g(n)$ we define $$F_g(n) := g(n) \prod_{p | n} \left(1 - \frac{1}{g(p)} \right)$$ then for $g(n) = n$, we have $F_g(n) = \phi(n)$. Further, $F_g(n)$ is always multiplicative as when $(m,n) = 1$ we have $$ F_g(mn) = g(mn) \prod_{p | mn} \left( 1 - \frac{1}{g(p)} \right) = g(m) \prod_{p |m} \left( 1- \frac{1}{g(p)} \right) g(n) \prod_{p |n} \left( 1 -\frac{1}{g(p)} \right) = F_g(m)F_g(n) $$ So my question is: What multiplicative function is $F_g(n)$ when $g(n) = \phi(n)$? Is there an expression for it in terms of the well-known arithmetic functions? If not $g(n) = \phi(n)$, besides $g(n) = n$ for what other multiplicative $g(n)$ can we find $F_g(n)$ in terms of standard arithmetic functions? Another quantity that shows up while sieving for a slightly different set is, for $ a \in \mathbb{Z}^{+}$ $$ F^a_g(n) := g(n) \prod_{p | n} \left( 1 - \frac{a}{g(p)} \right) $$ In particular, $F^2_{\phi(n)}$ had shown up, but I realized I could not even find an expression for $F^a_{\text{Id}(n)}$ where $\text{Id}(n) := n$ for $a > 1$.
If it helps, even resolving the question for $n$ squarefree is of interest, but for the purposes I intend to work with it for I only need to estimate the growth of this quantity with $n$