open up the functions.php file under libs/ in awesome ads plugin
look for the function
function get_awesome_google_ads
take this
Code:
$ad_code .= 'google_ad_client = "pub-'.$g_id.'";
replace it with
Code:
$ad_code .= 'google_ad_client = "ca-pub-'.$g_id.'";