By VictorE on
Google just announced an API for Adsense. Speaking from a somewhat selfish perspective, this seems like it would be a great candidate for a Drupal module, especially with Drupal's multi-user blogging capabilities.
Google just announced an API for Adsense. Speaking from a somewhat selfish perspective, this seems like it would be a great candidate for a Drupal module, especially with Drupal's multi-user blogging capabilities.
Comments
Is there any module for this
I am also interested to know whether there is any module for this
Yes.
http://drupal.org/project/adsense
AdSense module is not for AdSense API
Please note that AdSense module is only for the publisher to use adsense code in the site.
but AdSense API is to programmatically create and access AdSense accounts through web services. It provides a subset of the functionality available at the AdSense website.
This is intended for developers who want to programmatically create and access AdSense accounts.
Need help to implement this API
i want to implement AdSense API to drupal 4.76 to allow my users to apply for AdSense without leaving my site
To get started, just follow the instructions in the Getting Started Guide, available at http://code.google.com/apis/adsense/gettingstarted.html
the following are sample code in php and required NuSOAP Toolkit for PHP
1. common.php
and
2. CreateAccount.php
Please guide me in this regard
Google AdSense API Samples
You can find some Google AdSense API sample code and also downlod a demo website here - http://www.dotnetspider.com/adsense/AdSenseAPISamples.aspx
is it possible to use Adsense API in Drupal
i have not seen any request or post regarding Adsense API module development in Drupal. Is this because AdSense API cannot use in Drupal.