The Click Listing API retrieves click listing data or offers linked to leads. This is particularly useful for showcasing available offers or tracking user interactions with campaigns.
| Segment | Description |
|---|---|
{cid} | The campaign unique ID |
{transaction_id} | The transaction ID returned from the lead submission |
cid and transaction_id pair authenticates the request by scope.
| Parameter | Type | Required | Description |
|---|---|---|---|
cid | string | Yes | Campaign unique ID |
transaction_id | string | Yes | Transaction ID from the lead submission response |
| Parameter | Type | Required | Description |
|---|---|---|---|
pid | string | No | Source unique ID for attribution tracking |
device | string | No | Consumer device type: desktop or mobile |
clickUrl follows this pattern:
| HTTP Code | Description |
|---|---|
| 200 | Offer list returned (may be empty) |
| 400 | Invalid cid or transaction_id |
| 500 | Internal server error |
device parameter (desktop or mobile) to receive only offers configured for that device type. Offers with device: "both" are always included.clickUrl automatically records the click and handles the redirect — do not modify or reconstruct this URL. Clicks are tracked per impression and used for revenue reporting.Your campaign unique ID
Lead's Transaction ID, Which was generate from click script of Pingtree