Skip to main content
GET
Retrieve campaign engagement
Requires custom_links:read or custom_links:write. Counts are raw observations for generated links, human loads and page views, unique visitors, sessions, leads, meeting clicks and bookings, and bot-only scans. visitorCountMode is estimated whenever ephemeral page views contributed to uniqueVisitorCount; in that mode, loadsPerUniqueVisitor is also approximate. persistentUniqueVisitorCount and ephemeralPageViewCount remain exact raw counts. Hobbes does not treat generated links as confirmed sends or deliveries. Reconcile sent, delivered, and bounced totals with the outbound sending platform before calculating upper-funnel conversion rates. UTM attribution is available on session detail rather than aggregated in this response.

Authorizations

Authorization
string
header
required

Hobbes API key with the hb_live_ prefix.

Path Parameters

campaign_id
string<uuid>
required

Custom Link campaign UUID.

Response

Successful Response

campaignId
string<uuid>
required
pageViewCount
integer
required
uniqueVisitorCount
integer
required
sessionCount
integer
required
startedSessionCount
integer
required
engagedSessionCount
integer
required
firstOpenedAt
string<date-time> | null
required
lastOpenedAt
string<date-time> | null
required
lastActivityAt
string<date-time> | null
required
loadCount
integer
required
persistentUniqueVisitorCount
integer
required
ephemeralPageViewCount
integer
required
loadsPerUniqueVisitor
number | null
required
visitorCountMode
enum<string>
required
Available options:
identified,
estimated