Same context signals the SDK sends. Sample catalog, not a live auction.
Paste a message. We extract topics and show the ad that would serve.
Example match from our catalog. Add a publisher key to run the real auction.
Try a prompt
Extracted signals
Drop this in after you like the match
import { useIdlenAd } from '@idlen/chat-sdk/react';
const { ad, fetchAd } = useIdlenAd({ apiKey: 'idl_pk_...' });
await fetchAd({ rawText: message, sessionId: id });