How it works
When the Authmatech SDK runs on a page, it can produce anauthmatechCode for the visitor’s session even before they identify themselves. You send that code — together with your own metadataId — to Target, which records it as an opportunity tied to your campaign and context.
Capture an opportunity
CallPOST /v1/api/opportunity from your backend with the standard X-API-KEY + X-CLIENT-ID headers.
The encrypted identity signal produced by the SDK for the visitor session.
Your own correlation id — for example a campaign, page, or funnel identifier — echoed back so you can group and report on opportunities.
POST /v1/api/opportunity/{transactionId}.
Review and act on opportunities
Captured opportunities are available through the Client Portal:| Action | Endpoint |
|---|---|
| List opportunities | GET /v1/api/me/opportunities |
| Grouped view | GET /v1/api/me/opportunities/grouped |
| Opportunity stats | GET /v1/api/me/opportunities/stats |
| Campaign stats | GET /v1/api/opportunity/campaign-stats |
Target is enabled per account. Contact sales@authmatech.com to turn it on. Always re-engage within your own consent and privacy rules.
Related
API: Capture an opportunity
Full reference with an interactive playground.
Connect
Sync opportunities and identity events into your CRM.