Protecting content
Gating the UI
tiun.on('paywallShow', () => {
hidePremiumContent();
showPaywall();
});
tiun.on('paywallHide', () => {
hidePaywall();
showPremiumContent();
});Telling tiun what the user is viewing
Type
When to use
Media types
Media type
Behavior
Content ID
Server-side verification
Last updated
Was this helpful?