InitBannersRewarded
In-App Advertising
Initialize ads config, show banners and interstitials, render custom ad UI, and validate rewards.
Open docsDeveloper Docs / Web React SDK
Use the TypeScript SDK in React apps for in-app ads and feedback. Each supported package guide includes its own initialization flow and implementation examples.
Package
@growthcat/web with React exports from @growthcat/web/react.
Install
Install once, then follow the package guide for the product surface you are adding.
Initialization
Call GrowthCat.initialize once. Ads and feedback have their own follow-up setup steps.
React components and hooks are exported from the React subpath.
npm install @growthcat/web react react-dom
# or
yarn add @growthcat/web react react-domInitialize ads config, show banners and interstitials, render custom ad UI, and validate rewards.
Open docsInitialize GrowthCat, configure feedback identity and theme, submit feedback, and render boards.
Open docs