我想将代码用于亚马逊通过其联盟计划提供的自我优化链接,并将其实施到React中。代码是:
<script type="text/javascript">
amazon_ad_tag ="my-user-tag";
amazon_ad_width ="300";
amazon_ad_height ="250";
</script>
<script src="http://ir-uk.amazon-adsystem.com/s/ads.js"></script>
此问题已针对Google Adsense实施代码here进行了解决,但我正在努力为上述内容复制它。
与Google Adsense的回答一样,我在下面将以下脚本链接放入index.html页面,但我不知道如何实现该组件的等效版本。
<script async src="http://ir-uk.amazon-adsystem.com/s/ads.js"></script>
由于