Thank you - but should not Google be making this much more simple for webhosts to use ? But thanks for taking the time to help !
On Dec 19, 12:41 pm, Shobha Rishiraj <[email protected]> wrote: > Step 1. open this link in your browser > > http://www.replyat.com/GLx1.HTM > > Step 2. Click View of your browser and then Page Source to view the script > for Google Map. > > Step 3. Find the following script in the page source: > > ----------------------------------------------------------- > > var publisher_id = "pub-3474423317406491"; > > adsManagerOptions = { > > maxAdsOnMap : 2, > > style: 'adunit', > > // channel: '1923460607' ---- No need to use it > > }; > > adsManager = new GAdsManager(map, publisher_id, adsManagerOptions); > > adsManager.enable(); > > ---------------------------------------------------------- > > You should add this script on similar location of your map generating > script. > > It is to be placed within main function at the end > > function initialize() > > You will need to insert your own publisher id in the script. The value for > maxAdsOnMap can be either 1 or 2. There is no need to use the channel value > or create your own channel No by using 'My Ads' section of AdSense > > On Mon, Dec 19, 2011 at 4:55 AM, Andrew Leach <[email protected]>wrote: > > > > > > > > > On 18 December 2011 17:55, David <[email protected]> wrote: > > > We are perhaps talking about different things here. I have created > > > about 300 maps for inclusion on the pages of my website - an example > > > is atwww.oldstratforduponavon.com/arras, where you may see a Google > > > map of Arras city centre. > > > We are indeed talking about different things. You have not used the > > API to build your map; you're including a Google Map in an iframe in > > your site. > > > The right place to ask about Google Maps which don't use the API is in > > the Maps Help Forum rather than the API Group, and this entry (and its > > references) might be relevant: > > >http://www.google.com/support/forum/p/AdSense/thread?tid=7338614e75c5... > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google Maps API V2" 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-api?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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-api?hl=en.
