Skip to content
    Resources

    Docs

    Setup, integrations and the concepts behind the ledger. Most teams are live in under ten minutes.

    Updated August 14, 2026

    Quickstart

    Three steps get you a full report: add your domain, connect Search Console and a payment provider, confirm the prompt set we generate from your site.

    Quickstart steps
    StepWhat it doesTime
    Add domainWe read your site and propose a description, competitors and topics.~60s
    Connect Search ConsoleRead-only OAuth. Backfills up to 16 months of page data.~30s
    Connect Stripe or DodoRead-only. Enables revenue attribution.~30s
    Install the Woop tagRecovers AI referrals that arrive with no referrer.~5 min
    Confirm promptsEdit the generated set, then tracking starts.~3 min

    Installing the Woop tag

    The tag is 3.1 KB, loads async, sets no cookies, and stores one first-party identifier in localStorage. Add it to every page, ideally in your base template.

    <!-- paste before </head> -->
    <script async src="https://tag.woop1.com/w.js"
      data-woop="pk_live_yourkey"></script>

    Verify it from Settings → Integrations. The panel flips from Waiting for first event to installed as soon as one pageview arrives.

    For Google Tag Manager, create a Custom HTML tag with the same snippet, trigger it on All Pages, and publish the container.

    Payment providers

    Stripe and Dodo Payments are supported natively over read-only keys. Choose which events count as revenue — invoice.paid and charge.succeeded are on by default, subscription.created is off.

    Any other provider can post to a project webhook. Send one JSON body per payment; we match on email or customer id.

    curl -X POST https://hooks.woop1.com/custom/pk_live_yourkey \
      -H "Content-Type: application/json" \
      -d '{"amount": 9900, "currency": "usd",
           "email": "buyer@example.com",
           "paid_at": "2026-08-17T09:12:00Z"}'

    Prompts and topics

    A topic is a group of prompts a buyer would ask in one sitting. Woop generates five to eight topics from your site and four to six prompts under each.

    Prompts are the unit we bill checks against. One prompt, one engine, one day is one check. Growth includes 150 prompts across all six engines daily — 27,000 checks a month, allocated by revenue-weighted scheduling. The Prompts page shows your allowance live, and going over bills at $0.008 per check rather than stopping.

    Editing a prompt starts a new history for it. We keep the old series and mark the edit date on the chart rather than rewriting it.

    Reading the ledger

    The headline figure is always tracked plus modelled. Hovering the ~ modelled marker shows the cap that was applied.

    Breakdowns by engine, page and prompt are three cuts of the same total, so they always sum to the same number. If they do not, that is a bug — send us the project id.

    Full derivations for every figure are on the Methodology page.

    Slack and reports

    Connect Slack from Settings → Integrations and pick one channel. Four alert types are available; score-change alerts are off by default because they are noisy.

    Reports can be sent as email, PDF, or a public white-label link. Public links carry the methodology reference and can be revoked at any time.