Hi All,
We've been attempting to get our Google Maps v3 API usage tracked
within the Google APIs Console with no luck thus far - the api is
working fine, but no requests are logged in the console. I've posted
in the Ajax APIs group to no response, so I figured I'd see if anyone
here has seen the issue. The site in question is
http://WhatWasThere.com/
We've created a browser key and added it to all calls to the Maps API
as described at:
http://code.google.com/apis/maps/documentation/javascript/tutorial.html#api_key
The only difference between our implementation and the example is that
we are specifying a version:
Example: src="
http://maps.googleapis.com/maps/api/js?
key=YOUR_API_KEY&sensor=SET_TO_TRUE_OR_FALSE"
Us: src="
http://maps.googleapis.com/maps/api/js?
v=3.4&key=OUR_KEY&sensor=false"
Maybe there's an issue with tracking the usage of specific versions of
the v3 API?
Thanks in advance for any help!
-- Adam