まず、アドセンスのタグの中身を見ていきます。adsbygoogle.jsを読み込んでますね。
script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js" <!-- ddd --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-5909906903001543" data-ad-slot="8015520319" data-ad-format="auto"></ins> script (adsbygoogle = window.adsbygoogle || []).push({}); script
insタグの中身↓
class=”adsbygoogle”
style=”display:block”
data-ad-client=”ca-pub-5909906903001543″
data-ad-slot=”8015520319″
data-ad-format=”auto”
はInsertの略で、~で囲まれた部分が後から追加された部分
ad-clientとad-slotがユニークな値のようです。
adsbygoogle.jsの中身をみていきましょう
ああああああああああああああああああああああああああああああああああああああああ