This is not so much of a task as an FYI.
I was not able to get the Google Analytics module working on the securesite landing page (front page of my site). Turns out the securesite-page.tpl.php was missing the following statement after line 25
print $closure;
Seen here:
That seemed to fix the problem.