Pages

Showing posts with label AdSense. Show all posts
Showing posts with label AdSense. Show all posts

Tuesday, July 21, 2009

Adsense + Photosense

I was just roaming around facebook. We had a wonderful one dish party lately. I was just watching the photos. And this one is one of them. Mainly this is a mixed fruit vegetable salad. No doubt the salad was really cool. But there was one thing missing in the salad, Jack fruit. But don't worry you can buy it from cellBazaar. (Look at the right side advertisement). It just clicked me that days are not very far when adsense services (Google, Adbright) will sense images..


Monday, June 01, 2009

This is my Idea for Google...

Have a look at the stunning google street view.













Very nice view. Now give a closer look. On the right side there is Bill Board. But the left side of the streeet is empty.. In future what can happen See below



Now have a look @ the left sideof the street. It is not empty..
So google can easily sell their location based advertidement on this kind of virtual bill board. 

And there are a lot of added benefits. Like managing the adverts would be a lot easier than now. 

In the next century or a little before that when human driver less vehicles  will use google street view , then this virtual bill boards can play a crucial role in marketing. 

Sunday, February 01, 2009

Showing up Google Adds on your Facebook Application
Its about facebook & google. I was trying to show few google adds on my Facebook app.

The code is very simple.. Just the Google Add scriptlet and then the Sample PHP code from facebook developer. In a whole it looks like below.





// Copyright 2007 Facebook Corp.  All Rights Reserved.
//
// Application: nothing
// File: 'index.php'
//   This is a sample skeleton for your application.
//
echo "This is my FB app";
require_once '/home/da2642e0/facebook/facebook-platform/client/facebook.php';


$appapikey = 'Your App ID';
$appsecret = 'The secret Key';
/*$facebook = new Facebook($appapikey, $appsecret);
$user_id = $facebook->require_login();


// Greet the currently logged-in user!
echo "
Hello, !
";


// Print out at most 25 of the logged-in user's friends,
// using the friends.get API method
echo "
Friends:";
$friends = $facebook->api_client->friends_get();
$friends = array_slice($friends, 0, 25);
foreach ($friends as $friend) {
  echo "
$friend";

}
echo "
";
?>


Of course this was not working, that is why I am blogging. 
Here is a very silly problem. Oh dont worry the problem is not in the code.
It is a FB app settings related issue. I dont know very clearly but it worked in my case, When I selected the IFrame instead  of FBML..  Look @ the image below.