When configuring the global site tag, where in the HTML should it be placed?
directly before the </head> tag
</head>
directly after the <head> tag
<head>
directly after the <body> tag
<body>
directly before the </body> tag
</body>