10小时后我创建了一个采用Google AdSense的自适应广告单元。
当我将我们的JavaScript代码粘贴到我的html中时,我得到了400 error
,我查找了错误,发现如果最近创建的广告单元部署在网页上,我就会发生这种情况。所以我等了。
1小时后,400错误消失,控制台没有错误。
但我在网页上看不到任何广告。
我创建了一个宽度为342px
的div,右侧和左侧有3px填充。因此,广告尺寸应为336
,这是有效的广告尺寸。
我能看到一个框,iframe包含这个:
<iframe id="google_ads_frame1" name="google_ads_frame1" width="336" height="280" frameborder="0" src="https://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-4113014063873003&format=336x280&output=html&h=280&slotname=5729326026&adk=3501074280&adf=503411769&w=336&lmt=1504241513&loeid=368226015&rafmt=1&flash=0&fwr=0&url=http%3A%2F%2F127.0.0.1%2Fawesome-images%2Fpublic%2Fhome&resp_fmts=3&wgl=1&dt=1504241512729&bpp=188&bdt=472&fdt=201&idt=265&shv=r20170828&cbv=r20170110&saldr=aa&correlator=7612069580798&frm=20&ga_vid=1421514613.1504241513&ga_sid=1504241513&ga_hid=1290139134&ga_fc=0&pv=2&iag=3&icsg=2&nhd=1&dssz=2&mdo=0&mso=0&u_tz=330&u_his=1&u_java=0&u_h=768&u_w=1366&u_ah=728&u_aw=1366&u_cd=24&u_nplug=4&u_nmime=5&adx=38&ady=389&biw=1349&bih=446&abxe=1&eid=368226005%2C575144605%2C21060849&oid=3&ref=http%3A%2F%2F127.0.0.1%2Fawesome-images%2Fpublic%2Fadmin%2Fgoogleads&rx=0&eae=0&fc=528&brdim=0%2C0%2C0%2C0%2C1366%2C0%2C1366%2C728%2C1366%2C446&vis=1&rsz=do%7C%7CeE%7C&abl=CS&ppjl=u&pfx=0&fu=144&bc=1&ifi=1&xpc=9bIU6SPwBy&p=http%3A//127.0.0.1&dtd=352" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="true" scrolling="no" allowfullscreen="true"></iframe>
<iframe id="google_osd_static_frame_2450693750800" name="google_osd_static_frame" style="display: none; width: 0px; height: 0px;"></iframe>
我的结局有问题吗?或Google需要更多时间来展示新创建的广告单元? 我在 localhost 进行测试。是不是因为那个?
注意:我已经预先创建了许多广告单元,但它们在我的在线网站上都运行良好。