Skip to content

Commit

Permalink
asas
Browse files Browse the repository at this point in the history
  • Loading branch information
imswarnil committed Jun 12, 2024
1 parent 6452dda commit ec3383f
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions ad.html
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.

0 comments on commit ec3383f

Please sign in to comment.