.

.Google AdSense Guide

THe Way that you will find the Secret of Hidden Money from Google  

.

Google Adsense

About Google AdSense 
AdSenese & AdWord
AdSense for Search
AdSense for Content
AdSense Revenue Share
Language in AdSense
Google AdSense is Better
Advertise in AdWord
Filtering an Ad AdSense
SignUp to AdSense
Qualify for AdSense Web
Make your Application approved by Google AdSense Team
The way were your application is disapproved
Newbie Central
Quick Start Guide
Code Implementation Guide
Demos and Guides

What is Electronic Funds Transfer?
How do I sign up for local currency checks?
Local Currency Check Services is for more 40 countries
What is Secure Delivery?
How can I request a new PIN?
Drive users to your site and improve the visibility of your pages by using The Google's webmaster tools
submit your URLs for Free
Site Diagnostics tool
Google quality guidelines
request re-inclusion
Log In to your Google Account here
How to display Google ads on my site
Click this link if are need to add new URL for your AdSense code you have. Then you'll need to add the new URL to your Allowed Sites list, or you won't receive any earnings from your new URL
How do I add the AdSense code to my site?
Google Calendar Help Center
What are 'Alternate Ads?
What are CPM ads?
What are the format and color options for ads on my webpages?
What forms of payment are available to me?
What is placement targeting?
What is the AdSense Calendar?
What reports can I view?
When do I get paid?
Where can I get regular AdSense news, feature updates and optimization tips?
Google AdSense Phone Verification
Google AdSense PIN Process
How can I increase traffic to my site?
How do I add more sites to my account?
How do I add sites to my filter list?
How do I get the AdSense code?
How do I log in to my account?
How do I subscribe to the AdSense Calendar?

.

More Free Money from Web

ClixSense
Dynasis
Easy Forex
Forex Affiliate
Hits4Pay

.

Back to main page (Home)

 

 

Code Implementation Guide

 

Google AdSense Team are understand that copying and pasting your AdSense code can sometimes be confusing, especially if you're new to HTML and web design.

This guide will cover some HTML basics, give two examples of pasting code using two different types of web editors, and discuss common problems you might experience after pasting the AdSense code.

Note: If you'd prefer a video tutorial rather than a written walkthrough, you can view the Google AdSense Help with Ad Code Demo (English only), a visual presentation which covers the same material as this guide, beginning on slide 7.

This guide covers many topics, so feel free to skip ahead to a specific section:

  1. Copy your AdSense code
  2. Paste your AdSense code
  3. HTML Basics
    a. How to view your source code
    b. What to look for in your HTML source code
  4. Paste using WYSIWYG editors
    a. Using Code View
    b. Using HTML Insert
  5. Common Problems
    a. Paste your code exactly
    b. Look for extra HTML added
    c. Be patient after pasting your code
    d. Use ad formats that fit your site layout
  6. Additional Resources
1. Copy your AdSense code

First, you will need to locate your AdSense code, found in the Your AdSense code box which is located on the 'Get Ad Code' page under the AdSense Setup tab in your account pages. This is the code you will copy and paste into your site's HTML source code.

 

To copy your code, highlight the entire contents of the Your AdSense code box by clicking anywhere in this box with your mouse. You'll know the code has been selected when the entire contents of the box are highlighted in blue.

Next, from your browser's Edit menu, choose Copy in order to copy the highlighted area. If you prefer not to paste your code directly into your site's HTML source code, you can paste it into an alternate application such as Notepad while you access your source code in the following sections.

2. Paste your AdSense code

In this section, Google will cover pasting the code into your page's HTML source code. If you're not familiar with HTML, head to step 3.

In order to display Google ads on your website, it is very important that you copy the ad code exactly as it appears on the AdSense Setup tab of your account and paste it directly into the HTML source code of your webpages, without any modifications. Modifying the ad code is against our program policies and may also result in errors on your page.

After copying your AdSense code, return to your desktop and open your HTML editor. Once you've accessed your HTML source code, click on the spot where you'd like to place your ad code and then select Paste from the Edit menu.

When you've finished pasting the code into the webpages, you'll need to save changes and upload or publish the updated pages to your server. If you have difficulty uploading to your server, please contact your webhost. Keep in mind that after you've pasted the ad code into the HTML source of your page, it must look exactly the same as the ad code displayed in your AdSense account.

If implemented correctly, Google ads should appear almost immediately.

Back to top

3. HTML basics

