gpt4 book ai didi

reactjs - React.js 应用程序上的 Google 自动广告?

转载 作者:行者123 更新时间:2023-12-03 13:43:49 25 4
gpt4 key购买 nike

我有一个在 React.js 上运行的网站前端。

我已将以下行添加到 index.html 的 head 标记中。

<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>

以下代码向我显示错误:“'adsbygoogle' 未定义 no-undef”

componentDidMount () {
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-9142841210062390",
enable_page_level_ads: true
});
}

如何在我的 React.js Web 应用程序上显示广告?

这是针对 Google 自动广告,而不是广告单元。

最佳答案

您必须在reactjs应用程序中编写“window.adsbygoogle”而不是“adsbygoogle”

componentDidMount () {
(window.adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-9142841210062390",
enable_page_level_ads: true
});
}

关于reactjs - React.js 应用程序上的 Google 自动广告?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52222394/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com