[amp-auto-ads] No ad placements found for publisher ID – The steps I resolved it

I recently enabled AdSense AMP Auto ads on one of my websites and found an issue in the browser console but no automatically placed AdSense ads on the website.

 div {
	overflow: auto;
}

.shcb-language {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal;
	word-break: normal;
}

.hljs {
	box-sizing: border-box;
}

.hljs.shcb-code-table {
	display: table;
	width: 100%;
}

.hljs.shcb-code-table > .shcb-loc {
	color: inherit;
	display: table-row;
	width: 100%;
}

.hljs.shcb-code-table .shcb-loc > span {
	display: table-cell;
}

.wp-block-code code.hljs:not(.shcb-wrap-lines) {
	white-space: pre;
}

.wp-block-code code.hljs.shcb-wrap-lines {
	white-space: pre-wrap;
}

.hljs.shcb-line-numbers {
	border-spacing: 0;
	counter-reset: line;
}

.hljs.shcb-line-numbers > .shcb-loc {
	counter-increment: line;
}

.hljs.shcb-line-numbers .shcb-loc > span {
	padding-left: 0.75em;
}

.hljs.shcb-line-numbers .shcb-loc::before {
	border-right: 1px solid #ddd;
	content: counter(line);
	display: table-cell;
	padding: 0 0.75em;
	text-align: right;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	width: 1%;
}
]]>

[amp-auto-ads] No ad placements found for publisher ID 'ca-pub-123123123'. Check that the provided publisher ID is correct. @ log.js:232

Code language: JavaScript (javascript)

I ran all the checks below, and AMP Auto ads finally showed up after two days.

Do AdSense Auto ads work on non-AMP?

Contents

Check that the provided publisher ID is correct tells me that I should check if the publisher ID is correct.

Of course, the publisher ID ca-pub-123123123 in the error message above is just a placeholder for my real ID. I was sure that I used the correct one simply because I connected Advanced Ads to AdSense and let it pull all necessary information automatically.

I also enabled the option to load Auto ads on non-AMP pages, and they showed up immediately. There is no better way to check that the publisher ID is correct.

Are AMP ads enabled in the AdSense account?

AdSense changed their account pages a lot in the last months, so I had to look for this closely. There are two settings in your AdSense account, which you have to enable to see Auto ads on AMP pages.

See Also  How to bake a whole lobster

Go to Ads > Overview > By site and check the bottom right corner of the header to see if AMP is turned on or off. Click on the button to change the setting.

See the AMP option at the bottom right.

You also need to make sure that you enabled Auto ads in your account.

  • Find your website on the same page as above.
  • Click the pencil icon on the right of the list to edit your page settings.

Make sure to enable at least the general Auto ads option and a couple of ad formats as on the screenshot below.

Showing Auto ads options as visible in the Google AdSense account with most of them enabled.

I enabled these options and waited for hours, but that didn’t help. While AdSense could take days for some changes, I decided to look further.

Is the AMP Auto ads code implemented correctly?

The AMP Auto ads code is always identical, so I didn’t have to spend much time on this one. Our Responsive Ads add-on comes with an option to enable AMP Auto ads with just one click. Thanks to the plugin doing the work, a simple typo could not have been an issue. I also used the plugin successfully on another site, and the code created was the same.

Since I already mentioned plugins, I wanted to mention that I did also test different AMP plugins and the different template modes of the official AMP plugin. They all caused the same issue, which confirms that the problem comes from the AdSense servers.

Just a matter of time

While debugging, I also found speculation from users about the size of the site matters or the device they tested. I don’t think there is much to these things. The site I worked on receives less than 100 visits per day, and I tested on different devices.

See Also  How To Hang A Picture Frame With Sawtooth Hangers

Two days after working on the solution and writing this article, AMP Auto ads started to appear on my website.

I already suspected that this might be one of the cases where it just takes AdSense some time to realize a change. I suspect that they needed to see some real traffic from my website and let one of their bots run over it before showing Auto ads on the AMP page.

Rate this post
Back to top button