If you're unfamiliar with HTML, this guidance is taken from Google AdSense Team Website to give you a little background. HTML (Hyper Text Markup Language) is the programming language in which webpages are written. This coding language is used on the World Wide Web. Web browsers read HTML in order to display the contents of a page.

3a. How to view your source code

If you would like to view an HTML document (also known as the 'source code'), first open your web browser. Then go to a page whose source you would like to see and click View on the menu bar at the top of the screen. Next, select Source if you're using Internet Explorer

 

or Page Source if you're using Firefox.

 

The HTML document containing the source code of that page will appear on the screen.

3b. What to look for in your HTML source code

Every HTML document consists of bracketed tags which tell the web browser how to display the HTML elements. All HTML elements start with an opening tag (< >) and end with a closing tag (</ >). All HTML documents have the following basic structure:

<HTML>

<HEAD>
</HEAD>

<BODY>




</BODY>
</HTML>

The opening <HTML> tag alerts a browser that this is the start of your HTML document. The opening <HEAD> tag contains your header information and is not visible when you view the page in your browser. Any text displayed between the BODY tags (<BODY> and </BODY>) will be displayed in your browser. The closing </HTML> tag alerts your browser that this is the end of your HTML document.

For ads to appear properly, you will need to place your ad code between the opening <BODY> and closing </BODY> tags of your source code.

If you are experiencing difficulty finding the <BODY> tags, try pressing the 'CTRL' and 'F' keys on a PC, or 'COMMAND' and 'F' keys on a Mac to open a Find text box. Then type '<BODY' (without the quotes) to find the opening tag or '</BODY' (without the quotes) to find the closing tag, and click Find next.

Back to top

4. Paste using WYSIWYG editors

If you're using a design-enhanced HTML editor, often referred to as WYSIWYG (What You See Is What You Get), it may use a Code View feature which contains HTML, Design/Normal, and Preview views. Or, your editor may use an HTML Insert feature which utilizes an 'Insert' menu tab. If you are unable to locate the HTML source code of your webpage in your WYSYWIG editor, please contact the support group for your HTML editing software for specific instructions on how to locate this view.

In the following sections, we'll show examples of pasting AdSense code using both Code View and HTML Insert. Because every editor is different, and because only you know how you like to build your webpages, Google AdSense Team unable to give you exact instructions for pasting your ad code. However, Google hope you'll find these examples helpful.

You may also wish to see how other publishers implement AdSense using your specific HTML editor at the AdSense Help Forum (English only).

4a. Using Code View

If your web editor uses a Code View feature, please follow these instructions for pasting your AdSense code.

Using your editor, open the webpage on which you'd like to display AdSense. In the Normal or Design view, select the location in your document where you want to place AdSense. In this example, Google AdSense Team will be placing a leaderboard ad unit below the title.

 

Copy the ad code from the Your AdSense code text box.

 

In your editor, switch to the HTML view. Paste the ad code between the <BODY> and </BODY> tags -- where the cursor is blinking. Pasting the ad code outside the <BODY> tags will prevent the ads from appearing correctly.

 

Go to your editor's Preview tab to confirm that the ad code has been pasted correctly. If done correctly, you should be able to see the ads.

 

If you're satisfied with the results, go to File in your menu and click Publish Web.... This will upload your website onto the web with the Google ads implemented.

 

4b. Using HTML Insert

If your web editor uses an HTML Insert feature, please follow these instructions for pasting your AdSense code.

First, copy your AdSense code from the Your AdSense code box in your account

 

Next, using your editor, open the webpage on which you'd like to display AdSense. Click the Insert option on the toolbar, then drag down and click HTML.

 

An HTML Code box will now appear. Paste your AdSense code into the box and click OK.

 

After doing so, a new HTML box will appear. You can move this box to any location on your website, but you cannot overlap the HTML box with any other text or graphic box on the website. Overlapping will prevent your ads from appearing or create errors when you upload the website. Also keep in mind that you can adjust the size of the HTML box to fit your layout. In this example, Google AdSense Team have resized the HTML box so that the skyscraper ad code will fit into the sidebar of this webpage.

 

Once you're satisfied with the position of your ads, go to File in your menu and click Preview in Browser to see what your ad will look like.

 

In this case, you can see the skyscraper ad unit implemented in the right-hand side of the page. Please be sure to pick an ad format that will fit into a blank space on your site.

 

If you are satisfied with the ad placement, go to File and click on Publish. If implemented correctly, Google ads should appear almost immediately.

 

Back to top

5. Common Problems

