Ad Unit

adunit

Create New Advertisement

new adunit

How to upload an image as a banner

ad banner
  1. Enter the name of the ad unit.

  2. Select the image ad type.

  3. Click the "Choose a file" area to upload an image.

upload image ad banner
  1. The ad image will be displayed after uploading.

  2. The width and height will be automatically filled.

  3. The Image URL field is optional.

  4. Click "Create New Ad Unit" to save.

Google Adsense

googleadsense
  1. Enter the name of the ad unit.

  2. Select the Google AdSense ad type.

Get the ad unit code from Google AdSense after creating a new ad unit code.

Responsive Ad Unit Code example:

<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- example -->
<ins class="adsbygoogle"
    style="display:block"
    data-ad-client="ca-pub-123456791234567"
    data-ad-slot="5678567856"
    data-ad-format="auto"
    data-full-width-responsive="true"></ins>
<script>
    (adsbygoogle = window.adsbygoogle || []).push({});
</script>

Example of a Fixed Ad Unit Code:

<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- example -->
<ins class="adsbygoogle"
    style="display:inline-block;width:728px;height:90px"
    data-ad-client="ca-pub-123456791234567"
    data-ad-slot="1234567890"></ins>
<script>
    (adsbygoogle = window.adsbygoogle || []).push({});
</script>

insert ga
  1. Enter the data-ad-client value into the Ad Client Input field.

  2. Enter the data-ad-slot value into the Ad Slot Input field.

If you want to set a specific ad size, select "Ad Fixed" and enter the width and height.

fixed

responsive

Select "Ad Responsive" if you want a responsive ad size. Fill in the Ad Format input according to data-ad-format and the Full Width Responsive input according to data-full-width-responsive.

Script

script code
  1. Enter the name of the ad unit.

  2. Select the Script ad type.

  3. Insert a Google AdSense ad script or any other ad script.

How to Display Ads on the Website

Go to the Placement menu to manage and configure ad placements.