<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>GoogleAdSense | ウダ2Blog</title>
	<atom:link href="https://uda2.com/blog/tag/googleadsense/feed/" rel="self" type="application/rss+xml" />
	<link>https://uda2.com/blog</link>
	<description>大阪でフリーランスとしてWEB制作している管理人が気になった技術をメモったり、作ったツールの紹介などを綴っているブログです。</description>
	<lastBuildDate>Mon, 23 Feb 2015 08:54:30 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>検索向けAdSenseの広告の消し方？</title>
		<link>https://uda2.com/blog/adsense/</link>
					<comments>https://uda2.com/blog/adsense/#respond</comments>
		
		<dc:creator><![CDATA[uda2]]></dc:creator>
		<pubDate>Fri, 23 May 2008 22:45:49 +0000</pubDate>
				<category><![CDATA[うだうだ]]></category>
		<category><![CDATA[GoogleAdSense]]></category>
		<category><![CDATA[検索]]></category>
		<guid isPermaLink="false">http://uda2.com/wordpress/2008/05/adsense.html</guid>

					<description><![CDATA[<p>このブログは元々、MovableTypeの勉強をする為に作った。 その際何を載せるかで病的に記憶力が無いオレの備忘帳としてWEB制作に関する記事を載せる事にした、だから自分で書いた記事を見る機会が多い。 以前は記事が少な</p>
The post <a href="https://uda2.com/blog/adsense/">検索向けAdSenseの広告の消し方？</a> first appeared on <a href="https://uda2.com/blog">ウダ2Blog</a>.]]></description>
										<content:encoded><![CDATA[<p>このブログは元々、MovableTypeの勉強をする為に作った。<br />
その際何を載せるかで病的に記憶力が無いオレの備忘帳としてWEB制作に関する記事を載せる事にした、だから自分で書いた記事を見る機会が多い。<br />
以前は記事が少なくて左のメニュー（カテゴリ）を押したら全て表示されていたんだけど一画面に表示しきれなくて他のブログとかでは「次へ」って出るんだけどMovableTypeには「次へ」って現れない。（なんかやり方あるんだろうけど・・・）<br />
そこで検索ボックスを出すことにした。<br />
MovableTypeが用意してるのを使ってもいいんだけど、久々にGoogleAdsenseを見たら「検索向け AdSense」の項目の横に「改善された機能」って書いてあったのを見つけたんで入れてみる事にした。<br />
この「検索向け AdSense」ってのは検索するだけでも報酬がもらえるって噂です。<br />
（まあ、実際に報酬が頂ける程検索される気はしませんが・・・）</p>
<p><span id="more-635"></span><br />
とりあえず、「検索向け AdSense 」ってのをポチッって押して、項目を埋めていく、</p>
<p>検索タイプ:選択するサイトのみ<br />
選択したサイト:http://uda2.com/blog/<br />
オプション キーワード:ぱお～ん（これは検索結果に付く広告をどんな広告にするかのキーワードらしい、入力しなくてもいい）</p>
<p>サイトの言語:日本語<br />
お客様のサイトのエンコード:Unicode (UTF-8)<br />
Google ドメイン用の国または地域:日本<br />
カスタム チャネル :ウダ2 Blog 検索エンジン<br />
デザイン:<img decoding="async" src="http://www.google.com/coop/intl/ja/images/google_custom_search_watermark.gif"><br />
テキスト ボックスの長さ:31</p>
<p>検索結果のスタイル:自分のサイトに結果を表示する<br />
検索結果を表示する URL を入力:http://uda2.com/blog/adsense.php<br />
検索結果領域の幅を入力:795</p>
<p>広告を表示する地域:右</p>
<p>色はCSSを見たら分かるんだけど面倒なので<a href="http://uda2.com/blog/2007/07/i/">カラーピッカー「色取鳥i」</a>でサイトの色を調べてコピペしていく。<br />
これらの入力が終わると２つのコードが出てくる。<br />
「検索ボックスのコード」は検索するボックスで、<br />
「検索結果のコード 」は検索結果を表示するページに貼る。</p>
<p>「検索ボックスのコード」はウィジェットテンプレートを「Google 検索」みたいな名前で作って、<br />
<textarea></p>
<div class="widget-search widget">
<h3 class="widget-header">検索</h3>
<div class="widget-content">
ココに検索結果のコードを入れる
</div>
</div>
<p></mt:IfTagSearch><br />
</mt:If></textarea><br />
な感じで入れてウィジェット「Google 検索」を配置した。<br />
「検索結果のコード 」はどうしようかと思ったけど検索結果にもメニューが欲しかったので「ウェブページ」を「検索結果」ってタイトルで作って、フォーマットを「改行なし」、ファイル名<br />「adsense.php」って感じにして「検索結果のコード 」をコピペした。</p>
<p>Googleの説明文がカタコトの日本語なんでわかりにくかったけど無事付いた。<br />
なんか右側が入りきらずに文章の途中で切られてるけど・・・<br />
？<br />
広告が無い。</p>
<p>もしかしたら、広告消えるかもと思って広告を右にやってみたんだけど、消えましたね。<br />
Googleに怒られる気もするけどまあいいか。</p>The post <a href="https://uda2.com/blog/adsense/">検索向けAdSenseの広告の消し方？</a> first appeared on <a href="https://uda2.com/blog">ウダ2Blog</a>.]]></content:encoded>
					
					<wfw:commentRss>https://uda2.com/blog/adsense/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>GoogleAdSense</title>
		<link>https://uda2.com/blog/googleadsense/</link>
					<comments>https://uda2.com/blog/googleadsense/#respond</comments>
		
		<dc:creator><![CDATA[uda2]]></dc:creator>
		<pubDate>Fri, 22 Jun 2007 13:50:10 +0000</pubDate>
				<category><![CDATA[うだうだ]]></category>
		<category><![CDATA[GoogleAdSense]]></category>
		<guid isPermaLink="false">http://uda2.com/wordpress/2007/06/googleadsense.html</guid>

					<description><![CDATA[<p>ようやっとGoogleAdSenseの承認がおりた。 去年申告した際は「基準を満たしていない」ということで何が悪いのか分からず「具体的な理由についてはお答えできない」って事だったので諦めてたんだけど。 今回、申告した時に</p>
The post <a href="https://uda2.com/blog/googleadsense/">GoogleAdSense</a> first appeared on <a href="https://uda2.com/blog">ウダ2Blog</a>.]]></description>
										<content:encoded><![CDATA[<p>ようやっとGoogleAdSenseの承認がおりた。<br />
去年申告した際は「基準を満たしていない」ということで何が悪いのか分からず「具体的な理由についてはお答えできない」って事だったので諦めてたんだけど。<br />
今回、申告した時には問題点を記載してくれていたので承認をもらえた。<br />
結局、英語の住所の書き方が間違っていただけだった、<br />
前回は結果が分かるまで5日半もかかったんだけど今回は半日ぐらいで返答が来て問題点まで教えてくれた。約半年でずいぶんとサービスが良くなったもんだ。<br />
（単に担当する人の違いなのかもしれないけど・・・）</p>The post <a href="https://uda2.com/blog/googleadsense/">GoogleAdSense</a> first appeared on <a href="https://uda2.com/blog">ウダ2Blog</a>.]]></content:encoded>
					
					<wfw:commentRss>https://uda2.com/blog/googleadsense/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
