Can I manually override google optimize redirection and avoid external redirection?

I am running google optimized A / B redirect tests using SPA on React, a Redux framework.

The problem I'm trying to solve is redirecting to a new page causes a complete page reload, which I would like to avoid and prefer to do it manually, so it will be smoother for the user and much faster.

Is there a way to do this?

+3


source to share





All Articles