www.Myarticles.110mb.com
PAY PER CLICK
Adsense Secrets
Adsense Alternatives
Banned from Adsense

     HEALTH
Meditation
Pranayam
Yogasan
Aerobics

    DISEASES
Depression
Anxiety
Acid reflux
Heart burn
Mesothelioma

   FINANCE
Free credit report
Insurance
Structured settlement
Students loans
DUI attorney
Injury lawyers


 
 
Google allows advertisers to place bids on keywords of their choice as part of what is termed the Adwords program. The amount paid for advertising related to each keyword is determined by this bidding process and can get relatively high for fairly competitive keywords. Very competitive terms can cost a great deal of money. The advertisements appear on the top of Google search engine searches (you have probably noticed them in shaded areas and along the right side of your own search results). These advertisements are also inserted into the web pages of those who participate in Google Adsense. Every time someone clicks on the advertisement, the advertiser is charged for the click. The proceeds are then split between Google and the Adsense participant.Basically, Google is willing to pay those with content-rich websites to host these advertisements. The site operator, known as the publisher, merely needs to insert some simple and customizable HTML code on their site and ads will “automatically appear.” To make matters easier, the ads are contextual in nature. Google “reads” the publisher’s page and serves up advertisements related to the subject matter of the page.Adsense was immediately seen as a way webmasters could earn some extra money from their content-rich pages that were not otherwise producing tangible financial benefits. Any subject matter for which ads exist (and ads are available on almost every keyword) could conceivably generate some profit that otherwise would not exist.
 
understanding adsense code
The following code i for better understanding of adsense the code is just an example, the author does not wish to violate any rules or term of service of adsense
client=ca-pub-2521**32**2871-------------------------------this is the client code this actually helps google   to identify you so that they would know who is the person entilteld to receive the money.

dt=1124847235453 - Javascript, if you use the command google_date = new Date(); document.write(google_date.getTime()) --- Which generates 1124847235453.
This shows you the number of milliseconds since midnite January 1, 1970.

lmt=1124631699 - The last time your webpage was updated. LMT stands for Last Modified Time,
document.write(document.lastModified); --- Which generates 1124631699.

cc=59 - Seems to be some random number based on the screen width, height, and color scheme.
u_h=768 - Height of your screen settings.
u_w=1024 - Width of your screen settings.
u_ah=738 - Your available screen height.
u_aw=1024 - Your available screen width.
u_cd=32 - Color scheme on windows, e.g. 32-bit.
u_tz=-240 - Your monitor refresh rate or something else that isn't important, I've never seen it not -240.
u_java=true - Just seeing if you have java enabled.
other than this some code shows u type of ads ,size and colour of the ad.
you need to paste the whole code in html source page so that it appears in the website