Publisher APIs

Overview

This API enables publishers to submit lead data (like name, email, and DOB) to Indixital's tracking infrastructure via a secure HTTP POST request. It is commonly used to integrate lead forms on websites or mobile apps.


Endpoint

POST https://l.indixital.com/lf

Full Example URL with Parameters

https://l.indixital.com/lf?c=camp_id&p=pub_id&a=adv_id

Parameter

Description

c

Campaign ID – Unique identifier for the campaign

p

Publisher ID – Identifier for the traffic source

a

Advertiser ID – Unique identifier for the advertiser

circle-info

The Indixital team will provide these values during campaign setup.


Headers

Header

Value

Content-Type

application/json


Request Body

Content Type: application/json

Field Descriptions

Field

Type

Required

Description

firstName

string

Yes

Lead’s first name

lastName

string

Yes

Lead’s last name

email

string

Yes

Lead’s email address

dob

string

Yes

Date of birth in YYYY-MM-DD format

circle-exclamation

Success Response

Response Fields

Field

Description

success

Status of the request

message

Confirmation message

uuid

Unique identifier assigned to the lead


Example curl Request


Support

If you face issues or need help with integration, contact your Indixital account manager or email [email protected].

Last updated