For the complete documentation index, see llms.txt. This page is also available as Markdown.

使用标签

有时您的 URL 不会与某个类别精确匹配。在这些情况下,您可以插入 'tags' 到您的广告位代码中,以手动将它们匹配到您想要的广告类型。例如,您可以在广告位代码中插入标签“cartoon”,以提高展示与该术语相关产品的机会。

根据您使用的广告格式,添加标签的方法各不相同。请查看下面的示例,了解每种格式的具体做法。

添加多个标签时,请用逗号分隔,且不要有空格。

强烈建议你每次更新内容时,都相应调整广告位的关键词,以便持续获得适合你的上下文广告位的高需求。

代码示例

异步广告位(横幅、粘性横幅、即时消息、Outstream 等)

已添加 data-keywords="cartoon"

<script async type="application/javascript" src="https://a.examplesite.com/ads.js"></script>
<ins class="adsbynetwork" data-zoneid="1234567" data-keywords="cartoon"></ins>
<script>(AdProvider = window.AdProvider || []).push({"serve": {}});</script>

iFrame 横幅

已添加 &tags='cartoon'

<iframe src="//a.examplesite.com/iframe.php?idzone=1234567&size=300x250&tags=cartoon" width="300" height="250" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe>

弹出页

内联和远程脚本(推荐)

已添加 "tags"="cartoon"

仅远程脚本

已添加 ad_tags='cartoon'

视频

流媒体视频和视频内横幅(VAST)

已添加 &tags=cartoon

视频教程

您也可以观看我们关于关键词的视频教程 这里

最后更新于

这有帮助吗?