Lead Sources
LeadsPing/Post
Ping/post is the two-step API pattern used by web-form
lead providers. The provider posts a partial lead to the
ping endpoint; TrackDrive responds with a bid. The
provider then posts the full lead to the post endpoint.
See the Ping/Post article for the full protocol.
API Submission
Direct integrations submit leads individually via
POST /api/v1/leads. Each request authenticates with a
lead_token resolved against either a schedule's lead
token or an offer's lead token.
CSV Upload
CSV bulk import is handled through the import wizard at
/lead_imports/new. The importer parses the file, maps
columns, normalizes phone numbers, and processes rows in
the background.
Inbound Call to Lead
An inbound call can generate a Lead automatically. The
caller's number, captured tokens from agents or voice
agents, and attribution data are carried onto the new
Lead. The Lead then enrolls in whichever schedule its
owner targets.