-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
--- | ||
layout: page | ||
title: Adsense Demo | ||
permalink : /ads | ||
--- | ||
# Adsense Demo | ||
|
||
Google AdSense is a program run by Google through which website publishers in the Google Network of content sites serve | ||
text, images, video, or interactive media advertisements that are targeted to the site content and audience. These | ||
advertisements are administered, sorted, and maintained by Google. They can generate revenue on either a per-click or | ||
per-impression basis. | ||
|
||
## Ad Placement Examples | ||
|
||
### Sidebar Ads | ||
|
||
#### Square Ad | ||
{%- include ad/adsense.html type='square' -%} | ||
|
||
#### Skyscraper Ad | ||
{%- include ad/adsense.html type='skyscraper' -%} | ||
|
||
### Content Ads | ||
|
||
#### Article Ad | ||
{%- include ad/adsense.html type='article' -%} | ||
|
||
#### Multiplex Ad | ||
{%- include ad/adsense.html type='multiplex' -%} | ||
|
||
### Header Ads | ||
|
||
#### Top Leaderboard Ad | ||
{%- include ad/adsense.html type='top-leaderboard' -%} | ||
|
||
### Footer Ads | ||
|
||
#### Small Leaderboard Ad | ||
{%- include ad/adsense.html type='small-leaderboard' -%} | ||
|
||
### Button Ads | ||
|
||
#### Button Ad | ||
{%- include ad/adsense.html type='button' -%} | ||
|
||
## Suggested Ad Placements | ||
|
||
- **Sidebar**: Ideal for Square and Skyscraper ads. These are visible alongside the main content and are great for | ||
attracting attention without interrupting the user experience. - **Header**: Top Leaderboard ads work well here as they | ||
are the first thing visitors see when they load your page. - **Content**: Article and Multiplex ads can be placed within | ||
or between content sections to integrate seamlessly with your page’s flow. - **Footer**: Small Leaderboard ads are less | ||
intrusive and fit well at the bottom of your page, ensuring visibility as users scroll down. | ||
|
||
Feel free to adjust the placements as needed based on your website's design and user behavior. |