{"id":322,"date":"2020-11-17T11:43:00","date_gmt":"2020-11-17T06:13:00","guid":{"rendered":"http:\/\/www.adsenseusers.com\/?p=322"},"modified":"2020-12-24T15:40:54","modified_gmt":"2020-12-24T10:10:54","slug":"is-google-adsense-free","status":"publish","type":"post","link":"https:\/\/www.adsenseusers.com\/?p=322","title":{"rendered":"Is google Adsense free?"},"content":{"rendered":"\n<p>AdSense is a free program that gives you a fast and easy way to display relevant Google ads on your result pages. When users click on an ad in your search results, you get a share of the ad revenue. For more information about AdSense, see the&nbsp;<a href=\"http:\/\/adsense.google.com\/support\/bin\/topic.py?topic=13488\" target=\"_blank\" rel=\"noreferrer noopener\">Help Center<\/a>.<\/p>\n\n\n\n<p>If you don&#8217;t have an AdSense account, you can apply for one by going to&nbsp;<a href=\"https:\/\/www.google.com\/adsense\" target=\"_blank\" rel=\"noreferrer noopener\">Google AdSense<\/a>&nbsp;website. If you already have an AdSense account, don&#8217;t create a new one; just associate the existing one with your search engine. All search engines in your account will automatically be associated with that AdSense account.<\/p>\n\n\n\n<p>You can also associate your existing AdSense account with your search engine in the context file by following these steps:<\/p>\n\n\n\n<ol><li>Find your AdSense ID.<\/li><li>Associate&nbsp;the AdSense publisher ID with the search engine.<\/li><\/ol>\n\n\n\n<h4 id=\"finding-your-adsense-id\">Finding Your AdSense ID<\/h4>\n\n\n\n<p>If you already have an AdSense account, you can find your unique AdSense publisher ID by signing in to your&nbsp;<span class=\"has-inline-color has-black-color\"><a rel=\"noreferrer noopener\" href=\"http:\/\/www.google.com\/adsense\" target=\"_blank\">AdSense account<\/a>.<\/span> Your publisher ID number is above the help search box in the top corner. Alternatively, you can find your publisher ID within the generated AdSense code that you insert in the HTML code of your webpage. Locate the line that has:&nbsp;<code>google_ad_client=\"pub-1234567890123456\"&nbsp;<\/code>; the number is the ID.<\/p>\n\n\n\n<h4 id=\"associating-a-search-engine-with-an-adsense-account\">Associating a Search Engine with an AdSense Account<\/h4>\n\n\n\n<p>To associate a search engine with an AdSense account, add the&nbsp;<code>AdSense&nbsp;<\/code>element in the XML specification (the&nbsp;<a href=\"https:\/\/developers.google.com\/custom-search\/docs\/context\" target=\"_blank\" rel=\"noreferrer noopener\">context XML file<\/a>), like this:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><span class=\"has-inline-color has-vivid-cyan-blue-color\">&lt;CustomSearchEngine<\/span> <span class=\"has-inline-color has-vivid-red-color\">id<\/span><span style=\"color:#008fa3\" class=\"has-inline-color\">=\"my_first_cse\"<\/span> <span class=\"has-inline-color has-vivid-red-color\">creator<\/span><span style=\"color:#008fa3\" class=\"has-inline-color\">=\"0123456789\"<\/span>\n<span class=\"has-inline-color has-vivid-red-color\">keywords<\/span><span style=\"color:#008fa3\" class=\"has-inline-color\">=\"cars\"<\/span> <span class=\"has-inline-color has-vivid-red-color\">language<\/span><span style=\"color:#008fa3\" class=\"has-inline-color\">=\"en\"<\/span><span class=\"has-inline-color has-vivid-cyan-blue-color\">&gt;<\/span>\n&nbsp; <span class=\"has-inline-color has-vivid-cyan-blue-color\">&lt;Title&gt;<\/span>Automobile Search<span class=\"has-inline-color has-vivid-cyan-blue-color\">&lt;\/Title&gt;<\/span>\n&nbsp;<span class=\"has-inline-color has-vivid-cyan-blue-color\"> &lt;Description&gt;<\/span>Car Search<span class=\"has-inline-color has-vivid-cyan-blue-color\">&lt;\/Description&gt;<\/span>\n<span class=\"has-inline-color has-vivid-cyan-blue-color\">&nbsp; &lt;Context&gt;\n&nbsp; &nbsp; &lt;BackgroundLabels&gt;<\/span>\n&nbsp; &nbsp; &nbsp; <span class=\"has-inline-color has-vivid-cyan-blue-color\">&lt;Label<\/span> <span class=\"has-inline-color has-vivid-red-color\">name<\/span><span style=\"color:#008fa3\" class=\"has-inline-color\">=\"_cse_my_first_cse\"<\/span> <span class=\"has-inline-color has-vivid-red-color\">mode<\/span><span style=\"color:#008fa3\" class=\"has-inline-color\">=\"FILTER\"<\/span> <span class=\"has-inline-color has-vivid-cyan-blue-color\">\/&gt;<\/span>\n&nbsp; &nbsp; &nbsp;<span class=\"has-inline-color has-vivid-cyan-blue-color\"> &lt;Label<\/span> <span class=\"has-inline-color has-vivid-red-color\">name<\/span><span style=\"color:#008fa3\" class=\"has-inline-color\">=\"_cse_exclude_my_first_cse\"<\/span> <span class=\"has-inline-color has-vivid-red-color\">mode<\/span><span style=\"color:#008fa3\" class=\"has-inline-color\">=\"ELIMINATE\"<\/span> <span class=\"has-inline-color has-vivid-cyan-blue-color\">\/&gt;<\/span>\n&nbsp; &nbsp;<span class=\"has-inline-color has-vivid-cyan-blue-color\"> &lt;\/BackgroundLabels&gt;\n&nbsp; &lt;\/Context&gt;<\/span>\n&nbsp;<span class=\"has-inline-color has-vivid-cyan-blue-color\"> &lt;LookAndFeel<\/span> <span class=\"has-inline-color has-vivid-red-color\">nonprofit<\/span><span style=\"color:#008fa3\" class=\"has-inline-color\">=\"false\"<\/span> <span class=\"has-inline-color has-vivid-cyan-blue-color\">\/&gt;<\/span>\n&nbsp; <span class=\"has-inline-color has-vivid-cyan-blue-color\">&lt;AdSense&gt;\n&nbsp; &nbsp; &lt;Client<\/span> <span class=\"has-inline-color has-vivid-red-color\">id<\/span><span style=\"color:#008fa3\" class=\"has-inline-color\">=\"pub-9876543210\"<\/span> <span class=\"has-inline-color has-vivid-cyan-blue-color\">\/&gt;<\/span>\n&nbsp;<span class=\"has-inline-color has-vivid-cyan-blue-color\"> &lt;\/AdSense&gt;\n&lt;\/CustomSearchEngine&gt;<\/span><\/pre>\n\n\n\n<p>The XML has the following hierarchy:<\/p>\n\n\n\n<ul><li><code>CustomSearchEngine<\/code><ul><li><code>Title<\/code><\/li><li><code>Description<\/code><\/li><li><code>Context<\/code><\/li><li><code>LookAndFeel<\/code><\/li><li><code>AdSense<\/code><ul><li><code>Client id<\/code><\/li><\/ul><\/li><\/ul><\/li><\/ul>\n","protected":false},"excerpt":{"rendered":"<p>AdSense is a free program that gives you a fast and easy way to display relevant Google ads on your result pages. When users click on an ad in your search results, you get a share of the ad revenue. For more information about AdSense, see the&nbsp;Help Center. If you don&#8217;t have an AdSense account, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":399,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[2],"tags":[],"_links":{"self":[{"href":"https:\/\/www.adsenseusers.com\/index.php?rest_route=\/wp\/v2\/posts\/322"}],"collection":[{"href":"https:\/\/www.adsenseusers.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.adsenseusers.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.adsenseusers.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.adsenseusers.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=322"}],"version-history":[{"count":9,"href":"https:\/\/www.adsenseusers.com\/index.php?rest_route=\/wp\/v2\/posts\/322\/revisions"}],"predecessor-version":[{"id":379,"href":"https:\/\/www.adsenseusers.com\/index.php?rest_route=\/wp\/v2\/posts\/322\/revisions\/379"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.adsenseusers.com\/index.php?rest_route=\/wp\/v2\/media\/399"}],"wp:attachment":[{"href":"https:\/\/www.adsenseusers.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=322"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.adsenseusers.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=322"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.adsenseusers.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=322"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}