我的 MVC 应用程序的 adsense 代码放在哪里

Where do I put the adsense code for my MVC app

我刚刚注册了 Adsense,我收到了 Adsense 代码。但是,我不知道将它放在哪里用于我的 MVC 应用程序。在我的 _layout.cshtml 文件中,我有以下 div 部分:

<div id="bodyContentDiv" class="container body-content">
        <div class="row">
            <div id="bodyDiv" class="col-sm-11">
                @RenderBody()

                <footer>
                    <hr />
                </footer>
            </div>
            <div id="advertisementDiv" class="col-sm-1" style="height: 850px; border-left: 1px solid; border-color: lightgray">
                <br />
                <br />
                <p class="text-muted">
                    Sponsors & Links
                </p>
                <br/>

                <a id="fatbirderAdLink" href="http://www.xxxxxx.com/"><img src="~/Advertising/Fatbirder.png" title="Fatbirder"></a>
                <hr class="advertising"/>
                <a id="birdAndDineAdLink" href="http://www.xxxxx.com/"><img src="~/Advertising/BirdAndDine.png" title="Watch birds and enjoy good food"></a>

            </div>
        </div>
    </div>

我希望 Adsense 广告出现在 ID 为 advertisementId 的 div 中,就在 ID 为 birdAndDineAdLink 的 a 标签下方。但是我不知道如何让它出现在那里,或者即使我可以。

我确实尝试将代码粘贴到 'birdAndDineAdLink' div 下方,但出现以下错误:

Uncaught Error: Cannot find a responsive size for a container of width=118px and data-ad-format=auto

所以我认为我做错了什么。

我选择了自适应 adsense 广告类型。

只需通过标签下方的代码

<a id="birdAndDineAdLink" href="http://www.xxxxx.com/"><img src="~/Advertising/BirdAndDine.png" title="Watch birds and enjoy good food"></a>
<!-- PASTE ADSENSE BELOW -->