Skip to main content
Zero Headaches

Three Lines of Code. One Hour.
Zero Headaches.

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

Register at client.applixir.com to get your API key, then drop an anchor div for the player.

<!-- Anchor for the player -->
<div id="applixir-ad-container"></div>
2

Load the SDK

One script tag from our CDN. Works with HTML5, Unity WebGL, Cocos, Phaser, React, or vanilla JS.

<!-- v6 SDK from our CDN -->
<script src="https://cdn.applixir.com/applixir.app.v6.0.1.js"> </script>
3

Show an ad & reward

Trigger on a user click. AppLixir handles bidding, consent, and delivery — only grant on ad-watched.

initializeAndOpenPlayer({
  apiKey: "xxxx-xxxx-xxxx-xxxx",
  adStatusCallbackFn: (s) =>
    s === "ad-watched" && grantReward()
});
Browse by topic

Everything you need, organized.

Stay current

From the blog and the docs.

Still stuck?

Real engineers. Real answers. No scripted bots.

Most tickets get a useful response within one business day. Reach us by email or open the publisher dashboard for your API key.