And if you want to add google adsense to one of the widget zones, it is already built in. Just go to Admin > Widgets > Available Widgets And turn on something like Adsense Central widget.
Open your templates folder and add the GA code in header.tpl file before </head> yoururl/templates/header.tpl
Sorry, I wasn't sure if you meant Google Adsense or Analytics. For analytics in phpLD 4.1 just go to Admin > Settings > Site And there is place to paste the analytics code. Also, interestingly you can paste your Piwik code there too. I actually prefer Piwik to Analytics.
Basically the GA is a small script of code which needs to be added just before the </head> tag so that the page does not take the extra time to load. It is to be put on every page that you want to track or if you are using a common page for the whole site then it should be included in that page like header.xxx or foooter.xxx.