Vue SDK
@ezoic/vue-sdk live demos
The official Ezoic ads SDK for Vue 3 — npm install @ezoic/vue-sdk. Every page
below embeds the same live demo app, built from the SDK's own examples/ app, and
points it at the panel for one feature: display placements, zero-config locations, SPA routing,
dynamic content, rewarded ads, and video.
SDK source: github.com/ezoic/ezoic-vue-sdk
Examples
- basicnumeric-id placement with explicit
sizes+required - zero-config
<EzoicAd location="...">, no dashboard id at all - spasimulated single-page-app navigation via
useEzoicPageView - dynamicmounting new placements at runtime (infinite scroll / load more)
- rewarded
useEzoicRewarded()— request / show / content locker - video
<EzoicVideo>ad-bundle placeholder and<EzoicVideoEmbed>Open Video embed - demo.htmlthe full demo app on its own, unwrapped (opens standalone)