@tecxera/adsense-sdk
v1.0.1
Published
TypeScript SDK for Google AdSense integration in Next.js and other frameworks
Readme
@xai/adsense-sdk TypeScript SDK for Google AdSense integration in Next.js, React, Vue, and Svelte. Installation npm install @xai/adsense-sdk
Usage React/Next.js 'use client';
import { AdUnit } from '@xai/adsense-sdk';
export default function AdsPage() { return ( <AdUnit adClient="ca-pub-XXXXXXXXXXXXXXXX" adSlot="1234567890" format="auto" responsive={true} fallbackContent={Ad failed to load} /> ); }
Vue
Svelte
License MIT
