3

我想获取亚马逊通过其附属计划提供的自我优化链接的代码并将其实施到 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 实现代码进行了处理,但我正在努力为上述内容复制它。

与 Google Adsense 的回答一样,我已将下面的脚本链接放入 index.html 页面,但我不知道如何实现组件的等效版本。

<script async src="http://ir-uk.amazon-adsystem.com/s/ads.js"></script>

谢谢

4

0 回答 0