@op
goto the theme files(not root index.php), goto wp-content/themes/yourtheme ...
there you will see the files ... index.php, header.php, footer.php, page.php, single.php ...
header is the same for the whole site, so if you want a sitewide google ad somewhere in the header area, you have to edit the header.php and code the ad code, and position it using div tabs, margins etc ..
Same with the footer, footer.php is same for the whole site....
single.php is the template for POST, if you want an ad to show up in all the posts, edit this file, and drop the code accordingly.
page.php is the template for a PAGE, the ad will show in all the pages ...
If you want to put an ad in the sidebar, you can use the text widget in the widget section...