When you activate the plugin there is a "Congratulations" notice that contains a "Start Setup" button that should link to the start screen, but it does not link anywhere. The link has an href attribute of "#" rather than a link to a setup page.
As a user, I would expect to find the button link me to a setup or start screen.


_Do not alter or remove anything below. The following sections will be managed by moderators only._
OAuth_Client::using_proxy() in https://github.com/google/site-kit-wp/pull/614/files#diff-48c8b1490a8befd13ca3a60d4be2b7fcR559), the link should point to the proxy (see OAuth_Client::get_proxy_setup_url() in https://github.com/google/site-kit-wp/pull/614/files#diff-48c8b1490a8befd13ca3a60d4be2b7fcR581)\Google\Site_Kit\Core\Util\Activation::get_setup_url() methodreturn OAuth_Client::using_proxy ? OAuth_Client::get_proxy_setup_url() : $splash_url\Google\Site_Kit\Core\Util\Activation::get_activation_notice to use a URL instead of #get_setup_url() for hrefonClick handler to only dispatch the event tracking requestTesting this issue some more and the onload document.location is working. Troubleshooting to reproduce again now.
I believe the issue occured when the page had not fully loaded and perhaps the analytics library had not yet loaded. Tested with adblock enabled and disabled and once page loads the button is functional. There is an opportunity to ensure the button fails gracefully though.
The link has an href attribute of "#" rather than a link to a setup page.
This is not really accessible and should be fixed IMO.
@felixarntz given that this button will now need to point to the Site Kit Service, do you want to repurpose this issue for changing the link to point to there?
@aaemnnosttv Let's not expose a new method for this because the non-proxy version will go away. We can run the logic directly in Activation.
Otherwise, IB looks good ✅
This is covered by #691 but I think it's fine to just review #673—if it gets through code review this issue can also move to QA.
I verified the link here looks correct and based on the Issue I am moving this to Approval.
