Ad - AdSense

Card Puncher Data Processing

About

AdSense is the Ad Network of Google.

It's intended to be simple. If you want more control, you need to use the AdManager.

Script

The adsense script is pagead2.googlesyndication.com/pagead/js/adsbygoogle.js that is loaded in a header.

<head>
<script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
</head>

Adding an ad unit ask two piece of code:

<ins class="adsbygoogle"
     style="display:block"
     data-ad-client="ca-pub-9530166455702489"
     data-ad-slot="9424922515"
     data-ad-format="auto"
     data-full-width-responsive="true"></ins>
  • And a push script
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>

Why the push ?

  • When adsbygoogle.js has not yet loaded, then adsbygoogle.push({}) makes an array one element longer
  • When adsbygoogle.js loads, it iterates through the array, processing one ad slot for each entry.

Glossary

  • An AdUnit represents an ad location on one or more pages.





Discover More
Adsense Ad Network
Ad - Ad Network (Vendor)

An Ad network is a company representing multiple advertisers and agencies. An ad network is a company or platform where the selling and buying of advertising inventory (online ad supply) happens...
Card Puncher Data Processing
Ad - Google

- Easy - Professional See How to control the ad at Google Control the ads you...
Card Puncher Data Processing
Ad - Library Script

known advertising library script that shows ads. Party Script AdSense pagead2.googlesyndication.com/pagead/js/adsbygoogle.js Amazon Publisher Services Tag amazon-adsystem.com/aax2/apstag.js ...
Card Puncher Data Processing
Ad - Sell-Side Platform (SSP)

Sell-Side Platform (SSP) is a platform that premit publishers to: to manage their advertising space inventory to fill it with ads, and receive revenue An auction house is an aggregate of SSP....
Card Puncher Data Processing
Ad - Targeting

Ad targeting is the process of placing ad where they are the most relevant. Website Location : Run on all sites in the ad network : Target specific domains/publishers in the ad network ad...
Network Watterfalling
Ad - Waterfalling (daisy chain or waterfall tags)

Waterfalling is a mediation technique. A publisher sell ads by making sequential price offers to ad networks for an inventory, and chooses the winner in that order. Waterfal is also known as: fallback...
Card Puncher Data Processing
Advertising - Ad Sell

A page the sell of an ad impression (defined in your inventory) to an advertiser in order to generate a revenue for publisher The publisher has the following ways to sold an ad by order of importance:...
Adsense Admanager Auto Linked
Google - AdManager (Gam | Dfp )

Ad Manager (also known as DoubleClick for Publishers (DFP)) is basically an ad server solution where publisher can manage their ads. It has several level of functionalities Small publisher: create...
Admanager Homepage
Google Ad Manager - Getting started - How to show your first ad

A page on how to start with Google Ad Manager for a publisher. Got to Ad Manager Create an account if you don't have one (You need to have at minimal an adsense...
Ad Line Item Priority
Google Ad Manager - Line Item

A page the line item management within ad Manager Line items get served according to their priority order. Guaranteed line items have the highest priority. Non-guaranteed line items get served...



Share this page:
Follow us:
Task Runner