After pasting your AdSense code and publishing your webpage, you may see public service ads or no ads at all for up to 48 hours. If you continue to experience difficulty with your ads after waiting 48 hours, you can troubleshoot the ads yourself by reading the following sections.

5a. Paste your code exactly

If you don't see an ad unit appearing on your site, or if you see an error on your site, such as the HTML ad code appearing, check the HTML source code of your site to make sure the AdSense code on your site looks exactly the same as the AdSense code in your account pages.

To check the HTML source of your webpage, follow these steps:

  • Open a browser window and view your webpage.
  • Under your browser's View tab, select Source in Internet Explorer or Page Source in Firefox. A text document displaying the HTML code of your site will pop up.
  • Press the Ctrl and F keys, or the COMMAND and F keys if you're using a Mac. This will bring up a Find box. Type 'google_ad' into the box and press 'Enter' to locate your ad code.
  • Next, open your AdSense account in a new browser window and go to the Your AdSense code box, under the AdSense Setup tab. On your screen, place your HTML source code alongside the ad code in the Your AdSense code box. Compare the ad code and ensure that it looks exactly the same on both pages.

The most common reason publishers do not see their ads is that the code was copied incorrectly.

5b. Look for extra HTML added to your ad code

If the ad code in the source of your live site appears differently from the ad code in your account, it may be that your webhost automatically includes or changes certain tags when you place code onto your site. You may see that extra HTML code such as '<BR>' or   tags have appeared in your ad code, as in the examples below. The ad code may also be reformatted to appear in one line. In addition, sometimes the "Javascript" declarations have been removed from your ad code.

 
 

If you are confident that you pasted the code into the HTML view of your WYSIWYG editor exactly as it appears in your account, you should contact your webhost about any changes you see to the ad code, such as reformatting or extra tags.

5c. Be patient after pasting your ad code

If you see public service ads (also known as PSAs) after placing your ad code, you may simply need to give Google AdSense crawler an opportunity to visit your site. This generally occurs within 30 minutes of implementing the ad code, but can take as long as 48 hours. When your page is viewed and the Javascript code is executed, Google AdSense crawler is called to your pages. For this reason, Google recommend visiting each of the pages on which you've placed the ad code in order to ensure each page is crawled. Doing this, then waiting a few hours, can often solve PSA problems.

If you continue to see PSAs after 48 hours, please see Google AdSense Troubleshooting Wizard or Help Center.

5d. Use ad formats that fit your site layout

If you use an inappropriate ad format, your site's layout can be affected. For example, in the following example, a square or skyscraper format will push the content of this page down.

 

However, in this case, a leaderboard ad format will work.

 

6. Additional Resources

Here are a few links to some helpful resources taken from Google AdSense Help Center. Google encourage you to visit these pages for more information and details about the AdSense program.

  • Getting Started Demo (English only) - includes instructions for customizing your ad code
  • Troubleshooting Wizard - learn to troubleshoot ad problems on your own
  • AdSense Help Forum - a discussion group for AdSense publishers to share their knowledge and experiences. If you're experiencing difficulty pasting the AdSense code into your specific HTML editor, the forum is a great place to look for tips from your fellow publishers.
  • Payment Guide - explains Google AdSense payment process, including 5 critical steps to getting paid
  • AdSense Help Center - The Google AdSense complete resource center for all information regarding the Google AdSense program
  • Inside AdSense Blog - subscribe to the official AdSense blog, which includes announcements, tips, and ideas on getting more out of AdSense

Back to top

 
 


Interested in AdSense


Are you Interested in AdSense ?

May be here is some question will asking about Google Adsense :

 

 

SignUp to Google AdSense


If you are interested in AdSense, you can follow link below to facilitate you in course of registration therewith regulation which deal with registration prosedure.


 


 

Google AdSense Guide


If you are have SignUp for Adsense, now you can Learn how to get started with Google AdSense.

The following article link is written and multimedia tutorials explain the basics of how to set up and activate your AdSense account.


 

 

 

Getting Started !!!

Now you have chosen Google Adsense as Free Dollar Searcher machine for your tiring develop/build your website and paste up Google Adword at your web, please click which topic you wish to look for here.

 

 

 

In order that your Google Adsense account go better, hence you obliged by bow with all  of about Google Adsense regulation as contained in Program Policies.

In the following, here some regulation applied by Google Adsense Team in order make better the result in their Adsense Program and its  as according to what we expect. Please choose what topic which you wish to know.

  • Google AdSense Program Policies

 

