->

21 May 2009

Google Maps API Adsense (Revamp) - May 2009

Google Maps API Adsense (Revamp) - May 2009

"a new feature that will enable geo developers to generate advertising revenue from their Google Maps API mashups"

Note: Google AdSense for Content account required to obtain a publisher ID

Mapperz Testing Adsense Google Maps API May 2009 Revamp
Live Example (few tweaks required)
http://mapperz.googlepages.com/Mapperz_Testing_Adsense_May2009.html

Sources: (and helped solved the issues)
http://groups.google.com/group/Google-Maps-API/browse_thread/thread/79da87885e4b879d#

Official Blog Post:
http://googlegeodevelopers.blogspot.com/2009/05/earn-revenue-from-your-mashup-with-maps_20.html


Labels: , , , ,

31 July 2007

Sponsored Links - Google Ads on Maps

Google Maps API on Version 2.85 of the API now integrates Adsense and the mapping together

Google Maps API sponsored links(ads) on a map
http://mapperz.googlepages.com/sponsered_links.html
though you will have to pan to the USA to get a sponsored link box
(Mapperz waiting for the UK to come active, have tried different text , vets, plumbers, doctors etc)
If you find a sponsored link in the rest of the world, post a comment

the code to add ads is
var adsManager = new GAdsManager(map, "Your AdSense ID");
adsManager.enable();

*remember you don't have to

No Official Post on this yet, and still very beta. Mapperz tries to do a UK based version but either no sponsored 'paid' links or is refined to USA only so far. There is not a lot of code or details how and when ads appear.
There have been a few suggestions on the Google Maps API group.

Here is Pamela Fox full text example then to Mapperz tinkering version...



It's seems to be based on the text associated with the page, which is okay, though prefer the AJAX Search ads method based on the users search.

A great potential to get your maps making money while you sleep!

Previous post on adsense in AJAX local search

Labels: , , , ,

13 June 2007

Google Maps & AJAX Search with Adsense (MapSense?)

Yes it is working....

Map With Adsense Working

But not officially documentated...

http://mapperz.googlepages.com/local_search_with_adsense_ajax_api.html

Mapperz

Labels: , , , ,

Google Maps API and AJAX LocalSearch Control

Google Map API and AJAX Search API get closer ...

the one liner that makes it happen
map.addControl(new google.maps.LocalSearch());

Update Please Note: Adsense is not Enabled yet but in the pipeline.


Note: Google will serve advertisements if you use this Local Search Control.

In addition to providing useful search results to users of your Google Maps API powered site, the Local Search Control for Google Maps is designed to help you make more money from your maps mashup. Search is a great opportunity to target relevant AdSense ads to users of your site. If you pass your AdSense ID into the constructor of your Local Search Control, then you will share in the revenue from clicks on the AdSense ad(s) generated by the Search Control. If you do not provide your AdSense ID, then ad(s) will still be served, but you will not receive revenue from those advertisements.

Embedded AJAX API Local Search Control in Google Map

http://mapperz.googlepages.com/new_local_search_ajax_apiv3.html
(corrected url for the css)

Official Post
http://www.google.com/uds/solutions/localsearch/compact.html

Google Map API response
http://googlemapsapi.blogspot.com/2007/06/localsearch-control-letting-users.html

more info and stay tuned on Adsense in Google Maps!:
http://www.google.com/uds/solutions/localsearch/index.html
http://www.google.com/uds/solutions/localsearch/adsense_gmlocalsearch.html

Labels: , , , , ,