If you are using AdMob on a Unity 4.3+ application, please add the following line in your AndroidManifest.xml under the com.unity3d.player.UnityPlayerProxyActivity activity for clicks to work:
<meta-data android:name="unityplayer.ForwardNativeEventsToDalvik" android:value="true" />