Google AdSense Reporting Plugin for WordPress is not very difficult to develop. Here is guide for creating your own Plugin which will show your earning. An important point to mention about Google AdSense Reporting Plugin for WordPress is, do not use any third party plugin as the new Google authorization will require a authorization details (not user id password), it is unsafe to use for serious accounts.
Google AdSense Reporting Plugin for WordPress : Required Basic Knowledge and Resources
You will need a minimum knowledge to develop a WordPress Plugin, which we wrote before as a guide. Google AdSense Reporting Plugin for WordPress is itself not very difficult to create as we have the php api client :
1 | https://code.google.com/p/google-api-php-client/ |
Download it and uncompress it. We will not need all the resources, only these for developing Google AdSense Reporting Plugin for WordPress :
---

Google AdSense Reporting Plugin for WordPress : The Steps
First, develop your WordPress Plugin first which for example shows another chart inside WordPress Admin Panel’s specific page. Then basically you need to call that AdSenseAuth.php file by require_once hook. The important step here is the modification of the AdSenseAuth.php file. As basically you will only one who will use this plugin, you can directly add the AdSense API details for your own Google AdSense Reporting Plugin for WordPress.
For this you need to apiClient instance from the same Google account which you have AdSense. Go to this webpage :
1 | https://code.google.com/apis/console/?api=adsense |
Create your own app, you can secure it by restricting access by IP too. This is the Major Advantage of Developing Own Google AdSense Reporting Plugin for WordPress. Restriction is fully in your hand. Copy the details of your App and modify your Google AdSense Reporting Plugin.
So, you will not need to login to Google AdSense again and again, you can actually get your reporting within your dashboard.
