Welcome to AppLixir Support. Programmatic rewarded video for web games and content publishers — $4+ CPMs, TCF 2.3 compliance built in, and a v6 SDK that installs in minutes.
1
Sign up & add the div
<!-- Anchor for the player --> <divid="applixir-ad-container"></div>
2
Load the SDK
<!-- v6 SDK from our CDN --> <scriptsrc="https://cdn.applixir.com/applixir.app.v6.1.0.js"> </script>
3
Show an ad & reward
initializeAndOpenPlayer({ apiKey: "xxxx-xxxx-xxxx-xxxx", adStatusCallbackFn: (s) => s === "ad-watched" && grantReward() });