পোস্টব্যাক নথি
রিয়েল-টাইম প্রকাশক পুরস্কার বিজ্ঞপ্তি
আপনি যখন চান যে CPAlead একটি সম্পন্ন অফারের পরে রিয়েল-টাইমে আপনার সার্ভারকে অবহিত করুক, তখন একটি প্রকাশক পোস্টব্যাক ব্যবহার করুন। এটি সাধারণত পয়েন্ট বা নগদ, কনটেন্ট আনলক করা, আপনার নিজস্ব রিপোর্টিং আপডেট করা, অথবা বাহ্যিক প্ল্যাটফর্মে রূপান্তর সিঙ্ক করার জন্য ব্যবহৃত হয়। আপনার এন্ডপয়েন্টটি "পোস্টব্যাক" -> "কনফিগারেশন" এর অধীনে যোগ করুন, এবং CPAlead একটি যোগ্য রূপান্তর রেকর্ড হলেই এটিতে একটি HTTP GET অনুরোধ পাঠাবে।
What This Postback Is For
Use a publisher postback when you want CPAlead to notify your server each time a user completes an offer. Most publishers use it to reward users, unlock content, keep an internal conversion ledger, or sync their own analytics and reporting.
The safest starting pattern is to pass your own reference in {subid}, store {lead_id} for idempotency, and reward based on {payout}. Expand from there only if your workflow actually needs more fields.
Common Uses
Credit points, cash, or in-app rewards to your users after a completed offer.
Unlock premium content, gated files, or paid features inside your own product.
Write each conversion into your own ledger so finance or support can reconcile payouts later.
Forward conversion data into your own tracker, CRM, analytics stack, or BI pipeline.
Quick Start
Pass your own user ID, wallet ID, or click reference in {subid}.
Save a postback URL that includes {lead_id} so you can ignore duplicates safely.
Reward from {payout} first. For event-based offers, {event_name} and {event_payout} can help you reconcile the completed event.
Test the URL, confirm a fast HTTP 2xx response, then review Postback Logs.
Recommended starter macros: {subid}, {lead_id}, {campaign_id}, {campaign_name}, {payout}, {password}.
ট্র্যাকিং ইউআরএল সেটআপ
আপনার নিজস্ব ব্যবহারকারী আইডি, ওয়ালেট আইডি, লেনদেন আইডি, বা ক্লিক রেফারেন্স আমাদের ট্র্যাকিং ইউআরএলে পাঠান যাতে একই মান পরে পোস্টব্যাকে আপনার কাছে ফিরে আসে।.
মোবাইল অ্যাপ ফ্লোর জন্য, আপনি আপনার সাবআইডিগুলোর সাথে IDFA (Apple) বা GAID (Google)-ও পাঠাতে পারেন:
পোস্টব্যাক ইউআরএল সেটআপ
পোস্টব্যাক কনফিগারেশনের ভেতরে, সেই ইউআরএলটি সংরক্ষণ করুন যা আপনার রূপান্তর বিজ্ঞপ্তি গ্রহণ করবে। ন্যূনতম ম্যাক্রো দিয়ে শুরু করুন যা আপনার আসলে প্রয়োজন, তারপর কেবল আপনার সিস্টেম ব্যবহার করলে আরও ফিল্ড যোগ করুন।:
আপনি যদি বর্তমানে সমর্থিত প্রতিটি ক্যানোনিক্যাল ফিল্ড চান, তাহলে আপনার পোস্টব্যাক ইউআরএলটি এভাবে দেখতে পারে:
CPAlead প্রকাশক পোস্টব্যাক HTTP এবং HTTPS উভয় এন্ডপয়েন্টে পাঠাতে পারে.
Start with {subid}, {lead_id}, {campaign_id}, {campaign_name}, and {payout}. For event-based offers, add {event_key}, {event_name}, and {event_payout} only if your system needs event details. In the current publisher postback flow, {virtual_currency} is typically 0.
ম্যাক্রো পরামিতি
এগুলো হলো প্রধান CPAlead ম্যাক্রো যা আপনি আপনার ইউআরএলে বসাতে পারেন। আপনার পোস্টব্যাক পাঠানো হলে এগুলো লাইভ রূপান্তর মান দিয়ে প্রতিস্থাপিত হবে:
| ম্যাক্রো পরামিতি | বর্ণনা |
|---|---|
{campaign_id} |
CPAlead campaign or offer ID for the conversion. |
{campaign_name} |
CPAlead campaign or offer name. |
{subid} |
Your primary user ID or click/reference ID passed on the tracking URL. |
{subid2} |
Optional secondary tracking value passed on the tracking URL. |
{subid3} |
Optional tertiary tracking value passed on the tracking URL. |
{idfa} |
iOS advertising ID if you passed it on the tracking URL. |
{gaid} |
Android advertising ID if you passed it on the tracking URL. |
{payout} |
CPAlead payout amount for the conversion. |
{ip_address} |
Visitor IP captured on the converting click. |
{gateway_id} |
Locker or offer-wall tool ID when a CPAlead tool generated the conversion. |
{lead_id} |
Unique CPAlead lead/conversion ID. Best macro for deduping retries. |
{country_iso} |
Two-letter country code such as US. |
{event_key} |
Safe event key such as event_1 for event-based offers. Blank for non-event conversions. |
{event_name} |
Publisher-safe event name such as Event 1 or a manually reviewed event label. Blank for non-event conversions. |
{event_payout} |
Publisher payout amount for the completed event. For event-based offers this matches {payout}. Blank for non-event conversions. |
{password} |
Your saved postback password, if you include {password} in the URL. |
{virtual_currency} |
Virtual-currency amount from the event. In the standard publisher flow this is typically 0. |
Helpful Compatibility Aliases
{offer_id} Alias of {campaign_id}.
{offer_name} Alias of {campaign_name}.
{amount} Alias of {payout}.
{transaction_id} Alias of {lead_id}.
{ip} Alias of {ip_address}.
{country_code} Alias of {country_iso}.
{event_label} Alias of {event_name}.
{event_amount} Alias of {event_payout}.
হোয়াইটলিস্টিং ইউআরএল সেটআপ
যদি আপনার এন্ডপয়েন্ট ইনবাউন্ড ট্রাফিক সীমাবদ্ধ করে, তবে নিচে দেখানো CPAlead রিলে আইপি হোয়াইটলিস্ট করুন যাতে আপনার সার্ভার পোস্টব্যাক ডেলিভারি গ্রহণ করবে।
উদাহরণ স্ক্রিপ্ট
এই নমুনাটি একটি কাস্টম ইন্টিগ্রেশনের জন্য আরও নিরাপদ শুরুর পয়েন্ট দেখায়: পাসওয়ার্ড যাচাই করুন, idempotency-এর জন্য lead_id ব্যবহার করুন, কাঁচা পেলোড সংরক্ষণ করুন, এবং কেবলমাত্র একবারই ব্যবহারকারীকে পুরস্কৃত করুন।
<?php
declare(strict_types=1);
/*
* CPAlead publisher postback example.
*
* Recommended CPAlead URL:
* https://example.com/postback/cpalead.php?subid={subid}&lead_id={lead_id}&campaign_id={campaign_id}&campaign_name={campaign_name}&payout={payout}&password={password}
*
* Notes:
* - {subid} should usually be your internal user ID or click/reference ID.
* - {lead_id} should be stored uniquely so retries do not double-credit a user.
* - {payout} is the most reliable reward input in the current publisher flow.
* - {virtual_currency} is currently sent as 0 in the standard publisher postback flow.
*/
const DB_HOST = '127.0.0.1';
const DB_PORT = '3306';
const DB_NAME = 'your_database';
const DB_USER = 'your_user';
const DB_PASS = 'your_password';
const POSTBACK_PASSWORD = 'replace_with_your_secret';
$subid = trim((string) ($_GET['subid'] ?? ''));
$leadId = (int) ($_GET['lead_id'] ?? 0);
$campaignId = (int) ($_GET['campaign_id'] ?? 0);
$campaignName = trim((string) ($_GET['campaign_name'] ?? ''));
$payout = (float) ($_GET['payout'] ?? 0);
$countryIso = strtoupper(substr((string) ($_GET['country_iso'] ?? ''), 0, 2));
$ipAddress = trim((string) ($_GET['ip_address'] ?? ''));
$password = (string) ($_GET['password'] ?? '');
if (POSTBACK_PASSWORD !== '' && !hash_equals(POSTBACK_PASSWORD, $password)) {
http_response_code(403);
exit('Invalid postback password.');
}
if ($subid === '' || $leadId <= 0) {
http_response_code(400);
exit('Missing subid or lead_id.');
}
$dsn = sprintf('mysql:host=%s;port=%s;dbname=%s;charset=utf8mb4', DB_HOST, DB_PORT, DB_NAME);
$pdo = new PDO($dsn, DB_USER, DB_PASS, [
PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION,
PDO::ATTR_DEFAULT_FETCH_MODE => PDO::FETCH_ASSOC,
]);
$pdo->beginTransaction();
try {
/*
* Create a table like:
* CREATE TABLE cpalead_postbacks (
* id BIGINT UNSIGNED AUTO_INCREMENT PRIMARY KEY,
* lead_id BIGINT UNSIGNED NOT NULL UNIQUE,
* user_id VARCHAR(100) NOT NULL,
* campaign_id BIGINT UNSIGNED NOT NULL,
* campaign_name VARCHAR(255) NOT NULL,
* payout DECIMAL(10,4) NOT NULL DEFAULT 0,
* country_iso CHAR(2) NULL,
* ip_address VARCHAR(45) NULL,
* raw_query TEXT NULL,
* created_at TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP
* );
*/
$insert = $pdo->prepare(
'INSERT INTO cpalead_postbacks
(lead_id, user_id, campaign_id, campaign_name, payout, country_iso, ip_address, raw_query, created_at)
VALUES
(:lead_id, :user_id, :campaign_id, :campaign_name, :payout, :country_iso, :ip_address, :raw_query, NOW())'
);
$insert->execute([
':lead_id' => $leadId,
':user_id' => $subid,
':campaign_id' => $campaignId,
':campaign_name' => $campaignName,
':payout' => $payout,
':country_iso' => $countryIso ?: null,
':ip_address' => $ipAddress ?: null,
':raw_query' => json_encode($_GET, JSON_UNESCAPED_SLASHES),
]);
} catch (PDOException $e) {
// MySQL duplicate-key error: the lead was already processed.
if (($e->errorInfo[1] ?? null) === 1062) {
$pdo->rollBack();
http_response_code(200);
exit('Duplicate lead ignored.');
}
$pdo->rollBack();
throw $e;
}
/*
* Example reward logic:
* - If you run a cash-back system, you may choose to credit $payout directly.
* - If you run a points system, convert $payout to your own point value here.
*/
$rewardAmount = $payout;
$updateUser = $pdo->prepare('UPDATE users SET balance = balance + :amount WHERE id = :user_id');
$updateUser->execute([
':amount' => $rewardAmount,
':user_id' => $subid,
]);
if ($updateUser->rowCount() !== 1) {
$pdo->rollBack();
http_response_code(404);
exit('User not found.');
}
$pdo->commit();
http_response_code(200);
echo sprintf(
'OK lead_id=%d user=%s campaign_id=%d payout=%.4f',
$leadId,
$subid,
$campaignId,
$payout
);