Skip to main content

Interface: AcquisitionResponse

Defined in: packages/sdk/src/types/generated/acquisition.ts:59

Result of a POST /api/v2/account/acquisition call.

recorded is True only when THIS call wrote the first-touch record; it is False when the account already carried one (write-once — the first touch is never overwritten) or when the payload carried no allowlisted signal. acquisition echoes the stored record (or None when none is stored) — always a flat str->str map (allowlisted keys + captured_at; see lib.services.acquisition.build_acquisition_record).

Properties

acquisition?

optional acquisition: AcquisitionResponseAcquisition

Defined in: packages/sdk/src/types/generated/acquisition.ts:61


recorded

recorded: boolean

Defined in: packages/sdk/src/types/generated/acquisition.ts:60