文件名称:npm_module:粘合剂实施为NPM模块
文件大小:10KB
文件格式:ZIP
更新时间:2024-04-26 16:45:10
JavaScript
dhcp npm模块 将粘合剂实现为NPM模块,以用于NextJS项目。 该模块旨在用作服务器端渲染应用程序的一部分。 它获取针对所消费内容计划的广告,并将其用作Freewheel Ad Server或Google ad Manager的自定义参数。 使用此模块需要一个有效的Adhese帐户。 安装 在NextJS项目的根目录中执行以下命令。 npm install adhese 用法 导入粘合功能 import { getAdheseAds } from 'adhese'; 在页面的getServerSideProps中添加对Adhese的调用。 export async function getServerSideProps(context) { // create a configuration object that contains your Adhese acco
【文件预览】:
npm_module-main
----LICENSE(11KB)
----README.md(7KB)
----adhese.js(6KB)
----package.json(351B)