TraffSure

Monitoring & Reports

Dashboard

The Dashboard in the admin panel provides a quick overview of today's performance:

  • Clicks Today — total clicks across all flows for today.
  • Conversions Today — total conversions recorded today.
  • Revenue Today — total revenue from today's conversions.
  • Active Flows — number of flows currently in "Active" status.

Clicks

  1. Go to the Clicks page in the admin panel.
  2. You will see a table of all clicks with: click hash, flow name, IP, country, sub ID, source, destination URL, and time.
  3. Use filters to narrow down:
    • Flow — select a specific flow.
    • Country — filter by country code.
    • Date range — set start and end dates.
  4. Results are paginated (50 per page).

Conversions

  1. Go to the Conversions page in the admin panel.
  2. You will see a table with: click hash, flow name, goal, status, revenue, UID, and time.
  3. Use filters to narrow down:
    • Flow — select a specific flow.
    • Goal — filter by goal key.
    • Status — pending, approved, or rejected.
    • Date range — set start and end dates.

Conversion Statuses

  • Approved — confirmed conversion, revenue is counted.
  • Pending — awaiting confirmation from the advertiser.
  • Rejected — conversion was rejected (e.g. fraud, refund).

Postback Log & Debugging

Every postback request (successful or failed) is logged. Use the Postback Log page in the admin panel to debug integration issues.

  1. Go to the Postback Log page in the admin panel.
  2. You will see: flow name, click hash, goal, response status, message, IP, and time.
  3. Click "View" to see the full request payload (all parameters sent by the advertiser).
  4. Use filters:
    • Flow — select a specific flow.
    • Click Hash — search by click hash.
    • Status — 200 (success), 404 (not found), 422 (validation error).
    • Date range — set start and end dates.

Common Issues

Status Meaning Solution
404 Click hash not found Verify the {click} macro is correctly passed from the landing page to the advertiser
422 Missing required params Ensure click is present in the postback URL. goal is optional.

Previous: Postback Integration · Back to: Help Center