exoclick-react

Use exoclick ads in React.

Usage no npm install needed!

<script type="module">
  import exoclickReact from 'https://cdn.skypack.dev/exoclick-react';
</script>

README

exoclick-react sdk

Use ExoClick's Ad formats in React.

Installation

npm install exoclick-react
# or
yarn add exoclick-react

Usage

import { Banner, Outstream } from "exoclick-react";

// Banner, Mobile Banner and Multi-Format
<Banner zoneId={123} />

// Outstream Video
<Outstream zoneId={123} />

Check out all the docs.

Features

Currently, supported formats of ExoClick are:

Additionally, there is also the <Adblock /> component to detect if the user has ad-blocking enabled.