Admob.com or Mobile ads

3liteedition44

New Member
Messages
5
Reaction score
0
Points
0
Has anyone try adding admob ads to their site?

If yes can you tell me how?.........
Thanks you in advance..........
 
Last edited:

3liteedition44

New Member
Messages
5
Reaction score
0
Points
0
Re: Any one ?

Any One ? Guys, where technology is going if you don't have a mobile site with advertisements you are loosing out big.....
From the registration to now I have been using my nokia 5800.

You be the judge.

If any one have done this or has a better mobile ads company to refer me to, no problem.
 
Last edited:

3liteedition44

New Member
Messages
5
Reaction score
0
Points
0
Re: Success with admob.com publisher code

Yes admob.com ads actually works.... This is So Cool.

O.k if your interested in adding admob ads to your web/mobile site (and I know you should be).


This a very short tutorial:

1. Sign up for an account at admob.com under the publisher section.

2. After you have add you site to admob and have recieve your publisher code, copy the php curl code only, create a new notepad file, name it admob.txt and paste the php code into it. Also add ?> to the end of your code .

3. Include this into your site where you would want ads to be display (This is how I included it <?php include "/home/yourusername/public_html/admob.txt"; ?>.

4. For more information, read the information above the admob php publisher code generator.

Hope I have been helpfull. Note that this is not a complete tutorial.
 

krunalp4199391

New Member
Messages
74
Reaction score
2
Points
0
Re: Any one ?

Any One ? Guys, where technology is going if you don't have a mobile site with advertisements you are loosing out big.....
From the registration to now I have been using my nokia 5800.

You be the judge.

If any one have done this or has a better mobile ads company to refer me to, no problem.

use mojiva it pays goood.................................
 

huda0n41

New Member
Messages
4
Reaction score
0
Points
0
u can use simple php code, like
PHP:
include_once 'admob.php';
then admob ads will shown :smile:
 
Top