Here's my secret for getting lots of 10's on adwords.
Enjoy
Code:
<?php
if (isset ($_GET['keyword']))
{
$key = str_replace('-', ' ', $_GET['keyword']);
}
else
{
$key = 'Default Keyword';
}
?>
Then anywhere you want the new keyword have
Quite self explanatory, with this and a GOOD ctr, say 10-30% plus you can get 10/10 easy. Funnily enough ive never seen 8 or 9, always 7... then 10.
Then if your ad is targeting the keyword "blue widgets" (whys that alwyas the example? lol)
Put Blue Widgets
Whatever you want
Blah blah
Target url: Domain.com/index.php?keyword=blue-widgets
Then blue widgets will appear wherever you place the above php code in your site to make it more relevant, i suggest only using it with [exact match] but play around. Google are happy with it.
Make sure your index (or whatever page) is renamed to .php or create a htaccess rewriteRule