Ad and Search Box Policies

  • Can I alter the AdSense ad code?
  • Can I alter the AdSense for search code?
  • Can I display AdSense for search and Google ads on the same webpage?
  • Can I display more than one set of Google ads on a webpage?
  • Can I display more than one set of Google ads on a webpage?
  • Can I open the ads in a new window?
  • Can I place Google ads on the same page with other ads?
  • Can I place more than one link unit on a page?
  • Can I show ads on AdSense for search results pages in my own site?
  • Can I use my own AdSense for search box?
  • Can I use online advertising to promote my referral ads?
  • Can I use other internet search services with AdSense for search?
  • Can I watch the videos in my video units?

 

Invalid Clicks and Impressions

  • Can AdSense block certain IPs from clicking on my ads?
  • Can I click on the link units on my site?
  • Can I play the videos of ads on my site?
  • Can I use traffic exchange programs?
  • Disabled Account FAQ
  • How can I test my ads?
  • How do you prevent invalid clicks and impressions?
  • Invalid Clicks Issues and Concerns
  • What can I do to ensure that my account won't be disabled?
  • What can I do to prevent sabotage?
  • What is an invalid click?
  • What is an invalid conversion?
  • Why do my reports show clicks with no associated earnings?
  • Will viewing my own site create invalid page impressions?

 

Eligibility

  • Are there eligibility criteria for my site in order to participate in Google AdSense?
  • Can I get a Gmail account if I sign up for AdSense?
  • Can I sign up if I am already a part of an ad network?
  • Does AdSense have a minimum age requirement for participation?
  • Google AdSense Phone Verification
  • If I am a Google AdWords advertiser, can I sign up?
  • What languages does AdSense support?

 

Copyright

  • What is copyright infringement?
  • What is your policy on copyright infringement?
  • What do I do if I have been falsely accused of copyright infringement?
  • How do I report a copyright infringement by an AdSense publisher?

 

Policy Enforcement

  • Can I use traffic exchange programs?
  • How can I report an inappropriate Google ad that I saw on a site?
  • How do I report a policy violation?
  • How do you enforce the program policies?
  • I've received a policy violation email. What does this mean?
  • What happens if I misrepresent an ad placement?
  • What can I do to ensure that my account won't be disabled?

 

 

 

 

Contacting AdSense

If you have joined forces with Google Adsense Program, and find difficulties in the case of contact to Adsense Team, hence in the following  links which hopefully assist you in course of contact to them.

  • Do you have a customer support telephone number?
  • How can I report an inappropriate Google ad that I saw on a site?
  • How can I request that you improve or add a feature?
  • How do I report a policy violation?
 

MY ACCOUNT

Adding More Websites

If you have the Account of Google AdSense, it's simple how to add more website of yours. Please click a topic below to view frequently asked questions in that topic.


 

Allowed Sites List

You can sort what address webpage of your site will be allowed for viewing the Adsense AdWords, then you can get free money from each AdWord that placed at webpage clicked by your visitor. Please click a topic below to view frequently asked questions in that topic.


 

Cancellation

If you have not wish to join again with Google Adsense Program, you can cancel your account. Please click a topic below to view frequently asked questions in that topic :


 

Login Issues

You can select the topic below to view frequently asked questions in Login Issues topic :


 

Privacy and Security

You can select the topic below to view frequently asked questions in Privacy and Security topic :


 

Updating Account Information

You can select the topic below to view frequently asked questions in Privacy and Security topic :

Leave your Comment, please click here.

More Advertising Program

Fastclick.com
Valueclickmedia
Bidvertiser
AdBrite
Kanoodle
SearchFeed
Qumana
CrisPads
TextLinksAds
VibrantMedia

PeakClick
DoubleClick
TribalFusion
IndustryBrains
AdHearus
AvnAds
Phedo
AdKnowledge
YesAdvertising
RevenuePilot
Publisher.TargerPoint
OneMonkey
ShareaSale

.

Recomended
Advertising Program

Google Adsense

..

More Affiliate Program

Amazon
LinkShare
ClickBank
Cj

Two-Tier Program

SiteSell

Pay Per Sale Program

Amazon

Bounty Program

-

Pay Per Lead Program

Goaio

Here is Website for
search what's your
choice for
Pay Per Sale (PPS)
Pay Per Lead (PPL)
Cost Per Visit (CPV)
Cost Per Click (CPC)
Pay Per Click (PPC)
Cost Per Thousand Impressions (CPM) Program

LinkShare

ClickSor

Get Free Domain

www.yourname.co.cc

Social Networking

.

You are our visitor : web counter
free web hit counter

handphonecourse@gmail.com