On Jan 7, 6:30 pm, Shobha Rishiraj <[email protected]> wrote:
> The test Example:http://www.replyat.com/Maptest-V3.aspdisplay the map in
> two display modes.
>
> *In first mode* where it is showing the button on right top “ Set API key
> On “, the source code of the page shows that no API key is being used. Here
> the AdSense ads are visible.
>
> *In the second mode*, that appears after clicking the button “Set API key
> on “, the source code of the page is showing that the API key is being used
> only on one location ( Not Google Maps API multiple times on this
> page) and rest of the script is exactly identical to the first mode. Here
> there is no problem with the map display but the AdSense code is not
> responding.
>
> I have also tested the script in Chrome browser. There is no warning
> message and both options are demonstrating differently as already explained.
>
> The ASP script is being used only to get the user location and insert the
> following part of the script:
>
> <script type="text/javascript" src="//
> maps.googleapis.com/maps/api/js?key=AIzaSyA9Fp-zeZB-yQeiA8ARj1OlHCJxoI_0DPU
> &sensor=false"></script>
Which is the second include of the API. When I view the source on
that page, I see:
<script src="https://maps.googleapis.com/maps/api/js?
v=3.exp&sensor=false&libraries=adsense"></script>
<script type="text/javascript" src="//maps.googleapis.com/maps/api/
js?key=AIzaSyA9Fp-zeZB-yQeiA8ARj1OlHCJxoI_0DPU&sensor=false"></
script>
It needs to be:
<script src="https://maps.googleapis.com/maps/api/js?
v=3.exp&sensor=false&libraries=adsense&key=AIzaSyA9Fp-zeZB-
yQeiA8ARj1OlHCJxoI_0DPU&sensor=false"></script>
--- Larry
>
> _______________________________
>
> On Tue, Jan 8, 2013 at 4:12 AM, Enoch Lau (Google Employee) <
>
>
>
>
>
>
>
> [email protected]> wrote:
> > As Larry already noted, you're loading the Maps API twice. See
> >https://developers.google.com/maps/documentation/javascript/tutorial#...
>
> > On Tuesday, January 8, 2013 1:49:19 AM UTC+11, shobha wrote:
>
> >> How it will be possible for Google or the user to monitor the limit of
> >> free quotas without the use of key for API v3 ?
>
> >> In case the user is also interested to track usage limit by using the API
> >> v3 key and is also interested to display AdSense ads, why that should not
> >> work?
>
> >> It may be true that Version 3 will work without a key; but there is no
> >> guarantee that they will continue to do so; and using a key brings the
> >> benefits of statistics reporting.
>
> >> On Mon, Jan 7, 2013 at 1:22 PM, [email protected]
> >> <[email protected]>wrote:
>
> >>> On Dec 23 2012, 7:47 pm, Shobha Rishiraj <[email protected]>
> >>> wrote:
> >>> > If the API key for version V3 is used, the AdSense ads stops appearing.
> >>> > If the key is not used, it displays the map as well as the AdSense ads.
> >>> > As per the rule, the map should not work without the API key.
>
> >>> The Google Maps API v3 does not require a key. It is only needed if
> >>> you exceed the free quotas on services and want to be able to pay for
> >>> additional quota or if you want to track your use of Google's
> >>> services.
>
> >>> > I will like to use the assigned API key without blocking the AdSense
> >>> ads.
> >>> > Can any body suggest the necessary corrections required?
>
> >>> > Test
> >>> > Example:http://www.replyat.**com/Maptest-V3.asp<http://www.replyat.com/Maptest-V3.asp>
>
> >>> I get these messages in the javascript console in Chrome:
>
> >>> Warning: you have included the Google Maps API multiple times on this
> >>> page. This may cause unexpected errors. main.js:42
> >>> Uncaught Error: Invalid value for property <map>: [object Object]
> >>> %7Bmain,adsense%7D.js:1
> >>> Uncaught TypeError: object is not a function
>
> >>> Maybe if you address them the problem will go away.
>
> >>> -- Larry
>
> >>> --
> >>> You received this message because you are subscribed to the Google
> >>> Groups "Google Maps JavaScript API v3" group.
> >>> To post to this group, send email to google-map...@**googlegroups.com.
>
> >>> To unsubscribe from this group, send email to google-maps-js-api-v3+**
> >>> [email protected].
> >>> For more options, visit this group athttp://groups.google.com/**
> >>> group/google-maps-js-api-v3?**hl=en<http://groups.google.com/group/google-maps-js-api-v3?hl=en>
> >>> .
>
> >> --
> > You received this message because you are subscribed to the Google Groups
> > "Google Maps JavaScript API v3" group.
> > To view this discussion on the web visit
> >https://groups.google.com/d/msg/google-maps-js-api-v3/-/RjcWVKFQXdMJ.
>
> > To post to this group, send email to
> > [email protected].
> > To unsubscribe from this group, send email to
> > [email protected].
> > For more options, visit this group at
> >http://groups.google.com/group/google-maps-js-api-v3?hl=en.
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-maps-js-api-v3?hl=en.