import React from 'react' import Script from 'next/script' type AdRollProps = { advId: string pixId: string } export default function AdRoll({ advId, pixId }: AdRollProps) { return (