@Fausto Manzoni
I have the samen problem with 5.5.1
Already tried to enter the browser_caps files, but did not succeed.
Added this to the oceanspiders file (where all other Google Bots are in)
<browser id="GoogleAdsbotMobile" parentID="oceanspiders">
<identification>
<userAgent match="AdsBot-Google-Mobile" />
</identification>
<capture></capture>
<capabilities>
<capability name="crawler" value="true" />
<capability name="browser" value="Googlebot-Mobile" />
<capability name="version" value="Google-Adsbot-Mobile-iPhone" />
<capability name="majorversion" value="3" />
<capability name="minorversion" value="0" />
<capability name="crawler" value="true" />
<capability name="isMobileDevice" value="false" />
</capabilities>
</browser>
Anyone?